Skip to main content

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.

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

ftw.recipe.checkversions-1.2.1.zip (27.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page