simplejson 3.5.3-1ubuntu1 source package in Ubuntu RTM
Changelog
simplejson (3.5.3-1ubuntu1) utopic; urgency=medium * Merge from Debian. Remaining changes: - Enable autopkgtest that runs the upstream test suite against the installed package. - d/control: Don't Build-Depend on pypy since it's in universe. - d/rules: Remove pypy from list dh --with list. * Drop changes, merged in Debian: - debian/rules: Enable testsuite. Pybuild now runs the testsuite correctly without an override. - use Debian's set minimal python3 version 3.2 -> 3.3. * Modify autopkgtest to copy the test-suite out to ADTTMP and run it from there, as otherwise source tree simplejson is tested (with compiled simplejson tests skipped), instead of running the test-suite against the system installed simplejson. simplejson (3.5.3-1) unstable; urgency=medium * New upstream release simplejson (3.5.2-1) unstable; urgency=medium * New upstream release simplejson (3.4.1-1) unstable; urgency=medium * New upstream release simplejson (3.3.3-1) unstable; urgency=medium * New upstream release simplejson (3.3.2-1) unstable; urgency=medium * New upstream release simplejson (3.3.1-2) unstable; urgency=low * Build pypy-simplejson (arch-indep package) only on amd64 or i386 (i.e. Build-Depend on pypy only on these architectures) -- Dimitri John Ledkov <email address hidden> Mon, 07 Jul 2014 11:45:50 +0100
Upload details
- Uploaded by:
- Dimitri John Ledkov
- Uploaded to:
- Utopic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
14.09-factory | release | main | python | |
14.09 | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
simplejson_3.5.3.orig.tar.gz | 68.9 KiB | a80dc90320e1c1b8eaceaaa755ae2aed382d64a59321ae9f6ddbe0321c02878a |
simplejson_3.5.3-1ubuntu1.debian.tar.xz | 5.9 KiB | 42d9dd2b4aef39775f3f9b8e29b4e17a1ac9e0ed07060a7d159ebb21c07a7158 |
simplejson_3.5.3-1ubuntu1.dsc | 2.5 KiB | 7150648280dd6e459696f17b998e74b9f2d1cfce6e592a415bd50eb49a2a69db |
Available diffs
- diff from 3.3.1-1ubuntu6 to 3.5.3-1ubuntu1 (13.8 KiB)
Binary packages built by this source
- python-simplejson: simple, fast, extensible JSON encoder/decoder for Python
simplejson is a simple, fast, complete, correct and extensible JSON
<http://json.org> encoder and decoder.
.
The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).
.
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
.
simplejson is the externally maintained development version of the json
library included with Python 2.6 and Python 3.0, but maintains backwards
compatibility with Python 2.5.
- python-simplejson-dbg: JSON encoder and decoder for python-dbg
This package contains the extension built for the Python debug interpreter.
- python-simplejson-doc: documentation for the simplejson Python library
This package contains documentation for simplejson Python library.
- python3-simplejson: JSON encoder and decoder for Python 3
simplejson is the externally maintained development version of the
json library included with Python 2.6 and Python 3.0.
.
The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).
.
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
- python3-simplejson-dbg: JSON encoder and decoder for python3-dbg
This package contains the extension built for the Python 3 debug interpreter.