Hello community,
here is the log from the commit of package python-CacheControl for
openSUSE:Factory checked in at 2018-12-13 19:40:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CacheControl (Old)
and /work/SRC/openSUSE:Factory/.python-CacheControl.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-CacheControl"
Thu Dec 13 19:40:34 2018 rev:2 rq:653957 version:0.12.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CacheControl/python-CacheControl.changes
2018-03-28 10:29:24.729294851 +0200
+++
/work/SRC/openSUSE:Factory/.python-CacheControl.new.28833/python-CacheControl.changes
2018-12-13 19:40:38.125294062 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:46:22 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-CacheControl.spec ++++++
--- /var/tmp/diff_new_pack.pVN3Ts/_old 2018-12-13 19:40:38.853293287 +0100
+++ /var/tmp/diff_new_pack.pVN3Ts/_new 2018-12-13 19:40:38.857293283 +0100
@@ -12,7 +12,7 @@
# 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/
#
@@ -23,22 +23,20 @@
Summary: httplib2 caching for requests
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/ionrock/cachecontrol
+URL: https://github.com/ionrock/cachecontrol
Source:
https://files.pythonhosted.org/packages/source/C/CacheControl/CacheControl-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
-BuildRequires: python-rpm-macros
-# SECTION test requirements
-BuildRequires: %{python_module msgpack-python}
-BuildRequires: %{python_module requests}
-# /SECTION
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-msgpack-python
Requires: python-requests
Suggests: python-lockfile >= 0.9
Suggests: python-redis >= 2.10.5
BuildArch: noarch
-
+# SECTION test requirements
+BuildRequires: %{python_module msgpack-python}
+BuildRequires: %{python_module requests}
+# /SECTION
%python_subpackages
%description
@@ -60,7 +58,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%doc LICENSE.txt README.rst
+%license LICENSE.txt
+%doc README.rst
%python3_only %{_bindir}/doesitcache
%{python_sitelib}/*