Accepting request 590817 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/590817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools_scm?expand=0&rev=12
This commit is contained in:
commit
79e0bb14fe
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 23:59:40 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 1.17.0:
|
||||
* fix regression in git support - use a function to ensure it works
|
||||
in egg isntalled mode
|
||||
* actually fail if file finding fails in order to see broken setups
|
||||
instead of generating broken dists (thanks Mehdi ABAAKOUK for both)
|
||||
|
||||
- changes from version 1.16.2:
|
||||
* fix regression in handling git export ignores (thanks Mehdi
|
||||
ABAAKOUK)
|
||||
|
||||
- changes from version 1.16.1:
|
||||
* fix regression in support for old setuptools versions (thanks
|
||||
Marco Clemencic)
|
||||
|
||||
- changes from version 1.16.0:
|
||||
* drop support for eol python versions
|
||||
* #214 - fix missuse in surogate-escape api
|
||||
* add the node-and-timestamp local version sheme
|
||||
* respect git export ignores
|
||||
* avoid shlex.split on windows
|
||||
* fix #218 - better handling of mercurial edge-cases with tag
|
||||
commits being considered as the tagged commit
|
||||
* fix #223 - remove the dependency on the interal SetupttoolsVersion
|
||||
as it was removed after long-standing deprecation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 14:44:30 UTC 2018 - aplanas@suse.com
|
||||
|
||||
@ -8,6 +36,17 @@ Tue Feb 27 18:15:58 UTC 2018 - aplanas@suse.com
|
||||
|
||||
- Recommends only for SUSE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 28 18:50:36 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 1.15.7:
|
||||
* Fix #174 with #207: Re-use samefile backport as developed in
|
||||
jaraco.windows, and only use the backport where samefile is not
|
||||
available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 24 21:52:54 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_with test
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-setuptools_scm
|
||||
Version: 1.15.6
|
||||
Version: 1.17.0
|
||||
Release: 0
|
||||
Summary: Manage your versions by scm tags
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f
|
||||
size 25779
|
3
setuptools_scm-1.17.0.tar.gz
Normal file
3
setuptools_scm-1.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70a4cf5584e966ae92f54a764e6437af992ba42ac4bca7eb37cc5d02b98ec40a
|
||||
size 29124
|
Loading…
Reference in New Issue
Block a user