jsonpickle 0.9.5-0ubuntu1 source package in Ubuntu

Changelog

jsonpickle (0.9.5-0ubuntu1) artful; urgency=medium

  * New upstream release, fixing ftbfs now that Python 3.6 is the default.

 -- Michael Hudson-Doyle <email address hidden>  Fri, 21 Jul 2017 12:19:36 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_0.9.5.orig.tar.gz 64.2 KiB cc25dc79571d4ad7db59d05ddb7de0d76a8d598cf6136e1dbeaa9361ebcfe749
jsonpickle_0.9.5-0ubuntu1.debian.tar.xz 6.1 KiB 5c15fa43d136819a790b53bdabfac5bfb686ce6699570efbf78ee9b7746948d1
jsonpickle_0.9.5-0ubuntu1.dsc 2.4 KiB 2bf5f0e885aca6d880b9c2bfa4bcd159efd991196333e969f3fc25315c8f28fb

Available diffs

View changes file

Binary packages built by this source

python-jsonpickle: Python library for serializing object graphs into JSON (Python 2)

 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 2 version of the package.

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.