2015-02-06 16:19:34 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 6 11:12:24 UTC 2015 - hpj@urpla.net
|
|
|
|
|
|
|
|
|
|
- update to version 1.0
|
|
|
|
|
- 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
|
|
|
|
|
|
2013-12-18 16:01:32 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 18 13:53:45 UTC 2013 - cfarrell@suse.com
|
|
|
|
|
|
|
|
|
|
- license update: SUSE-Repoze
|
|
|
|
|
See LICENSE
|
|
|
|
|
|
2013-12-10 13:09:18 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 10 13:08:49 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Use tarball from pypi.python.org/ as source
|
|
|
|
|
|
2013-12-10 13:03:06 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 10 13:01:51 UTC 2013 - p.drouand@gmail.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
|
|
|
|
|
|
2013-07-29 13:37:07 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 29 13:40:30 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Simplify macro usage
|
|
|
|
|
|
2013-07-29 09:30:37 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 28 20:12:18 UTC 2013 - hpj@urpla.net
|
|
|
|
|
|
|
|
|
|
- version 1.0a8: initial release
|
|
|
|
|
|