forked from pool/python-pytils
* 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
53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Add python-311.patch to support python 3.11
|
|
gh#last-partizan/pytils#50
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 6 22:59:47 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version pytils (0.4dev)
|
|
|
|
* Fix support Django 3.2, 4
|
|
* Remove support Django 1, 2
|
|
* Fix test and dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 28 09:51:17 UTC 2021 - pgajdos@suse.com
|
|
|
|
- %check: use %pyunittest rpm macro
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 22 17:25:24 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Avoid name repetition in summary. Adjust grammar.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 22 14:10:47 UTC 2018 - iulhaq@suse.com
|
|
|
|
- Run spec-cleaner and remove devel dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 18 10:42:06 UTC 2018 - fbergmann@suse.com
|
|
|
|
- Initial packaging of 0.3.0
|