14
0

- update to 0.21:

* Drop typing_extensions dependency
  * Replace `_PyLong_Format` with `PyNumber_ToBase`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=32
This commit is contained in:
2024-10-23 20:26:05 +00:00
committed by Git OBS Bridge
parent cf2471699a
commit 8d8c50634b
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 23 20:25:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.21:
* Drop typing_extensions dependency
* Replace `_PyLong_Format` with `PyNumber_ToBase`
-------------------------------------------------------------------
Fri Dec 1 16:59:24 UTC 2023 - Dirk Müller <dmueller@suse.com>