Hello community,
here is the log from the commit of package python-requests-hawk for
openSUSE:Factory checked in at 2018-12-24 11:43:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-hawk (Old)
and /work/SRC/openSUSE:Factory/.python-requests-hawk.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests-hawk"
Mon Dec 24 11:43:19 2018 rev:2 rq:659644 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requests-hawk/python-requests-hawk.changes
2018-04-30 22:59:42.570773484 +0200
+++
/work/SRC/openSUSE:Factory/.python-requests-hawk.new.28833/python-requests-hawk.changes
2018-12-24 11:43:20.409348489 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:53:45 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests-hawk.spec ++++++
--- /var/tmp/diff_new_pack.DI7HUe/_old 2018-12-24 11:43:21.081347893 +0100
+++ /var/tmp/diff_new_pack.DI7HUe/_new 2018-12-24 11:43:21.085347890 +0100
@@ -1,6 +1,7 @@
#
# spec file for package python-requests-hawk
#
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 The openSUSE Project.
#
# All modifications and additions to the file contributed by third parties
@@ -12,7 +13,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/
#
@@ -26,7 +27,6 @@
Group: Development/Languages/Python
URL: https://github.com/mozilla-services/requests-hawk
Source:
https://files.pythonhosted.org/packages/source/r/requests-hawk/requests-hawk-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -63,7 +63,8 @@
%endif
%files %{python_files}
-%doc CHANGES.txt LICENSE.txt README.rst
+%license LICENSE.txt
+%doc CHANGES.txt README.rst
%{python_sitelib}/*
%changelog