14
0

Accepting request 528574 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/528574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=18
This commit is contained in:
2017-09-25 09:00:03 +00:00
committed by Git OBS Bridge
parent eb5f60a637
commit d7523e20e2
5 changed files with 41 additions and 40 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sun Sep 24 21:52:54 UTC 2017 - arun@gmx.de
- specfile:
* removed no-generic-python.patch, included upstream
- update to version 1.15.6:
* fix #174 by normalizing windows path using windows apis
- changes from version 1.15.6:
* fix #171 by unpinning the py version to allow a fixed one to get
installed
- changes from version 1.15.5:
* fix #167 by correctly respecting preformatted version metadata
from PKG-INFO/EGG-INFO
- changes from version 1.15.4:
* fix issue #164: iterate all found entry points to avoid erros when
pip remakes egg-info
* enhance self-use to enable pip install from github again
- changes from version 1.15.3:
* bring back correctly getting our version in the own sdist,
finalizes #114
* fix issue #150: strip local components of tags
- changes from version 1.15.2:
* fix issue #128: return None when a scm specific parse fails in a
worktree to ease parse reuse
- changes from version 1.15.1:
* fix issue #126: the local part of any tags is discarded when
guessing new versions
* minor performance optimization by doing fewer git calls in the
usual cases
-------------------------------------------------------------------
Mon Jun 26 14:09:51 UTC 2017 - jmatejek@suse.com