Buildout recipe for finding new package versions.
Project description
The ftw.recipe.checkversions buildout recipe helps you finding newer versions of your dependency packages. It does this based on your version pinnings (buildout config file) by checking the current releases of each package on pypi.
Installation
Buildout example:
[buildout]
parts = checkversions
[checkversions]
recipe = ftw.recipe.checkversions
versions = versions.cfg
blacklists =
http://dist.plone.org/release/4-latest/versions.cfg
https://raw.github.com/4teamwork/ftw-buildouts/master/test-versions.cfg
blacklist-packages =
zope.interface
- versions
A file path or URL to a buildout config file containing version pinnings. The list of packages and the current pinnings are retreived from this file from the [versions] section.
- blacklists
A list of file paths and / or URLs of buildout configuration files containing version pinnings of packages to be ignored. All packages in the [versions] section are ignored, regardless of their pinning.
- blacklist-packages
List package names to be blacklisted.
- index
Custom pypi index URL, e.g. http://custom.pypi/simple
Usage
After installing the recipe using buildout simply run the bin/checkversions script. The script prints out new versions of packages which are not listed in a blacklist. Packages which are already up to date are not listed at all.
Similar packages
z3c.checkversions does a similar job, but it does some things differently, such as the blacklisting strategy.
Links
github project: https://github.com/4teamwork/ftw.recipe.checkversions
Issue tracker: https://github.com/4teamwork/ftw.recipe.checkversions/issues
Package on pypi: http://pypi.python.org/pypi/ftw.recipe.checkversions
Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.recipe.checkversions
Copyright
This package is copyright by 4teamwork.
ftw.recipe.checkversions is licensed under GNU General Public License, version 2.
Changelog
1.2.1 (2014-10-09)
Add support for “relative-paths” buildout option. [jone]
1.2.0 (2014-08-07)
Show previous version as comment in proposed updates. [jone]
1.1.0 (2014-07-19)
Add “index” option, so that pypi mirrors can be used. [jone]
Fix typo in readme in example, thanks @mauritsvanrees for reporting. [jone]
1.0.0 (2014-04-27)
Initial implementation. [jone]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for ftw.recipe.checkversions-1.2.1.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79c16e96acf8ac39d5b8c4e81d45dcaf7e6fda9179d104d09291adb829ac80df |
|
MD5 | 32373f355fbb2d0ec957dbda7440d94b |
|
BLAKE2b-256 | 0110842aaa1e65a9782855b24dc595f7538abe99bd80cc436181f97acd9678b3 |