jsonpickle 3.0.4+dfsg-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.
  * Stop telling pytest to exclude ecdsa tests.

 -- Colin Watson <email address hidden>  Tue, 30 Apr 2024 16:51:37 +0100

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_3.0.4+dfsg-1.dsc 2.6 KiB 265890149bb472eab3bd3206fae7933bc3ed735ee8935207cba2afdad2c9578f
jsonpickle_3.0.4+dfsg.orig.tar.xz 140.2 KiB f1dac9d7ab9c61742da1e248fcd5e6bc5a4b6901d69f6796b8b8ecbd0a1d78eb
jsonpickle_3.0.4+dfsg-1.debian.tar.xz 5.9 KiB c26a515d37b0915200ee45bf31dca2faa267275b814fa6314dede430c709a022

Available diffs

No changes file available.

Binary packages built by this source

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