Hello community,
here is the log from the commit of package python-SecretStorage for
openSUSE:Factory checked in at 2018-01-25 12:37:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SecretStorage (Old)
and /work/SRC/openSUSE:Factory/.python-SecretStorage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SecretStorage"
Thu Jan 25 12:37:06 2018 rev:5 rq:568848 version:2.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-SecretStorage/python-SecretStorage.changes
2017-05-16 14:27:53.648634566 +0200
+++
/work/SRC/openSUSE:Factory/.python-SecretStorage.new/python-SecretStorage.changes
2018-01-25 12:37:08.084203673 +0100
@@ -1,0 +2,5 @@
+Wed Jan 24 10:17:37 UTC 2018 - [email protected]
+
+- Fix dbus-python deps to ease the logic and allow python2less build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-SecretStorage.spec ++++++
--- /var/tmp/diff_new_pack.te9b2x/_old 2018-01-25 12:37:08.520183319 +0100
+++ /var/tmp/diff_new_pack.te9b2x/_new 2018-01-25 12:37:08.524183133 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-SecretStorage
#
-# 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
@@ -16,8 +16,6 @@
#
-%bcond_without tests
-
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-SecretStorage
Version: 2.3.1
@@ -27,26 +25,16 @@
Group: Development/Languages/Python
Url: https://github.com/mitya57/secretstorage
Source:
https://files.pythonhosted.org/packages/source/S/SecretStorage/SecretStorage-%{version}.tar.gz
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
+BuildRequires: %{python_module cryptography}
+BuildRequires: %{python_module dbus-python}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module cryptography}
-BuildRequires: dbus-1-python
-BuildRequires: dbus-1-python3
-# Testing requirements
-%if %{with tests}
BuildRequires: dbus-1-x11
+BuildRequires: fdupes
BuildRequires: gnome-keyring
-%endif
+BuildRequires: python-rpm-macros
Requires: python-cryptography
-%ifpython2
-Requires: dbus-1-python
-%endif
-%ifpython2
-Requires: dbus-1-python3
-%endif
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Requires: python-dbus-python
BuildArch: noarch
%python_subpackages
@@ -85,7 +73,6 @@
%python_expand dbus-run-session -- $python -m unittest discover -s tests
%files %{python_files}
-%defattr(-,root,root,-)
%doc changelog README.rst LICENSE
%{python_sitelib}/*