Hello community,
here is the log from the commit of package python-zope.testing for
openSUSE:Factory checked in at 2019-11-04 17:09:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.testing (Old)
and /work/SRC/openSUSE:Factory/.python-zope.testing.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.testing"
Mon Nov 4 17:09:33 2019 rev:10 rq:743971 version:4.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope.testing/python-zope.testing.changes
2019-04-10 23:10:27.611923760 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.testing.new.2990/python-zope.testing.changes
2019-11-04 17:09:34.400464127 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 14:51:47 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.testing.spec ++++++
--- /var/tmp/diff_new_pack.SHt5lD/_old 2019-11-04 17:09:34.916464679 +0100
+++ /var/tmp/diff_new_pack.SHt5lD/_new 2019-11-04 17:09:34.916464679 +0100
@@ -22,14 +22,12 @@
Release: 0
Summary: Zope testing helpers
License: ZPL-2.1
-Group: Development/Languages/Python
-Url: https://pypi.python.org/pypi/zope.testing
+URL: https://pypi.python.org/pypi/zope.testing
Source:
https://files.pythonhosted.org/packages/source/z/zope.testing/zope.testing-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
# Test requirements:
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -91,14 +89,14 @@
%install
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%files %{python_files}
-%defattr(-,root,root,-)
-%doc COPYRIGHT.txt LICENSE.txt README.rst
+%license LICENSE.txt
+%doc COPYRIGHT.txt README.rst
%{python_sitelib}/*
%changelog