Hello community,
here is the log from the commit of package python-itsdangerous for
openSUSE:Factory checked in at 2018-12-14 20:46:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-itsdangerous (Old)
and /work/SRC/openSUSE:Factory/.python-itsdangerous.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-itsdangerous"
Fri Dec 14 20:46:49 2018 rev:6 rq:655849 version:0.24
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-itsdangerous/python-itsdangerous.changes
2017-04-24 09:48:02.574244517 +0200
+++
/work/SRC/openSUSE:Factory/.python-itsdangerous.new.28833/python-itsdangerous.changes
2018-12-14 20:46:50.981553913 +0100
@@ -1,0 +2,6 @@
+Tue Dec 4 12:49:25 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package, but
+ keep testsuite passing.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-itsdangerous.spec ++++++
--- /var/tmp/diff_new_pack.wlHor4/_old 2018-12-14 20:46:51.557553119 +0100
+++ /var/tmp/diff_new_pack.wlHor4/_new 2018-12-14 20:46:51.561553113 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-itsdangerous
#
-# 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/
#
@@ -23,11 +23,11 @@
Summary: Various helpers to pass trusted data to untrusted environments
and back
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: http://github.com/mitsuhiko/itsdangerous
+URL: http://github.com/mitsuhiko/itsdangerous
Source:
https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -52,10 +52,11 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE README
+%license LICENSE
+%doc CHANGES README
%{python_sitelib}/*
%changelog