14
0
forked from pool/python-pytils

- Update to 0.4.3

* Fix invalid escape sequence in numeral.choose_plural.py
  * RegExp syntax error
  * Remove redundant (?u) inline flags
  * The u prefix for strings is no longer necessary in Python >= 3.0
- from version 0.4.2
  * (identical to version 0.4.3)
- Drop python-311.patch, merged upstream
- 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 BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytils?expand=0&rev=12
This commit is contained in:
2025-04-23 09:32:48 +00:00
committed by Git OBS Bridge
parent b9796619c5
commit e9fa40f44d
5 changed files with 29 additions and 43 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Apr 22 07:30:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.4.3
* Fix invalid escape sequence in numeral.choose_plural.py
* RegExp syntax error
* Remove redundant (?u) inline flags
* The u prefix for strings is no longer necessary in Python >= 3.0
- from version 0.4.2
* (identical to version 0.4.3)
- Drop python-311.patch, merged upstream
- 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 BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Tue Feb 21 09:48:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>