14
0

- update to 0.1.14:

* Avoid importing convert_path from distutils, which is gone in
    Python 3.12
- update to 0.1.13:
  * Fix wheel building
- update to 0.1.12:
  * replace logging.warn with logging.warning
  * Support wheel building
  * Update pip with dependabot
  * Ruff fixes
  * Drop python 3.7 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-gettext?expand=0&rev=10
This commit is contained in:
2025-03-30 08:13:51 +00:00
committed by Git OBS Bridge
parent b07c2a7bb6
commit 5b7ca3603e
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 30 08:12:49 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.1.14:
* Avoid importing convert_path from distutils, which is gone in
Python 3.12
- update to 0.1.13:
* Fix wheel building
- update to 0.1.12:
* replace logging.warn with logging.warning
* Support wheel building
* Update pip with dependabot
* Ruff fixes
* Drop python 3.7 support
-------------------------------------------------------------------
Thu Feb 1 20:54:46 UTC 2024 - Dirk Müller <dmueller@suse.com>