Hello community,
here is the log from the commit of package python-zope.interface for
openSUSE:Factory checked in at 2012-11-21 17:15:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.interface (Old)
and /work/SRC/openSUSE:Factory/.python-zope.interface.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.interface", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.interface/python-zope.interface.changes
2012-02-02 18:00:16.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.interface.new/python-zope.interface.changes
2012-11-21 17:15:36.000000000 +0100
@@ -1,0 +2,19 @@
+Sat Oct 13 21:42:08 CST 2012 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
zope.interface-3.8.0.tar.gz
New:
----
zope.interface-4.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.interface.spec ++++++
--- /var/tmp/diff_new_pack.iigS2u/_old 2012-11-21 17:15:37.000000000 +0100
+++ /var/tmp/diff_new_pack.iigS2u/_new 2012-11-21 17:15:37.000000000 +0100
@@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: python-zope.interface
-Version: 3.8.0
+Version: 4.0.1
Release: 0
Url: http://pypi.python.org/pypi/zope.interface
Summary: Interfaces for Python
@@ -25,14 +26,13 @@
Source:
http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
+BuildRequires: python-setuptools
Provides: python-zopeinterface = %{version}
Obsoletes: python-zopeinterface < %{version}
Provides: python-zope-interface = %{version}
Obsoletes: python-zope-interface < %{version}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch: noarch
+%{!?python_sitearch: %global python_sitearch %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%description
@@ -56,6 +56,6 @@
%files
%defattr(-,root,root,-)
%doc COPYRIGHT.txt CHANGES.txt LICENSE.txt README.txt
-%{python_sitelib}/*
+%{python_sitearch}/*
%changelog
++++++ zope.interface-3.8.0.tar.gz -> zope.interface-4.0.1.tar.gz ++++++
++++ 23384 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]