Changelog for
python-zope.interface-4.1.1-1.26.x86_64.rpm :
Tue Sep 16 14:00:00 2014 tbechtoldAATTsuse.com
- Update to version 4.1.1:
* Added support for Python 3.4.
Sun Feb 16 13:00:00 2014 os-devAATTjacraig.com
- Update to 4.1.0:
* Updated ``boostrap.py`` to version 2.2.
* Added ``AATTnamed(name)`` declaration, that specifies the component name, so
it does not have to be passed in during registration.
- Change source URL, .zip not available for this version.
Thu Dec 19 13:00:00 2013 cooloAATTsuse.com
- BuildIgnore our own name - required by python-repoze.sphinx.autointerface,
but of course not needed
Thu Aug 1 14:00:00 2013 hpjAATTurpla.net
- add unzip to BuildRequires
Thu Aug 1 14:00:00 2013 speilickeAATTsuse.com
- Ship upstream tarbal (zipfile) and fix Source URL
Mon Jul 29 14:00:00 2013 hpjAATTurpla.net
- Updated to 4.0.5:
* Fixed a bug where a decorated method caused false positive failures on verifyClass().
- Updated to 4.0.4:
* Fixed a bug that was revealed by porting zope.traversing. During a loop, the loop body modified a weakref dict causing a RuntimeError error.
- generate documentation in -doc package
- enable tests
Mon Jan 14 13:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support
Mon Jan 14 13:00:00 2013 p.drouandAATTgmail.com
- Update to 4.0.3 version:
* Fleshed out PyPI Trove classifiers.
- Remove duplicate files with fdupes
Sun Oct 14 14:00:00 2012 douglarekAATToutlook.com
- Fix spec bugs
- Updated to 4.0.1
* Dropped explicit DeprecationWarnings for \"class advice\" APIS (these APIs are still deprecated under Python 2.x, and still raise an exception under Python 3.x, but no longer cause a warning to be emitted under Python 2.x).
* Automated build of Sphinx HTML docs and running doctest snippets via tox.
* Deprecated the \"class advice\" APIs from zope.interface.declarations: implements, implementsOnly, and classProvides. In their place, prefer the equivalent class decorators: AATTimplementer, AATTimplementer_only, and AATTprovider. Code which uses the deprecated APIs will not work as expected under Py3k.
* Removed use of \'2to3\' and associated fixers when installing under Py3k. The code is now in a \"compatible subset\" which supports Python 2.6, 2.7, and 3.2, including PyPy 1.8 (the version compatible with the 2.7 language spec).
* Dropped explicit support for Python 2.4 / 2.5 / 3.1.
* Added support for PyPy.
* Added support for continuous integration using tox and jenkins.
* Added \'setup.py dev\' alias (runs setup.py develop plus installs nose and coverage).
* Added \'setup.py docs\' alias (installs Sphinx and dependencies).
* Replaced all unittest coverage previously accomplished via doctests with unittests. The doctests have been moved into a docs section, managed as a Sphinx collection.
* LP #910987: Ensure that the semantics of the lookup method of zope.interface.adapter.LookupBase are the same in both the C and Python implementations.
* LP #900906: Avoid exceptions due to tne new __qualname__ attribute added in Python 3.3 (see PEP 3155 for rationale). Thanks to Antoine Pitrou for the patch.
Wed Feb 1 13:00:00 2012 saschpeAATTsuse.de
- Simplified macro usage
Fri Sep 23 14:00:00 2011 saschpeAATTsuse.de
- Update to version 3.8.0:
* New module zope.interface.registry
* No longer Python 2.4 compatible (tested under 2.5, 2.6, 2.7, and 3.2).
Tue Sep 6 14:00:00 2011 saschpeAATTsuse.de
- Added provides/obsoletes for python-zope-interface
Tue Sep 6 14:00:00 2011 saschpeAATTsuse.de
- Renamed to python-zope.interface (from python-zopeinterface)
- Simplyfied spec file
- Update to version 3.7.0:
* LP #570942: Now correctly compare interfaces from different modules
but with the same names.
* LP #811792: work around buggy behavior in some subclasses of
zope.interface.interface.InterfaceClass, which invoke __hash__
before initializing __module__ and __name__. The workaround
returns a fixed constant hash in such cases, and issues a UserWarning.
* LP #804832: Under PyPy, zope.interface should not build its C
extension. Also, prevent attempting to build it under Jython.
* Add a tox.ini for easier xplatform testing.
* Fix testing deprecation warnings issued when tested under Py3K.
* LP 804951: InterfaceClass instances were unhashable under Python 3.x.
* LP #570942: Now correctly compare interfaces from different modules
but with the same names.
Wed Dec 15 13:00:00 2010 saschpeAATTsuse.de
- add documentation files: COPYRIGHT.txt CHANGES.txt LICENSE.txt
Sun Dec 12 13:00:00 2010 saschpeAATTgmx.de
- update to 3.6.1
* A non-ascii character in the changelog made 3.6.0 uninstallable
on Python 3 systems with another default encoding than UTF-8.
* Fixed compiler warnings under GCC 4.3.3.
* Python 2.3 is no longer supported.
* Use the standard Python doctest module instead of
zope.testing.doctest, which has been deprecated.
* Allow to bootstrap on Jython.
- re-packaged with py2pack
* now builds on all RPM-based distros