jsonpickle 1.2-1 source package in Ubuntu

Changelog

jsonpickle (1.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.2
  * Remove signing-key and update d/watch
  * Remove override_dh_auto_test in d/rules
    - Using python3-pytest and python3-pytest-cov instead.
  * Skip tests that fails under python3.8. closes: #946304
  * Increase test coverage with python3-pandas.
  * Added doc package in suggests line.
  * Bump dh to 12

 -- Håvard Flaget Aasen <email address hidden>  Sat, 14 Dec 2019 08:30:55 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_1.2-1.dsc 2.2 KiB 7d5be9ba050422c31a1d99e3dc3252c2b6683cc14bb1671750626b26e80b6854
jsonpickle_1.2.orig.tar.gz 72.9 KiB d3e922d781b1d0096df2dad89a2e1f47177d7969b596aea806a9d91b4626b29b
jsonpickle_1.2-1.debian.tar.xz 5.4 KiB 2e12c018cd1a48989b0c1a1a42c9334cfec164803d7a9a6adf2205c779d294f2

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.