Hello community,

here is the log from the commit of package python-zope.hookable for 
openSUSE:Factory checked in at 2019-10-16 09:17:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.hookable (Old)
 and      /work/SRC/openSUSE:Factory/.python-zope.hookable.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zope.hookable"

Wed Oct 16 09:17:17 2019 rev:6 rq:738426 version:4.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-zope.hookable/python-zope.hookable.changes    
    2019-04-05 12:07:01.926581903 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.hookable.new.2352/python-zope.hookable.changes
      2019-10-16 09:17:18.627154410 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 14:51:13 UTC 2019 - Matej Cepl <mc...@suse.com>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-zope.hookable.spec ++++++
--- /var/tmp/diff_new_pack.4EIOqm/_old  2019-10-16 09:17:19.427152349 +0200
+++ /var/tmp/diff_new_pack.4EIOqm/_new  2019-10-16 09:17:19.439152318 +0200
@@ -23,8 +23,7 @@
 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


Reply via email to