17
0

- update to 0.1.12:

* Drop support for Python 3.10.
  * Add support for building extensions with limited API.
  * Build wheels for PyPI with limited API.
  * Drop support for Python 3.9.
  * Add support for Python 3.14.
- Update to version 0.1.8
  * Provide type information for mypy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cwcwidth?expand=0&rev=13
This commit is contained in:
2026-01-22 14:22:37 +00:00
committed by Git OBS Bridge
parent 211d4f6819
commit ccf6a326a7
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 22 14:22:25 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 0.1.12:
* Drop support for Python 3.10.
* Add support for building extensions with limited API.
* Build wheels for PyPI with limited API.
* Drop support for Python 3.9.
* Add support for Python 3.14.
-------------------------------------------------------------------
Wed Mar 19 08:57:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
@@ -25,7 +35,7 @@ Fri Nov 10 13:26:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Mon Nov 7 21:09:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.1.8
- Update to version 0.1.8
Set build-backend in pyproject.toml.
-------------------------------------------------------------------
@@ -49,7 +59,7 @@ Tue Sep 27 15:29:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
* Use libc's implementation on Mac OS.
- Update to version 0.1.2
* Also build wheels with cibuildwheel.
* Provide type information for mypy.
* Provide type information for mypy.
-------------------------------------------------------------------
Tue Apr 6 14:50:58 UTC 2021 - Arun Persaud <arun@gmx.de>