forked from pool/python-zope.interface
Update and python3 support OBS-URL: https://build.opensuse.org/request/show/148442 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=12
121 lines
5.4 KiB
Plaintext
121 lines
5.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 14 13:53:10 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Initial python3 support
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 14 13:52:19 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Update to 4.0.3 version:
|
|
* Fleshed out PyPI Trove classifiers.
|
|
- Remove duplicate files with fdupes
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 13 21:42:08 CST 2012 - douglarek@outlook.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: @implementer, @implementer_only, and @provider. 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 15:27:18 UTC 2012 - saschpe@suse.de
|
|
|
|
- Simplified macro usage
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 23 10:27:03 UTC 2011 - saschpe@suse.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 15:16:18 UTC 2011 - saschpe@suse.de
|
|
|
|
- Added provides/obsoletes for python-zope-interface
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|