14
0
forked from pool/python-rsa

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rsa?expand=0&rev=49
This commit is contained in:
2025-05-05 09:29:24 +00:00
committed by Git OBS Bridge
parent 9349fb5a58
commit c6196135fa
4 changed files with 26 additions and 11 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon May 5 09:15:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Fri Apr 21 12:33:27 UTC 2023 - Dirk Müller <dmueller@suse.com>