Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-requests-file for
openSUSE:Factory checked in at 2023-06-16 16:55:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-file (Old)
and /work/SRC/openSUSE:Factory/.python-requests-file.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests-file"
Fri Jun 16 16:55:30 2023 rev:5 rq:1093435 version:1.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requests-file/python-requests-file.changes
2021-06-04 00:34:15.040990030 +0200
+++
/work/SRC/openSUSE:Factory/.python-requests-file.new.15902/python-requests-file.changes
2023-06-16 16:56:33.126311966 +0200
@@ -1,0 +2,6 @@
+Fri Jun 16 06:55:06 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Add missing six BuildRequires.
+- Stop using greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests-file.spec ++++++
--- /var/tmp/diff_new_pack.kNCfaZ/_old 2023-06-16 16:56:33.602314774 +0200
+++ /var/tmp/diff_new_pack.kNCfaZ/_new 2023-06-16 16:56:33.606314797 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-requests-file
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,11 +22,11 @@
Release: 0
Summary: File transport adapter for Requests
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/dashea/requests-file
Source:
https://files.pythonhosted.org/packages/source/r/requests-file/requests-file-%{version}.tar.gz
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-requests
@@ -53,6 +53,8 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/requests_file.py
+%pycache_only %{python_sitelib}/__pycache__/requests_file.*.py*
+%{python_sitelib}/requests_file-%{version}*info
%changelog