File python-zope-proxy.changes of Package python-zope-proxy
-------------------------------------------------------------------
Wed Jan 16 11:59:15 UTC 2013 - cfarrell@suse.com
- license update: ZPL-2.1
See LICENSE.txt
-------------------------------------------------------------------
Mon Jan 14 14:17:44 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Mon Jan 14 14:14:58 UTC 2013 - p.drouand@gmail.com
- Update to 4.1.1 version:
* Fleshed out PyPI Trove classifiers.
- Update to 4.0.0 version:
* Added support for PyPy.
N.B.: the C extension is not built under PyPy.
* Added a pure-Python reference / fallback implementations of zope.proxy.ProxyBase
and the proxy module API functions.
N.B.: the pure-Python proxy implements all regular features of
ProxyBase; however, it does not exclude access to the wrapped object
in the same way that the C version does. If you need that information
hiding (e.g., to implement security sandboxing), you still need to use
the C version.
* Added support for continuous integration using tox and jenkins.
* 100% unit test coverage.
* Added Sphinx documentation: moved doctest examples to API reference.
* Added 'setup.py docs' alias (installs Sphinx and dependencies).
* Added 'setup.py dev' alias (runs setup.py develop plus installs nose and coverage).
* Replaced deprecated zope.interface.implements usage with equivalent zope.interface.implementer decorator.
* Dropped support for Python 2.4 and 2.5.
* Added Python 3.2 support.
-------------------------------------------------------------------
Thu Nov 18 16:00:05 UTC 2010 - hvogel@novell.com
- Update to version 3.6.1
* Make tests compatible with Python 2.7.
-------------------------------------------------------------------
Wed Nov 10 12:50:28 UTC 2010 - coolo@novell.com
- fix file list
-------------------------------------------------------------------
Tue Jun 22 09:00:03 UTC 2010 - hvogel@novell.com
- get rid of buildroot removal in install
-------------------------------------------------------------------
Wed Jun 2 14:25:41 UTC 2010 - hvogel@novell.com
- Initial Package, Version 3.6.0