Changelog for
python3-zope.cachedescriptors-4.2.0-2.6.noarch.rpm :
Thu Nov 3 13:00:00 2016 toddrme2178AATTgmail.com
- Enable unit tests.
- Depend on python3-zope.root to avoid import errors.
Tue Sep 20 14:00:00 2016 arunAATTgmx.de
- specfile:
* update copyright year
- update to version 4.2.0:
* Add support for Python 3.5.
* Drop support for Python 2.6 and 3.2.
* The properties from the property module all preserve the
documentation string of the underlying function, and all except
cachedIn preserve everything that functools.update_wrapper
preserves.
* property.CachedProperty is usable as a decorator, with or without
dependent attribute names.
* method.cachedIn preserves the documentation string of the
underlying function, and everything else that functools.wraps
preserves
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
Fri Jan 2 13:00:00 2015 arunAATTgmx.de
- specfile:
* update copyright year
* CHANGES and README are now .rst
- update to version 4.1.0:
* Add support for PyPy and PyPy3.
* Add support for Python 3.4.
* Add support for testing on Travis.
Wed Nov 13 13:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support
Wed Nov 13 13:00:00 2013 p.drouandAATTgmail.com
- Update to version 4.0.0
+ Dropped support for Python 2.4 and 2.5.
+ Added support for Python 3.2 and 3.3.
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)
Mon Jul 23 14:00:00 2012 saschpeAATTsuse.de
- Initial version