Hello community,
here is the log from the commit of package python-zope.hookable for
openSUSE:Leap:15.2 checked in at 2020-03-02 13:25:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-zope.hookable (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-zope.hookable.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.hookable"
Mon Mar 2 13:25:22 2020 rev:12 rq:777316 version:5.0.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-zope.hookable/python-zope.hookable.changes
2020-01-15 15:54:45.263642991 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-zope.hookable.new.26092/python-zope.hookable.changes
2020-03-02 13:25:23.122640298 +0100
@@ -1,0 +2,22 @@
+Tue Jan 21 11:19:26 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to version 5.0.0
+ * Add support for Python 3.7 and 3.8.
+ * Drop support for Python 3.4.
+
+-------------------------------------------------------------------
+Mon Oct 14 14:51:13 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
+Fri Apr 5 07:14:07 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 4.2.0
+ * Add support for Python 3.5 and 3.6.
+ * Drop support for Python 2.6, 3.2 and 3.3.
+ * Expose the __doc__ (and, where applicable, __bases__ and __dict__)
+ of the hooked object. This lets Sphinx document them.
+ * Respect PURE_PYTHON at runtime.
+
+-------------------------------------------------------------------
Old:
----
zope.hookable-4.0.4.tar.gz
New:
----
zope.hookable-5.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.hookable.spec ++++++
--- /var/tmp/diff_new_pack.tAvuxR/_old 2020-03-02 13:25:23.718641483 +0100
+++ /var/tmp/diff_new_pack.tAvuxR/_new 2020-03-02 13:25:23.722641491 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.hookable
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -13,18 +13,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-zope.hookable
-Version: 4.0.4
+Version: 5.0.0
Release: 0
Summary: Zope hookable
License: ZPL-2.1
-Group: Development/Languages/Python
-Url: http://www.python.org/pypi/zope.hookable
+URL: https://www.python.org/pypi/zope.hookable
Source:
https://files.pythonhosted.org/packages/source/z/zope.hookable/zope.hookable-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -51,9 +50,8 @@
%package -n %{name}-doc
Summary: Zope hookable
-Group: Development/Languages/Python
-Provides: %{python_module zope.hookable-doc = %{version}}
Requires: %{name} = %{version}
+Provides: %{python_module zope.hookable-doc = %{version}}
%description -n %{name}-doc
This package contains documentation files for %{name}.
@@ -64,23 +62,23 @@
%build
%python_build
-%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
build/sphinx/html/objects.inv
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
build/sphinx/html/objects.inv
%install
%python_install
%{python_expand rm -f
%{buildroot}%{$python_sitearch}/zope/hookable/_zope_hookable.c
- %fdupes -s %{buildroot}%{$python_sitearch}
+ %fdupes %{buildroot}%{$python_sitearch}
}
%check
%python_exec setup.py test
%files %{python_files}
-%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
+%license LICENSE.txt
+%doc CHANGES.rst COPYRIGHT.txt README.rst
%{python_sitearch}/*
%files -n %{name}-doc
-%defattr(-,root,root)
%doc build/sphinx/html/
%changelog
++++++ zope.hookable-4.0.4.tar.gz -> zope.hookable-5.0.0.tar.gz ++++++
++++ 2042 lines of diff (skipped)