Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rsa for openSUSE:Factory 
checked in at 2025-05-06 16:39:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rsa (Old)
 and      /work/SRC/openSUSE:Factory/.python-rsa.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rsa"

Tue May  6 16:39:03 2025 rev:27 rq:1274401 version:4.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rsa/python-rsa.changes    2023-10-06 
21:12:14.787093156 +0200
+++ /work/SRC/openSUSE:Factory/.python-rsa.new.30101/python-rsa.changes 
2025-05-06 16:39:31.195381578 +0200
@@ -1,0 +2,15 @@
+Mon May  5 09:15:33 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 4.9.1
+  * Final release, just to add a note about the 'archived' status
+    of the project.No other changes. See `README.md` for more info.
+- 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
+- Switch package to modern Python Stack on SLE-15
+  * Use Python 3.11 on SLE-15 by default
+  * Drop support for older Python versions
+- Update BuildRequires from pyproject.toml
+
+-------------------------------------------------------------------

Old:
----
  rsa-4.9.tar.gz

New:
----
  rsa-4.9.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rsa.spec ++++++
--- /var/tmp/diff_new_pack.lFgZEe/_old  2025-05-06 16:39:31.651400635 +0200
+++ /var/tmp/diff_new_pack.lFgZEe/_new  2025-05-06 16:39:31.655400803 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rsa
 #
-# Copyright (c) 2023 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
@@ -22,18 +22,18 @@
 %bcond_with libalternatives
 %endif
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 %{?sle15_python_module_pythons}
 Name:           python-rsa
-Version:        4.9
+Version:        4.9.1
 Release:        0
 Summary:        Pure-Python RSA Implementation
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://stuvel.eu/rsa
 Source:         
https://files.pythonhosted.org/packages/source/r/rsa/rsa-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry-core}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros >= 20210929
 Requires:       python-pyasn1 >= 0.1.3
@@ -42,7 +42,7 @@
 BuildRequires:  alts
 %else
 Requires(post): update-alternatives
-Requires(preun):update-alternatives
+Requires(preun): update-alternatives
 %endif
 Requires(pre):  coreutils
 BuildArch:      noarch
@@ -62,11 +62,11 @@
 
 %build
 export LC_ALL=en_US.utf8
-%python_build
+%pyproject_wheel
 
 %install
 export LC_ALL=en_US.utf8
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %python_clone -a %{buildroot}%{_bindir}/pyrsa-priv2pub

++++++ rsa-4.9.tar.gz -> rsa-4.9.1.tar.gz ++++++
++++ 6359 lines of diff (skipped)

Reply via email to