15
0

- update to 3.0.4:

* Fixed an issue with django.SafeString and other classes
    inheriting from str having read-only attribute errors
  * The test suite was made compatible with pytest-ruff>=0.3.0
  * A `garden.yaml` file was added for use with the
   `garden` command runner.
  * The test suite was updated to avoid deprecated SQLALchemy APIs.
   * The `jaraco.packaging.sphinx` documentation dependency was
     removed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=36
This commit is contained in:
2024-04-14 08:31:20 +00:00
committed by Git OBS Bridge
parent e5574074ee
commit 78d5c28131
4 changed files with 17 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-jsonpickle
Version: 3.0.3
Version: 3.0.4
Release: 0
Summary: Python library for serializing any arbitrary object graph into JSON
License: BSD-3-Clause