forked from pool/python-versiontools
- 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:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 13 20:45:18 UTC 2012 - jfunk@funktronics.ca
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 13:24:11 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user