From e718895eb9baf8f0935a19fdcccc02900630391e93ff125c6ee820d75e39ceca Mon Sep 17 00:00:00 2001 From: James Oakley Date: Tue, 24 Jan 2012 21:40:04 +0000 Subject: [PATCH] - Update to 1.8.3: * Fix incorrectly specified line in git support. Previosuly a KeyError may bleed to the outside calling code, depending on python version. * Fix incorrectly specified line in bzr support. Previously a non-bzr directory could be associated as a malformed bzr branch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versiontools?expand=0&rev=8 --- python-versiontools.changes | 9 +++++++++ python-versiontools.spec | 2 +- versiontools-1.8.2.tar.gz | 3 --- versiontools-1.8.3.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 versiontools-1.8.2.tar.gz create mode 100644 versiontools-1.8.3.tar.gz diff --git a/python-versiontools.changes b/python-versiontools.changes index 545e577..18a79f7 100644 --- a/python-versiontools.changes +++ b/python-versiontools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 24 21:37:26 UTC 2012 - jfunk@funktronics.ca + +- Update to 1.8.3: + * Fix incorrectly specified line in git support. Previosuly a KeyError + may bleed to the outside calling code, depending on python version. + * Fix incorrectly specified line in bzr support. Previously a non-bzr + directory could be associated as a malformed bzr branch. + ------------------------------------------------------------------- Thu Jan 12 01:53:00 UTC 2012 - jfunk@funktronics.ca diff --git a/python-versiontools.spec b/python-versiontools.spec index 3c6d809..74ecebd 100644 --- a/python-versiontools.spec +++ b/python-versiontools.spec @@ -18,7 +18,7 @@ Name: python-versiontools -Version: 1.8.2 +Version: 1.8.3 Release: 0 Url: https://launchpad.net/versiontools Summary: Smart replacement for plain tuple used in __version__ diff --git a/versiontools-1.8.2.tar.gz b/versiontools-1.8.2.tar.gz deleted file mode 100644 index 4c0e1e0..0000000 --- a/versiontools-1.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:843589a9aaa32befe4382539bb93e401c8782d93f2c55cd052f47904e14a7016 -size 16429 diff --git a/versiontools-1.8.3.tar.gz b/versiontools-1.8.3.tar.gz new file mode 100644 index 0000000..b5fe813 --- /dev/null +++ b/versiontools-1.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ef34822c16a51d918bbc5cd1a04469371602d071d3cf8b4c3a2773fdd914b6 +size 16843