Hello community,
here is the log from the commit of package python3-zope.interface for
openSUSE:Factory checked in at 2014-02-18 14:46:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-zope.interface (Old)
and /work/SRC/openSUSE:Factory/.python3-zope.interface.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-zope.interface"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2013-06-21 19:09:14.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
2014-02-18 14:46:35.000000000 +0100
@@ -1,0 +2,17 @@
+Sun Feb 16 19:19:37 UTC 2014 - [email protected]
+
+- Update to 4.1.0:
+ * Updated ``boostrap.py`` to version 2.2.
+ * Added ``@named(name)`` declaration, that specifies the component name, so
+ it does not have to be passed in during registration.
+- Changes from 4.0.5:
+ * Fixed a bug where a decorated method caused false positive failures on
+ ``verifyClass()``.
+- Changes from 4.0.4:
+ * Fixed a bug that was revealed by porting zope.traversing. During a loop,
+ the loop body modified a weakref dict causing a ``RuntimeError`` error.
+- Update %doc with file extension changes.
+- Remove unnecessary C source file to prevent rpmlint warning.
+- Change distribute BuildRequires to setuptools, those projects were unforked.
+
+-------------------------------------------------------------------
Old:
----
zope.interface-4.0.3.tar.gz
New:
----
zope.interface-4.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-zope.interface.spec ++++++
--- /var/tmp/diff_new_pack.iPVkI0/_old 2014-02-18 14:46:36.000000000 +0100
+++ /var/tmp/diff_new_pack.iPVkI0/_new 2014-02-18 14:46:36.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-zope.interface
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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: python3-zope.interface
-Version: 4.0.3
+Version: 4.1.0
Release: 0
Url: http://pypi.python.org/pypi/zope.interface
Summary: Interfaces for Python
@@ -28,7 +28,7 @@
BuildRequires: fdupes
BuildRequires: python3
BuildRequires: python3-devel
-BuildRequires: python3-distribute
+BuildRequires: python3-setuptools
%description
This package is intended to be independently reusable in any Python
@@ -49,10 +49,11 @@
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
# Remove duplicate files
%fdupes -s %{buildroot}
+rm
%{buildroot}%{python3_sitearch}/zope/interface/_zope_interface_coptimizations.c
%files
%defattr(-,root,root,-)
-%doc COPYRIGHT.txt CHANGES.txt LICENSE.txt README.txt
+%doc COPYRIGHT.txt CHANGES.rst LICENSE.txt README.rst
%{python3_sitearch}/*
%changelog
++++++ zope.interface-4.0.3.tar.gz -> zope.interface-4.1.0.tar.gz ++++++
++++ 21137 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]