15
0
forked from pool/python-Durus

Accepting request 1222042 from home:glaubitz:branches:devel:languages:python

- Update to 4.3
  * Sub-class containers from abstract base types.
  * Use updated trashcan macros.
- Add fdupes to BuildRequires
- Adjust upstream source name in spec file
- Limit Python files matched in %files section
- Run %fdupes to eliminate duplicates from Python directory
- Switch package to modern Python Stack on SLE-15
  * Use Python 3.11 on SLE-15 by default
  * Add Obsoletes for old python3 package on SLE-15
  * 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
  * Update name for dist directory in %files section

OBS-URL: https://build.opensuse.org/request/show/1222042
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Durus?expand=0&rev=17
This commit is contained in:
2024-11-07 10:45:46 +00:00
committed by Git OBS Bridge
parent a4decf09d7
commit 1a3a34a0b7
4 changed files with 35 additions and 16 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Nov 7 08:51:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.3
* Sub-class containers from abstract base types.
* Use updated trashcan macros.
- Add fdupes to BuildRequires
- Adjust upstream source name in spec file
- Limit Python files matched in %files section
- Run %fdupes to eliminate duplicates from Python directory
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Add Obsoletes for old python3 package on SLE-15
* 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
* Update name for dist directory in %files section
-------------------------------------------------------------------
Thu Oct 28 03:37:51 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>