15
0

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

- Update to 0.1.10
  * Drop support for Python 3.8.
  * Add support for Python 3.13.
  * Update Unicode definition to 15.1.
- 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

OBS-URL: https://build.opensuse.org/request/show/1254338
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cwcwidth?expand=0&rev=11
This commit is contained in:
2025-03-19 12:27:31 +00:00
committed by Git OBS Bridge
parent ca842a1743
commit 4931e8533b
4 changed files with 28 additions and 9 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Mar 19 08:57:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.1.10
* Drop support for Python 3.8.
* Add support for Python 3.13.
* Update Unicode definition to 15.1.
- 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
-------------------------------------------------------------------
Fri Nov 10 13:26:49 UTC 2023 - Dirk Müller <dmueller@suse.com>