jsonpickle 3.0.3+dfsg-1 source package in Ubuntu

Changelog

jsonpickle (3.0.3+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Compatibility with Pandas and Cython 3.0 was added (closes: #1064705).
  * Update mechanism used to build documentation offline.

 -- Colin Watson <email address hidden>  Wed, 06 Mar 2024 16:23:45 +0000

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
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_3.0.3+dfsg-1.dsc 2.6 KiB 76851b9d9d9df3f8929ace30cf1413c0761d4d75297808cf205dac37f59d959a
jsonpickle_3.0.3+dfsg.orig.tar.xz 138.7 KiB fcc319333a8f28ffcbb869234e2f29b51b4ac919922a4ad68b271946d76838db
jsonpickle_3.0.3+dfsg-1.debian.tar.xz 6.4 KiB 0668f59e7f5ba4d639af0a877763614b72626197e9a5f6aba44e64f52d781455

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: Serialize any Python object to 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.