Git Product home page Git Product logo

autoupgradedependencies's Introduction

AutoUpgradeDependencies

This script is meant to upgrades the dependencies of a CubicWeb cube by parsing its __pkginfo__.py and trying to upgrade each of its dependencies one by one and running tests in the middle.

The algorithm is the following one:

  • find __pkginfo__.py either in the root of the project or in cubicweb_{project_name}
  • parse it, extract the values of __depends__
  • merge those informations with pypi's one
  • only keep the packages that can be upgraded
  • for all upgradables cubes:
    • try to upgrade to the latest version
    • check if the cube has changed to a new-style cube
    • if so update the imports
    • run tests (a command provided by the user)
      • if the tests successed, commit
      • else, redo the previous step but next upgradable version by next upgradable version until you find the first buggy one, in the case the previous one is the good one, commit it
  • redo the same operations for dependencies that aren't cube without the upgrade part
  • display of summary of what has been done and which upgrades failed and point to their tests logs
  • exit

Install

pip install --user git+https://github.com/Psycojoker/autoupgradedependencies

Usage

In the folder where the .hg is in a classic cube.

autoupgradedependencies "test command"

Examples:

autoupgradedependencies "tox -e py27 --recreate"
autoupgradedependencies "py.test tests"

autoupgradedependencies's People

Contributors

psycojoker avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.