17
0

- Update to 0.24:

* Fix __annotations__ for python 3.14
  * Start support of python 3.14
  * Fix the bug with PyTuple_GET_SIZE (#13)
  * Drop appveyor
  * recordclass requires python >= 3.8
- Drop patch do-not-use-pytuple-get-size.patch, merged upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recordclass?expand=0&rev=15
This commit is contained in:
2026-01-06 03:05:44 +00:00
committed by Git OBS Bridge
parent b4795fa554
commit 124fa62858
5 changed files with 19 additions and 61 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 6 03:05:29 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.24:
* Fix __annotations__ for python 3.14
* Start support of python 3.14
* Fix the bug with PyTuple_GET_SIZE (#13)
* Drop appveyor
* recordclass requires python >= 3.8
- Drop patch do-not-use-pytuple-get-size.patch, merged upstream.
-------------------------------------------------------------------
Fri Apr 4 00:56:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>