14
0
Files
python-zope.interface/python-zope.interface.changes
Sascha Peilicke c54608db23 - 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.

- 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
2011-09-06 13:53:06 +00:00

73 lines
2.8 KiB
Plaintext

-------------------------------------------------------------------
Tue Sep 6 13:44:49 UTC 2011 - saschpe@suse.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 14:34:50 UTC 2010 - saschpe@suse.de
- add documentation files: COPYRIGHT.txt CHANGES.txt LICENSE.txt
-------------------------------------------------------------------
Sun Dec 12 15:50:03 UTC 2010 - saschpe@gmx.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
-------------------------------------------------------------------
Tue Jun 3 04:41:14 CEST 2008 - crrodriguez@suse.de
- needs fno-strict-aliasing
-------------------------------------------------------------------
Thu Aug 2 16:51:01 CEST 2007 - jmatejek@suse.cz
- update to 3.3.0
* corresponds to new Zope versions
* adapter-lookup written in C to simplify application debugging
* various bugfixes
-------------------------------------------------------------------
Thu Oct 19 17:08:43 CEST 2006 - jmatejek@suse.cz
- minor changes for better 64bit compatibility with PEP353
-------------------------------------------------------------------
Tue Feb 28 16:46:04 CET 2006 - jmatejek@suse.cz
- updated to reflect python changes due to #149809
-------------------------------------------------------------------
Wed Jan 25 21:40:55 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Apr 14 11:58:57 CEST 2005 - mcihar@suse.cz
- new package