14
0

Accepting request 444124 from home:buschmann23:branches:devel:languages:python

- fixed source file URL
- update to version 1.11.1

OBS-URL: https://build.opensuse.org/request/show/444124
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=7
This commit is contained in:
2016-12-08 12:30:17 +00:00
committed by Git OBS Bridge
parent 2f8d38d256
commit bf4babe829
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Dec 6 12:18:07 UTC 2016 - buschmann23@opensuse.org
- changes source file URL
-------------------------------------------------------------------
Mon Dec 5 20:18:07 UTC 2016 - buschmann23@opensuse.org
- Update to 1.11.1:
* fix issue #88 - better docs for sphinx usage (thanks Jason)
* fix issue #89 - use normpath to deal with windows (thanks Te-jé
Rodgers for reporting and fixing)
- Update to 1.11.0:
* always run tag_to_version so in order to handle prefixes on old
setuptools (thanks to Brian May)
* drop support for python 3.2
* extend the error message on missing scm metadata (thanks Markus
Unterwaditzer)
* fix bug when using callable version_scheme (thanks Esben Haabendal)
-------------------------------------------------------------------
Tue Jan 12 17:07:35 UTC 2016 - michael@stroeder.com