jsonpickle 0.6.1-1 source package in Ubuntu

Changelog

jsonpickle (0.6.1-1) unstable; urgency=medium


  * New upstream version
  * run wrap-and-sort
  * bump Standards-Version to 3.9.5 (no changes)
  * enable unit tests:
    - add python-feedparser and python-simplejson to Build-Depends
    - add override_dh_auto_test in debian/rules to run tests/runtests.py
    - use debian source format 3.0 (quilt) to enable patching
  * add Python 3 support:
    - add new binary package python3-jsonpickle
    - add dh-python, python3, python3-feedparse and python3-simplejson to
      Build-Depends
    - use pybuild as buildsystem
    - add X-Python-Version and X-Python3-Version to source package stanza
  * add doc package:
    - add new binary package python-jsonpickle-doc
    - add python-sphinx to Build-Depends
    - add patch debian/patches/disable-unsupported-sphinx-extension.patch to
      disable Sphinx extensions that are either not packaged in Debian or need
      remote access at build time
    - add override_dh_auto_build, override_dh_auto_install and
      override_dh_sphinxdoc to build and install Sphinx documentation properly
    - add debian/python-jsonpickle-doc.doc-base for docbase registration

 -- Jan Dittberner <email address hidden>  Sun, 02 Feb 2014 10:39:47 +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
Trusty release universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
jsonpickle_0.6.1-1.dsc 1.9 KiB 4fe6d17a4914710c1c41429d724dd68827740fee3eeeda97324fb8a0892f33fa
jsonpickle_0.6.1.orig.tar.gz 31.2 KiB 8ede5bef60e94173c7c4bcfa3d63187d6415d2a425a1ec164687baa4d5bfb8f7
jsonpickle_0.6.1-1.debian.tar.xz 4.0 KiB 2025862c61a93bd76fdc2d7afe1261151197d5be42ea95f33f5a8a47a9932e43

No changes file available.

Binary packages built by this source

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

No description available for python-jsonpickle in ubuntu utopic.

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: No summary available for python3-jsonpickle in ubuntu vivid.

No description available for python3-jsonpickle in ubuntu vivid.