Changelog for
python3-zope.cachedescriptors-4.2.0-2.24.noarch.rpm :
* Thu Nov 03 2016 toddrme2178AATTgmail.com- Enable unit tests.- Depend on python3-zope.root to avoid import errors.
* Tue Sep 20 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 08 2016 arunAATTgmx.de- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
* Fri Jan 02 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 2013 p.drouandAATTgmail.com- Initial python3 support
* Wed Nov 13 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 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Mon Jul 23 2012 saschpeAATTsuse.de- Initial version