jsonpickle 0.9.2-1 source package in Ubuntu

Changelog

jsonpickle (0.9.2-1) unstable; urgency=medium

  * New upstream version
  * use PyPI redirector for watch file
  * disable debian/patches/disable-tests-for-unpackaged-libraries.patch
  * add python-numpy and python3-numpy to Build-Depends for new tests
  * change debian/compat to 9, bump debhelper version to >= 9
  * bump Standards-Version to 3.9.6 (no changes needed)
  * install docs/source/changelog.rst as upstream changelog
  * add debian/upstream/signing-key.asc and add pgpsigurlmangle to watch
    file
  * add Suggests for python-numpy for python-jsonpickle and python3-
    numpy for python3-jsonpickle

 -- Jan Dittberner <email address hidden>  Sun, 13 Sep 2015 18:36:01 +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
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_0.9.2-1.dsc 1.9 KiB 5814a15530c8cd39d5252442dd21e1888f19503ae0fbcfbbab141fbf21475d3e
jsonpickle_0.9.2.orig.tar.gz 58.4 KiB 09bf1978d1d004943c2a359009fb5d09b67277bbaaf9aed281856b3c063979e7
jsonpickle_0.9.2-1.debian.tar.xz 5.6 KiB e93dc24735b28dc7bb04b0da7b67c19aabc3cc45fefe89c0d38320416c1b7af9

No changes file available.

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.