jsonpickle 0.9.5-1 source package in Ubuntu

Changelog

jsonpickle (0.9.5-1) unstable; urgency=medium

  * Team upload
  * New upstream version, build with Python 3.6 (Closes: #865926)
  * Replace python and python3 by python-all and python3-all in Build-Depends
  * Add python-bson and python3-bson to Build-Depends
  * Bump Standards-Version to 4.0.0

 -- Sophie Brun <email address hidden>  Mon, 21 Aug 2017 11:29:37 +0200

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_0.9.5-1.dsc 2.2 KiB 3543ce8d0f030528a188b828faaeef4e422d46189c0f74d84d08a362f986caa2
jsonpickle_0.9.5.orig.tar.gz 64.2 KiB cc25dc79571d4ad7db59d05ddb7de0d76a8d598cf6136e1dbeaa9361ebcfe749
jsonpickle_0.9.5.orig.tar.gz.asc 488 bytes 60f1795dcbf6ed677dac0a6d58864b782a6d760a81397fb14ca93170c269ebcc
jsonpickle_0.9.5-1.debian.tar.xz 6.0 KiB 5690a94b2bbc4a4bc095e5aa536e582364322f27b1198e1d228e098c5e1e1a13

No changes file available.

Binary packages built by this source

python-jsonpickle: No summary available for python-jsonpickle in ubuntu eoan.

No description available for python-jsonpickle in ubuntu eoan.

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.