15
0

Accepting request 1167627 from devel:languages:python

- 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/request/show/1167627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpickle?expand=0&rev=16
This commit is contained in:
2024-04-15 18:17:09 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5691f44495327858ab3a95b9c440a79b41e35421be1a6e09a47b6c9b9421fd06
size 264902

3
jsonpickle-3.0.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1b14c8d6221cd8f394f2a97e735ea1d7edc927fbd135b26f2f8700657c8c62b
size 265054

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Apr 14 08:29:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Thu Mar 28 09:33:40 UTC 2024 - ecsos <ecsos@opensuse.org>

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