jsonpickle 0.8.0-1build1 source package in Ubuntu

Changelog

jsonpickle (0.8.0-1build1) wily; urgency=medium

  * No-change rebuild for python3.5 transition

 -- Steve Langasek <email address hidden>  Wed, 22 Jul 2015 17:16:00 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_0.8.0.orig.tar.gz 52.0 KiB fbdff63cad3af5313b186bd44b0977a28fa0aa7d0fc1677e440b5512bea1f99a
jsonpickle_0.8.0-1build1.debian.tar.xz 4.2 KiB 66c211d2f95bb0075d231a5604e8805d8f4da7f529248dabbb9071a217a7676f
jsonpickle_0.8.0-1build1.dsc 2.3 KiB 6a195c62b0daa143ccb67c6b6586b73095c68abb2783bf542b0490afbf72047b

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: No summary available for python-jsonpickle-doc in ubuntu wily.

No description available for python-jsonpickle-doc in ubuntu wily.

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.