Hello community,
here is the log from the commit of package python-zope.interface for
openSUSE:Factory checked in at 2020-03-27 00:28:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.interface (Old)
and /work/SRC/openSUSE:Factory/.python-zope.interface.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.interface"
Fri Mar 27 00:28:55 2020 rev:24 rq:787837 version:5.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.interface/python-zope.interface.changes
2019-12-11 12:11:39.792575344 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.interface.new.3160/python-zope.interface.changes
2020-03-27 00:29:00.080369376 +0100
@@ -1,0 +2,13 @@
+Tue Mar 24 14:39:03 UTC 2020 - [email protected]
+
+- version update to 5.0.1
+ * lot of changes, see CHANGES.rst
+
+-------------------------------------------------------------------
+Mon Mar 16 14:15:04 UTC 2020 - [email protected]
+
+- version update to 4.7.2
+ - Remove deprecated use of setuptools features. See `issue 30
+ <https://github.com/zopefoundation/zope.interface/issues/30>`_.
+
+-------------------------------------------------------------------
Old:
----
zope.interface-4.7.1.tar.gz
New:
----
zope.interface-5.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.interface.spec ++++++
--- /var/tmp/diff_new_pack.VgF7YZ/_old 2020-03-27 00:29:01.076369881 +0100
+++ /var/tmp/diff_new_pack.VgF7YZ/_new 2020-03-27 00:29:01.076369881 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.interface
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,18 +20,19 @@
%global modname zope.interface
%define oldpython python
Name: python-zope.interface
-Version: 4.7.1
+Version: 5.0.1
Release: 0
Summary: Interfaces for Python
License: ZPL-2.1
Group: Development/Languages/Python
-URL: http://pypi.python.org/pypi/zope.interface
+URL: https://pypi.python.org/pypi/zope.interface
Source:
https://files.pythonhosted.org/packages/source/z/zope.interface/%{modname}-%{version}.tar.gz
-BuildRequires: %{python_module coverage}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module zope.event}
+BuildRequires: %{python_module zope.testing}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%ifpython2
@@ -63,6 +64,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
+sed -i '/coverage/d' setup.py
%python_exec setup.py test
%files %{python_files}
++++++ zope.interface-4.7.1.tar.gz -> zope.interface-5.0.1.tar.gz ++++++
++++ 13721 lines of diff (skipped)