diff --git a/jsonpickle-4.0.1.tar.gz b/jsonpickle-4.0.1.tar.gz deleted file mode 100644 index e07d6a1..0000000 --- a/jsonpickle-4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5336144d902958b92cb08bc1e76bfa47199b8afd454303693894defd2fa50c5 -size 314587 diff --git a/jsonpickle-4.0.2.tar.gz b/jsonpickle-4.0.2.tar.gz new file mode 100644 index 0000000..87fe46f --- /dev/null +++ b/jsonpickle-4.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e650b9853adcdab9d9d62a88412b6d36e9a59ba423b01cacf0cd4ee80733aca +size 315121 diff --git a/python-jsonpickle.changes b/python-jsonpickle.changes index b900ce1..6382223 100644 --- a/python-jsonpickle.changes +++ b/python-jsonpickle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 24 13:37:56 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 4.0.2 + * The unpickler is now more resilient to malformed "py/id" and "py/repr" data. (+546) + * The unpickler is now more resilient to invalid "py/b85" and "py/b64" data. (+547) + * The unpickler's support for read-only str attributes was improved. (+548) (#478) + ------------------------------------------------------------------- Wed Feb 5 07:24:26 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index a016b00..2858b32 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-jsonpickle -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: Python library for serializing any arbitrary object graph into JSON License: BSD-3-Clause