From 19501e930f6ae9a24764051674e007c40bc31d7593608f0b72472a5a9bb95bac Mon Sep 17 00:00:00 2001 From: James Oakley Date: Tue, 13 Mar 2012 20:47:51 +0000 Subject: [PATCH] - 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 --- python-versiontools.changes | 18 ++++++++++++++++++ python-versiontools.spec | 4 +++- versiontools-1.8.3.tar.gz | 3 --- versiontools-1.9.1.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 versiontools-1.8.3.tar.gz create mode 100644 versiontools-1.9.1.tar.gz diff --git a/python-versiontools.changes b/python-versiontools.changes index 916ee5a..174c1b6 100644 --- a/python-versiontools.changes +++ b/python-versiontools.changes @@ -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 diff --git a/python-versiontools.spec b/python-versiontools.spec index d4f117c..8396009 100644 --- a/python-versiontools.spec +++ b/python-versiontools.spec @@ -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__ diff --git a/versiontools-1.8.3.tar.gz b/versiontools-1.8.3.tar.gz deleted file mode 100644 index b5fe813..0000000 --- a/versiontools-1.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50ef34822c16a51d918bbc5cd1a04469371602d071d3cf8b4c3a2773fdd914b6 -size 16843 diff --git a/versiontools-1.9.1.tar.gz b/versiontools-1.9.1.tar.gz new file mode 100644 index 0000000..9b60239 --- /dev/null +++ b/versiontools-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6 +size 19089