jsonpickle 3.0.0+dfsg1-1 source package in Ubuntu

Changelog

jsonpickle (3.0.0+dfsg1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version. (Closes: #1024953)
  * d/patches: remove 'do-not-test-with-black.patch', as it's no longer
    relevant.
  * d/control, d/tests/control: refresh build dependencies.
  * Don't run tests with test coverage or flake8.
  * Skip tests/ecdsa_test.py, it fails for no good reason.

 -- Louis-Philippe Véronneau <email address hidden>  Fri, 02 Dec 2022 10:59:06 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_3.0.0+dfsg1-1.dsc 2.0 KiB 93ea3c6c67a364a4b8a7c74a84577755cea4a357d71afb427b10f974460b74de
jsonpickle_3.0.0+dfsg1.orig.tar.xz 113.8 KiB 501697b0438c6e32809ea0f8d4b57b2e26df92d846004fa83d27f25a4ccf78e6
jsonpickle_3.0.0+dfsg1-1.debian.tar.xz 6.5 KiB d13c106d24381e4cda73a0ecac667a3d3d4ba1f4cf3e38dfe6dbe107127989e8

Available diffs

No changes file available.

Binary packages built by this source

python-jsonpickle-doc: Python library for serializing object graphs into JSON (documentation)

 jsonpickle is a Python library for serialization and deserialization of
 complex Python objects to and from JSON. The standard Python libraries for
 encoding Python into JSON, such as the stdlib’s json, simplejson, and
 demjson, can only handle Python primitives that have a direct JSON
 equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on
 top of these libraries and allows more complex data structures to be
 serialized to JSON. jsonpickle is highly configurable and
 extendable–allowing the user to choose the JSON backend and add additional
 backends.
 .
 This is the documentation package.

python3-jsonpickle: Python library for serializing object graphs into JSON (Python 3)

 jsonpickle is a Python library for serialization and deserialization of
 complex Python objects to and from JSON. The standard Python libraries for
 encoding Python into JSON, such as the stdlib’s json, simplejson, and
 demjson, can only handle Python primitives that have a direct JSON
 equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on
 top of these libraries and allows more complex data structures to be
 serialized to JSON. jsonpickle is highly configurable and
 extendable–allowing the user to choose the JSON backend and add additional
 backends.
 .
 This is the Python 3 version of the package.