14
0

- update to 1.16:

* Formatting support was improved, following CPython 3.13a3 as
    of https://github.com/python/cpython/pull/111320
  * Add support for Python 3.13 by using Cython 3.0.8 and calling
    math.gcd().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quicktions?expand=0&rev=20
This commit is contained in:
2024-01-21 11:21:54 +00:00
committed by Git OBS Bridge
parent 3ff56a95b4
commit 3b8fb9e64a
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 21 11:21:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.16:
* Formatting support was improved, following CPython 3.13a3 as
of https://github.com/python/cpython/pull/111320
* Add support for Python 3.13 by using Cython 3.0.8 and calling
math.gcd().
-------------------------------------------------------------------
Fri Dec 8 12:06:23 UTC 2023 - Dirk Müller <dmueller@suse.com>