15
0

Accepting request 305094 from home:benoit_monin:branches:devel:languages:python

- update to version 3.4.2
- remove python-nose from BuildRequires, unneeded
- replace README.txt with README.rst: changed upstream

OBS-URL: https://build.opensuse.org/request/show/305094
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=26
This commit is contained in:
Denisart Benjamin
2015-05-03 10:21:32 +00:00
committed by Git OBS Bridge
parent 0db79989ed
commit 7b77330a22
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat May 2 18:01:29 UTC 2015 - benoit.monin@gmx.fr
- update to version 3.4.2:
* Same as 3.4.1, re-uploaded to PyPI
- additional changes from version 3.4.1:
* Ported the repository from GoogleCode to GitHub and added
Travis CI support
* Tests are executed with the new command `python test.py -v`
* setuptools is now mandatory in Python 3
* The suggested installation tool is `pip`, not `easy_install`
* Supported IronPython and other Python implementations without
sys._getframe, as requested by Doug Blank
- remove python-nose from BuildRequires, unneeded
- replace README.txt with README.rst: changed upstream
-------------------------------------------------------------------
Thu Oct 24 11:01:04 UTC 2013 - speilicke@suse.com