Hello community,
here is the log from the commit of package python-SecretStorage for
openSUSE:Factory checked in at 2018-12-21 08:20:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SecretStorage (Old)
and /work/SRC/openSUSE:Factory/.python-SecretStorage.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SecretStorage"
Fri Dec 21 08:20:02 2018 rev:6 rq:659357 version:2.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-SecretStorage/python-SecretStorage.changes
2018-01-25 12:37:08.084203673 +0100
+++
/work/SRC/openSUSE:Factory/.python-SecretStorage.new.28833/python-SecretStorage.changes
2018-12-21 08:20:03.657646281 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:54:04 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-SecretStorage.spec ++++++
--- /var/tmp/diff_new_pack.3mbYUn/_old 2018-12-21 08:20:04.025645936 +0100
+++ /var/tmp/diff_new_pack.3mbYUn/_new 2018-12-21 08:20:04.025645936 +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,11 +23,10 @@
Summary: Python bindings to FreeDesktoporg Secret Service API
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/mitya57/secretstorage
+URL: https://github.com/mitya57/secretstorage
Source:
https://files.pythonhosted.org/packages/source/S/SecretStorage/SecretStorage-%{version}.tar.gz
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module dbus-python}
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: dbus-1-x11
BuildRequires: fdupes
@@ -73,7 +72,8 @@
%python_expand dbus-run-session -- $python -m unittest discover -s tests
%files %{python_files}
-%doc changelog README.rst LICENSE
+%license LICENSE
+%doc changelog README.rst
%{python_sitelib}/*
%changelog