1
0

Accepting request 322394 from home:TheBlackCat:branches:devel:languages:python

Update to version 0.5.0

OBS-URL: https://build.opensuse.org/request/show/322394
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=45
This commit is contained in:
Todd R
2015-08-13 11:48:06 +00:00
committed by Git OBS Bridge
parent a6134972b4
commit 1581c8e257
4 changed files with 70 additions and 10 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Aug 12 15:55:29 UTC 2015 - toddrme2178@gmail.com
- Update to version 0.5.0
+ Fix flake8 issues
+ Fix console_script handling
+ Sanitize collected requirements
+ Remove unused 'requires' from opensuse template
+ Quote %doc filenames if they contain shell metacharacters
+ Add support for "entry_points" and "console_scripts" parameters
+ Support syntactic variations as per the setuptools spec
+ Make "parse" and "run" two separate modes
+ Support same set of setup() parameters in parse and run modes
+ Use setuptools instead of distutils in _run_setup_py() …
+ Run setup.py (instead of just parsing it) to gather more data
+ Adjust Travis CI build
+ Remove commented code and make pep8 happy
+ Remove package create function
+ Fix license detection when license is None
+ Don't include comma in _parse_setup_py regexp
+ fix indentation in README
+ Fix KeyError for license and summary
- Add update-alternatives support for compatibility with
python 3 version of the package.
-------------------------------------------------------------------
Thu Mar 6 09:02:57 UTC 2014 - speilicke@suse.com