- 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:
73
python-cwcwidth.changes
Normal file
73
python-cwcwidth.changes
Normal file
@@ -0,0 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
- update to 0.1.9:
|
||||
* Drop support for Python 3.7.
|
||||
* Add support for Python 3.12.
|
||||
* Avoid redefinition of `_XOPEN_SOURCE`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 21:09:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 0.1.8
|
||||
Set build-backend in pyproject.toml.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 15:29:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 0.1.7
|
||||
* Ensure that cython generated C source file is always included in sdist.
|
||||
- Update to version 0.1.6
|
||||
* Add support for Python 3.10
|
||||
* Drop support for Python 3.6
|
||||
- Update to version 0.1.5
|
||||
* Fix type annotations
|
||||
- Update to version 0.1.4
|
||||
* Include tests again.
|
||||
* Include C file again.
|
||||
- Update to version 0.1.3
|
||||
* Fix memory leaks in certain error cases.
|
||||
* Modernize build system and rely on setuptool's Cython support.
|
||||
* Add more tests.
|
||||
* Skip some tests if not run in a UTF-8 locale.
|
||||
* Use libc's implementation on Mac OS.
|
||||
- Update to version 0.1.2
|
||||
* Also build wheels with cibuildwheel.
|
||||
* Provide type information for mypy.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 6 14:50:58 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- added missing cython requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 01:36:20 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- initial version (used in bpython and curtsies)
|
||||
|
||||
Reference in New Issue
Block a user