jsonpickle 3.0.2+dfsg-1 source package in Ubuntu

Changelog

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

  [ Håvard F. Aasen ]
  * Team upload.
  * New upstream release.
    - 3.0.1 Added support for Python 3.12 Closes: #1056416
    - 3.0.2 Added support for Pandas 2.0 Closes: #1044075
  * d/patches: Convert disable-test-extensions.patch to gbp pq and mark it
    forwarded not-needed.
  * Drop '1' in dfsg version.
  * Update Standards-Version to 4.6.2, no changes needed.
  * Add python3-setuptools as autopkgtest dependency.

  [ Jeroen Ploemen ]
  * Copyright: add missing info for some of the tests.
  * Control: remove unused build-deps.
  * Control: mark test-only build-deps <!nocheck>.
  * Tests: replace d/tests with Testsuite: autopkgtest-pkg-pybuild.

 -- Håvard F. Aasen <email address hidden>  Sat, 09 Dec 2023 12:02:25 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_3.0.2+dfsg-1.dsc 2.5 KiB 5b936cb314363b0317e34fea185ad97c237af43782c9cc0c6853f269d7a7f964
jsonpickle_3.0.2+dfsg.orig.tar.xz 138.6 KiB 4b4838cc5e9cdadf4f76718516b3461ac5c7777e37ca4495b17c19751a82f272
jsonpickle_3.0.2+dfsg-1.debian.tar.xz 6.6 KiB 700f1c9ff4df8d64b9bfec5fa670af44825c224bda04f9f6244eb65302c1f3e6

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.