14
0

- Update to 1.9.1:

* Just bump version to final, sorry
- Version 1.9
  * Reorganize and update documentation.
  * Add a new way of using versiontools that does not require using
    setup_requires. This way is based on bundling a small helper module to
    help you bootstrap your project when installed from source.
  * Add versiontools.Version.from_expression() that creates a Version object
    from a python import expression (and an optional variable identifer)
  * Move and rename private function versiontools.handle_version to
    versiontools.setuptools_hooks:version().
  * Move and rename private function versiontools.get_exception_message to
    versiontools._get_exception_message().
  * Remove private function versiontools.isstring.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versiontools?expand=0&rev=11
This commit is contained in:
2012-03-13 20:47:51 +00:00
committed by Git OBS Bridge
parent 0a5f8e5d8a
commit 19501e930f
4 changed files with 24 additions and 4 deletions

View File

@@ -15,8 +15,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-versiontools
Version: 1.8.3
Version: 1.9.1
Release: 0
Url: https://launchpad.net/versiontools
Summary: Smart replacement for plain tuple used in __version__