15
0
Files
python-decorator/python-decorator.changes
Denisart Benjamin 7b77330a22 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
2015-05-03 10:21:32 +00:00

75 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
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
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Tue Jun 25 12:01:33 UTC 2013 - dmueller@suse.com
- update to 3.4.0:
* Added the ability to use classes and generic callables as callers and
implemented a signature-preserving contexmanager decorator. Fixed a bug
with the signature f(**kw) in Python 3 and fixed a couple of doctests
broken by Python 3.3, both issues pointed out by Dominic Sacré (18/10/2012)
-------------------------------------------------------------------
Wed May 23 07:56:17 UTC 2012 - highwaystar.ru@gmail.com
- update to version 3.3.3
- minor spec improvement
- python3 package added
-------------------------------------------------------------------
Tue Nov 29 19:14:17 UTC 2011 - cfarrell@suse.com
- license update: BSD-2-Clause
SPDX format
-------------------------------------------------------------------
Thu Nov 24 13:38:58 UTC 2011 - idoenmez@suse.de
- Update to upstream tarball, no code changes
-------------------------------------------------------------------
Mon Sep 26 07:56:23 UTC 2011 - saschpe@suse.de
- Add python-distribute (setuptools) BuildRequires, seemed to got lost
-------------------------------------------------------------------
Thu Sep 1 09:56:17 UTC 2011 - saschpe@suse.de
- Update to version 3.3.2
- Added proper changes file
-------------------------------------------------------------------
Thu Jan 7 00:00:00 UTC 2010 - hpj@urpla.net
- Update to 3.3.0
-------------------------------------------------------------------
Mon Aug 10 00:00:00 UTC 2009 - cfarrell1980@gmail.com
- Update to 3.0.1
-------------------------------------------------------------------
Tue Dec 2 00:00:00 UTC 2008 - jfunk@funktronics.ca
- Initial release