jsonpickle 2.0.0+dfsg1-2 source package in Ubuntu

Changelog

jsonpickle (2.0.0+dfsg1-2) unstable; urgency=medium

  * Team upload.

  [ Louis-Philippe Véronneau ]
  * Change main branch from 'master' to 'debian/master', in accordance to the
    DPT policy.
  * d/gbp.conf: add file.
  * d/pybuild.testfiles, d/tests/unittests: run tests with the upstream
    .flake8 configuration file. Closes: #1020120
  * d/control: build using pybuild's PEP517 pyproject interface.
  * d/control: Standards-Version update to 4.6.1. No changes.
  * d/control: remove trivial and unnecessary autodep8 test.
  * d/tests: run autopkgtest for all supported version of Python.

 -- Louis-Philippe Véronneau <email address hidden>  Mon, 10 Oct 2022 15:19:20 -0400

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_2.0.0+dfsg1-2.dsc 1.9 KiB 136362135d2a333f8848c66c3db09e94f3c4a68de46749e25997d90bfc84afb2
jsonpickle_2.0.0+dfsg1.orig.tar.xz 77.0 KiB fd35e3a6f1d2318f7fccf4e6d641428f5f6b11031772f12be6af6d6dba583b36
jsonpickle_2.0.0+dfsg1-2.debian.tar.xz 6.5 KiB b224c6fad0884d2c26e1382c82d4f388b39bff427477854c10c447181a4579e9

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.