Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-requests-aws for
openSUSE:Factory checked in at 2025-07-15 16:46:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-aws (Old)
and /work/SRC/openSUSE:Factory/.python-requests-aws.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests-aws"
Tue Jul 15 16:46:09 2025 rev:4 rq:1293405 version:0.1.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-requests-aws/python-requests-aws.changes
2020-12-09 22:13:10.111173307 +0100
+++
/work/SRC/openSUSE:Factory/.python-requests-aws.new.7373/python-requests-aws.changes
2025-07-15 16:47:39.297054991 +0200
@@ -1,0 +2,12 @@
+Tue Jul 15 10:24:49 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Limit Python files matched in %files section
+- Switch package to modern Python Stack on SLE-15
+ * Use Python 3.11 on SLE-15 by default
+ * Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+ * Add python-pip and python-wheel to BuildRequires
+ * Replace %python_build with %pyproject_wheel
+ * Replace %python_install with %pyproject_install
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests-aws.spec ++++++
--- /var/tmp/diff_new_pack.ZpCEvu/_old 2025-07-15 16:47:39.945082016 +0200
+++ /var/tmp/diff_new_pack.ZpCEvu/_new 2025-07-15 16:47:39.945082016 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-requests-aws
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,7 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
Name: python-requests-aws
Version: 0.1.8
Release: 0
@@ -29,8 +26,10 @@
URL: https://github.com/tax/python-requests-aws
Source:
https://files.pythonhosted.org/packages/source/r/requests-aws/requests-aws-%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
Requires: python-requests >= 2.4.1
BuildArch: noarch
@@ -45,13 +44,15 @@
%setup -q -n requests-aws-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%files %{python_files}
%license LICENSE.txt
%doc README.md
-%{python_sitelib}/*
+%pycache_only %{python_sitelib}/__pycache__
+%{python_sitelib}/awsauth.py
+%{python_sitelib}/requests_aws-%{version}.dist-info