Hello community,
here is the log from the commit of package python-cached-property for
openSUSE:Factory checked in at 2018-12-13 19:40:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cached-property (Old)
and /work/SRC/openSUSE:Factory/.python-cached-property.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cached-property"
Thu Dec 13 19:40:39 2018 rev:4 rq:653958 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-cached-property/python-cached-property.changes
2017-08-28 15:13:58.555613473 +0200
+++
/work/SRC/openSUSE:Factory/.python-cached-property.new.28833/python-cached-property.changes
2018-12-13 19:40:45.673286029 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:46:23 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cached-property.spec ++++++
--- /var/tmp/diff_new_pack.V4KuEy/_old 2018-12-13 19:40:47.221284381 +0100
+++ /var/tmp/diff_new_pack.V4KuEy/_new 2018-12-13 19:40:47.225284376 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-cached-property
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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/
#
@@ -24,17 +24,15 @@
Summary: A decorator for caching properties in classes
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/pydanny/cached-property
+URL: https://github.com/pydanny/cached-property
Source:
https://files.pythonhosted.org/packages/source/c/cached-property/cached-property-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module freezegun}
%endif
-BuildArch: noarch
-
%python_subpackages
%description
@@ -58,7 +56,8 @@
%endif
%files %{python_files}
-%doc AUTHORS.rst LICENSE README.rst
+%license LICENSE
+%doc AUTHORS.rst README.rst
%{python_sitelib}/*
%changelog