File python3-setuptools_scm.changes of Package python3-setuptools_scm
-------------------------------------------------------------------
Sat Sep 19 14:49:36 UTC 2015 - arun@gmx.de
- specfile:
* pypi changed from tar.gz to tar.bz2
* some tests call python, but need to call python3. fixed via sed call
- update to version 1.8.0:
* fix issue with setuptools wrong version warnings being printed to
standard out. User is informed now by distutils-warnings.
* restructure root finding, we now reliably ignore outer scm and
prefer PKG-INFO over scm, fixes #43 and #45
-------------------------------------------------------------------
Sat Aug 15 02:47:19 UTC 2015 - arun@gmx.de
- update to version 1.7.0:
* correct the url to github thanks David Szotten
* enhance scm not found errors with a note on git tarballs thanks Markus
* add support for write_to_template
-------------------------------------------------------------------
Wed Aug 12 15:30:29 UTC 2015 - toddrme2178@gmail.com
- Add unit tests
-------------------------------------------------------------------
Sat Aug 1 20:52:02 UTC 2015 - arun@gmx.de
- specfile:
* updated url
- update to version 1.6.0:
* bail out early if the scm is missing
this brings issues with git tarballs and older devpi-client releases
to light, before we would let the setup stay at version 0.0, now
there is a ValueError
* propperly raise errors on write_to missuse (thanks Te-jé Rodgers)
-------------------------------------------------------------------
Mon Jul 13 20:21:50 UTC 2015 - arun@gmx.de
- update to version 1.5.5.:
* Fix bug on Python 2 on Windows when environment has unicode
fields.
-------------------------------------------------------------------
Sun Jun 14 06:47:26 UTC 2015 - arun@gmx.de
- update to version 1.5.4:
* Fix bug on Python 2 when version is loaded from existing metadata.
- changes from version 1.5.3:
* #28: Fix decoding error when PKG-INFO contains non-ASCII.
-------------------------------------------------------------------
Sun May 31 16:02:57 UTC 2015 - arun@gmx.de
- update to version 1.5.2:
* add zip_safe flag
- changes from version 1.5.1:
* fix file access bug i missed in 1.5
- changes from version 1.5.0:
* moved setuptools integration related code to own file
* support storing version strings into a module/text file using the
write_to coniguration parameter
-------------------------------------------------------------------
Mon May 25 04:49:45 UTC 2015 - arun@gmx.de
- specfile:
* changes from - to _ in tar name
- update to version 1.4.1:
(no changelog available)
- changes from version 1.4.0:
* propper handling for sdist
* fix file-finder failure from windows
* resuffle docs
-------------------------------------------------------------------
Sat Mar 14 20:34:50 UTC 2015 - arun@gmx.de
- update to version 1.3.0:
* support setuptools easy_install egg creation details by
hardwireing the version in the sdist
-------------------------------------------------------------------
Wed Mar 4 02:58:15 UTC 2015 - arun@gmx.de
- update to version 1.2.0:
* fail in all install cases on fresh checkout
* better note
* print the note when using setup.py in a fresh checkout, fixes #22
* support working with setuptools pre-12, fixes #20 #21 and #23
-------------------------------------------------------------------
Tue Mar 3 20:05:45 UTC 2015 - arun@gmx.de
- initial version