Hello community,
here is the log from the commit of package python-zope.interface for
openSUSE:Factory checked in at 2015-05-20 23:37:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.interface (Old)
and /work/SRC/openSUSE:Factory/.python-zope.interface.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.interface"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.interface/python-zope.interface.changes
2014-09-28 19:58:02.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.interface.new/python-zope.interface.changes
2015-05-20 23:37:02.000000000 +0200
@@ -1,0 +2,12 @@
+Fri May 15 12:10:59 UTC 2015 - [email protected]
+
+- update to version 4.1.2:
+ * Add support for PyPy3.
+ * Remove unittest assertions deprecated in Python3.x.
+ * Add zope.interface.document.asReStructuredText, which formats
+ the generated text for an interface using ReST double-backtick
+ markers.
+- fix documentation generation
+- pass -q to test to avoid spamming the build log
+
+-------------------------------------------------------------------
Old:
----
zope.interface-4.1.1.tar.gz
New:
----
zope.interface-4.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.interface.spec ++++++
--- /var/tmp/diff_new_pack.kSMkNQ/_old 2015-05-20 23:37:03.000000000 +0200
+++ /var/tmp/diff_new_pack.kSMkNQ/_new 2015-05-20 23:37:03.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.interface
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-zope.interface
-Version: 4.1.1
+Version: 4.1.2
Release: 0
Url: http://pypi.python.org/pypi/zope.interface
Summary: Interfaces for Python
@@ -67,7 +67,7 @@
%build
python setup.py build
-python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+PYTHONPATH=$(echo $(pwd)/build/lib.*) python setup.py build_sphinx && rm
build/sphinx/html/.buildinfo
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -76,7 +76,7 @@
rm %{buildroot}%python_sitearch/zope/interface/_zope_interface_coptimizations.c
%check
-python setup.py test
+python setup.py -q test
%files
%defattr(-,root,root,-)
++++++ zope.interface-4.1.1.tar.gz -> zope.interface-4.1.2.tar.gz ++++++
++++ 24170 lines of diff (skipped)