15
0

- update to 3.0.3:

* Compatibilty with Pandas and Cython 3.0 was added.
  * Fixed a bug where pickling some built-in classes (e.g. zoneinfo)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=32
This commit is contained in:
2024-03-16 08:36:00 +00:00
committed by Git OBS Bridge
parent 0dbe49c03c
commit 867cb833d5
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 16 08:34:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.0.3:
* Compatibilty with Pandas and Cython 3.0 was added.
* Fixed a bug where pickling some built-in classes (e.g. zoneinfo)
-------------------------------------------------------------------
Fri Dec 29 13:52:24 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>