Hello community,
here is the log from the commit of package python-requests-file for
openSUSE:Factory checked in at 2018-12-24 11:43:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-file (Old)
and /work/SRC/openSUSE:Factory/.python-requests-file.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests-file"
Mon Dec 24 11:43:12 2018 rev:2 rq:659642 version:1.4.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requests-file/python-requests-file.changes
2018-04-17 11:17:00.967821684 +0200
+++
/work/SRC/openSUSE:Factory/.python-requests-file.new.28833/python-requests-file.changes
2018-12-24 11:43:13.561354559 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:53:43 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests-file.spec ++++++
--- /var/tmp/diff_new_pack.wcGA9K/_old 2018-12-24 11:43:14.193353999 +0100
+++ /var/tmp/diff_new_pack.wcGA9K/_new 2018-12-24 11:43:14.197353996 +0100
@@ -12,28 +12,25 @@
# 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/
#
-%bcond_without tests
-
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without tests
Name: python-requests-file
Version: 1.4.3
Release: 0
Summary: File transport adapter for Requests
License: Apache-2.0
Group: Development/Languages/Python
-Url: http://github.com/dashea/requests-file
+URL: http://github.com/dashea/requests-file
Source:
https://files.pythonhosted.org/packages/source/r/requests-file/requests-file-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-requests
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -57,8 +54,8 @@
%endif
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
%{python_sitelib}/*
%changelog