15
0

Accepting request 1132921 from home:bnavigator:branches:devel:languages:python

- Update to 3.0.2
  * Properly raise warning if a custom pickling handler returns
    None. (#433)
  * Fix issue with serialization of certain sklearn objects
    breaking when the numpy handler was enabled. (#431) (+434)
  * Allow custom backends to not implement _encoder_options (#436)
    (+446)
  * Implement compatibility with pandas 2 (+446)
  * Fix encoding/decoding of dictionary subclasses with referencing
    (+455)
  * Fix depth tracking for list/dict referencing (+456)
- Drop pandas2.patch
- Skip a noncritical test due to pandas built with Cython 3
  gh#jsonpickle/jsonpickle#460

OBS-URL: https://build.opensuse.org/request/show/1132921
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=28
This commit is contained in:
2023-12-14 00:58:00 +00:00
committed by Git OBS Bridge
parent 663402c537
commit 82f3c59ed2
5 changed files with 35 additions and 83 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Dec 13 16:18:51 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 3.0.2
* Properly raise warning if a custom pickling handler returns
None. (#433)
* Fix issue with serialization of certain sklearn objects
breaking when the numpy handler was enabled. (#431) (+434)
* Allow custom backends to not implement _encoder_options (#436)
(+446)
* Implement compatibility with pandas 2 (+446)
* Fix encoding/decoding of dictionary subclasses with referencing
(+455)
* Fix depth tracking for list/dict referencing (+456)
- Drop pandas2.patch
- Skip a noncritical test due to pandas built with Cython 3
gh#jsonpickle/jsonpickle#460
-------------------------------------------------------------------
Wed Jun 14 10:48:59 UTC 2023 - Markéta Machová <mmachova@suse.com>