forked from pool/python-zope.interface
c54608db239bf237c68f4c87a311db2aaa191a1018aabdc16863853c903e9a13
- 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. - add documentation files: COPYRIGHT.txt CHANGES.txt LICENSE.txt - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=1
Description
No description provided
Languages
RPM Spec
100%