Changelog for
python3-venusian-1.0-4.18.noarch.rpm :
Thu Jun 9 14:00:00 2016 toddrme2178AATTgmail.com
- Re-enable unit tests.
- Split documentation into subpackage to speed up build.
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
Tue Feb 3 13:00:00 2015 toddrme2178AATTgmail.com
- Update to version 1.0 final
* Fix an issue under PyPy > 2.0 where attached decorators may not be found.
* Drop support of Python 2.4 / 2.5 / Jython.
* Add lift and onlyliftedfrom class decorators to allow for inheritance of venusian decorators attached to superclass methods. See the API documentation for more information.
* Fix bug where otherwise undecorated subclass of a superclass that had venusian decorators on it would inherit its superclass’ decorations. Venusian decorators should have never been inherited implicitly. See https://github.com/Pylons/venusian/issues/11#issuecomment-4977352
- Initial python 3 version.
Wed Dec 18 13:00:00 2013 cfarrellAATTsuse.com
- license update: SUSE-Repoze
See LICENSE
Tue Dec 10 13:00:00 2013 p.drouandAATTgmail.com
- Use tarball from pypi.python.org/ as source
Tue Dec 10 13:00:00 2013 p.drouandAATTgmail.com
- Change license to get it SPDX compliant;
In general, python packages are licensed under BSD derived; the
most closed license is BSD-2-Clause
Mon Jul 29 14:00:00 2013 speilickeAATTsuse.com
- Simplify macro usage
Sun Jul 28 14:00:00 2013 hpjAATTurpla.net
- version 1.0a8: initial release