Changelog for
python3-decorator-4.0.2-7.1.noarch.rpm :
* Mon Aug 10 2015 arunAATTgmx.de- specfile:
* removed 2to3 dependency
* updated location of README.rst
* added LICENSE.txt and CHANGES.txt- update to version 4.0.2:
* Fix: docs/README.rst was not included in MANIFEST.in by accident, thus breaking the source installation (2015/07/28)- changes from version 4.0.1:
* Added docs directory and upload_docs command. Fixed bug with `__qualname__`, reported by Lucian Petrut (2015/07/28)- changes from version 4.0.0:
* Removed the need for 2to3 by dropping the support for Python 2.5.
* Added a MANIFEST.in file and produced a proper wheel. Improved the integration with setuptools so that `python setup.py test` works.
* Reworked the documentation and introduced `decorator.decorated`.
* Removed any dependence from `inspect.getargspec`, which is deprecated in Python 3.5, as signaled by Ralf Gommers.
* Fixed `contextmanager` to work with Python 3.5.
* Copied the `__qualname__` attribute, as requested by Frazer McLean.
* Added a `dispatch_on` facility to implement generic functions. (2015/07/24)
* Sun Mar 22 2015 arunAATTgmx.de- specfile:
* changed to setuptools
* removed python dependency (automated by build process)
* removed nose
* README.txt -> REAMDE.rst- update to version 3.4.2:
* no changelog available- 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 (2015/03/16)
* Sat Jan 10 2015 arunAATTgmx.de- specfile:
* remove python(abi) requirement
* Fri Jan 09 2015 arunAATTgmx.de- specfile: update copyright year- update to version 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)
* Thu Nov 22 2012 toddrme2178AATTgmail.com- Removed openSUSE 11.4 spec file workarounds
* Thu Jun 14 2012 toddrme2178AATTgmail.com- Fix building on openSUSE <= 12.1- Minor spec file cleanups
* Fri May 25 2012 toddrme2178AATTgmail.com- Fix building on openSUSE 11.4- spec file cleanups
* Wed May 23 2012 highwaystar.ruAATTgmail.com- python3-decorator package added