File python3-decorator.changes of Package python3-decorator
-------------------------------------------------------------------
Mon Aug 10 00:09:25 UTC 2015 - arun@gmx.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 19:51:55 UTC 2015 - arun@gmx.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)
-------------------------------------------------------------------
Sun Jan 10 00:51:53 UTC 2015 - arun@gmx.de
- specfile:
* remove python(abi) requirement
-------------------------------------------------------------------
Fri Jan 9 23:51:03 UTC 2015 - arun@gmx.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 13:47:34 UTC 2012 - toddrme2178@gmail.com
- Removed openSUSE 11.4 spec file workarounds
-------------------------------------------------------------------
Thu Jun 14 12:06:48 UTC 2012 - toddrme2178@gmail.com
- Fix building on openSUSE <= 12.1
- Minor spec file cleanups
-------------------------------------------------------------------
Fri May 25 08:33:12 UTC 2012 - toddrme2178@gmail.com
- Fix building on openSUSE 11.4
- spec file cleanups
-------------------------------------------------------------------
Wed May 23 07:56:47 UTC 2012 - highwaystar.ru@gmail.com
- python3-decorator package added