forked from pool/python-versiontools
- Update to 1.8.2:
* Improve git support by adding code paths compatible with python-git 0.1.6 (which is easier to get on Debian) * Change git support to default to short commit id. If you want to access the long commit id you need to access it directly as GitIntegration.commit_id - Version 1.8.1 * Improve performance when working with checkouts. The use of branch.nick has been replaced with branch._get_nick(local=True). This avoids network operations and is much more responsive. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versiontools?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 12 01:53:00 UTC 2012 - jfunk@funktronics.ca
|
||||||
|
|
||||||
|
- Update to 1.8.2:
|
||||||
|
* Improve git support by adding code paths compatible with python-git 0.1.6
|
||||||
|
(which is easier to get on Debian)
|
||||||
|
* Change git support to default to short commit id. If you want to access the
|
||||||
|
long commit id you need to access it directly as GitIntegration.commit_id
|
||||||
|
- Version 1.8.1
|
||||||
|
* Improve performance when working with checkouts. The use of branch.nick has
|
||||||
|
been replaced with branch._get_nick(local=True). This avoids network
|
||||||
|
operations and is much more responsive.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 21 18:24:32 UTC 2011 - saschpe@suse.de
|
Wed Sep 21 18:24:32 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-versiontools
|
# spec file for package python-versiontools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -11,12 +11,14 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: python-versiontools
|
Name: python-versiontools
|
||||||
Version: 1.8
|
Version: 1.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://launchpad.net/versiontools
|
Url: https://launchpad.net/versiontools
|
||||||
Summary: Smart replacement for plain tuple used in __version__
|
Summary: Smart replacement for plain tuple used in __version__
|
||||||
|
3
versiontools-1.8.2.tar.gz
Normal file
3
versiontools-1.8.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:843589a9aaa32befe4382539bb93e401c8782d93f2c55cd052f47904e14a7016
|
||||||
|
size 16429
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:585c5a8fa2cd7cffa5555d44075e4672a242a666b59eec3e25ba1cff05d97520
|
|
||||||
size 16626
|
|
Reference in New Issue
Block a user