versiontools 1.9.1-2 source package in Ubuntu

Changelog

versiontools (1.9.1-2) unstable; urgency=medium

  * Update not_found test to check for critical elements within the exception
    string instead of the entire string. Thanks to Neil Williams for the patch.
    (Closes: #802155)
  * Bump Standards-Version to 3.9.6 (no changed required)
  * Update watch file (using pypi.debian.net redirector)

 -- Benjamin Drung <email address hidden>  Thu, 29 Oct 2015 16:46:06 +0100

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Sid
Original maintainer:
Benjamin Drung
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
versiontools_1.9.1-2.dsc 2.0 KiB 38b5899659ffb5b4b99d5b03f1183eb77b846a823a0e0dd8e592553728788d96
versiontools_1.9.1.orig.tar.gz 18.6 KiB a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6
versiontools_1.9.1-2.debian.tar.xz 2.7 KiB dbb17dd1adc90e96a0b6f69f5cc1b483439be3e7d6a5f98258517b4625eb2093

Available diffs

No changes file available.

Binary packages built by this source

python-versiontools: Smart replacement for plain tuple used in __version__ (Python 2)

 versiontools is a Python module providing a smart replacement for plain tuple
 used in __version__. It has following features:
 .
  * A piece of code that allows you to keep a single version definition inside
    your package or module. No more hacks in setup.py, no more duplicates in
    setup.py and somewhere else. Just one version per package.
  * Version objects can produce nice version strings for released files that
    are compliant with PEP 386. Releases, alphas, betas, development snaphots.
    All of those get good version strings out of the box.
  * Version objects understand the VCS used by your project. Git, Mercurial and
    Bazaar are supported out of the box. Custom systems can be added by 3rd
    party plugins.
  * Version object that compares as a tuple of values and sorts properly.
  * Zero-dependency install! If all you care about is handling setup() to get
    nice tarball names then you don’t need to depend on versiontools (no
    setup_requires, no install_requires!). You will need to bundle a small
    support module though.
 .
 This is the Python 2 version of the package.

python3-versiontools: Smart replacement for plain tuple used in __version__ (Python 3)

 versiontools is a Python module providing a smart replacement for plain tuple
 used in __version__. It has following features:
 .
  * A piece of code that allows you to keep a single version definition inside
    your package or module. No more hacks in setup.py, no more duplicates in
    setup.py and somewhere else. Just one version per package.
  * Version objects can produce nice version strings for released files that
    are compliant with PEP 386. Releases, alphas, betas, development snaphots.
    All of those get good version strings out of the box.
  * Version objects understand the VCS used by your project. Git, Mercurial and
    Bazaar are supported out of the box. Custom systems can be added by 3rd
    party plugins.
  * Version object that compares as a tuple of values and sorts properly.
  * Zero-dependency install! If all you care about is handling setup() to get
    nice tarball names then you don’t need to depend on versiontools (no
    setup_requires, no install_requires!). You will need to bundle a small
    support module though.
 .
 This is the Python 3 version of the package.