python-ijson 3.1.4-2build1 source package in Ubuntu

Changelog

python-ijson (3.1.4-2build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as default

 -- Graham Inggs <email address hidden>  Sun, 25 Dec 2022 20:37:33 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Tomasz Buchert
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-ijson_3.1.4.orig.tar.gz 122.8 KiB fd12968282cb60579d7ac61ba2bee4c4771101a56e75890284aa277a7ec67018
python-ijson_3.1.4-2build1.debian.tar.xz 2.8 KiB b3b88d98041e78e713d8659ab6d0468b0bdbda0472a6f742e4047970b5afcd2b
python-ijson_3.1.4-2build1.dsc 2.0 KiB fa04ffc9c4c30706ed8bf551d8990abd1dff1e4da028148e3ae251068a01ee79

View changes file

Binary packages built by this source

python3-ijson: event-driven JSON parser (Python 3 version)

 Ijson is an iterative, event-driven JSON parser with a standard
 Python iterator interface. The principle is similar to Java SAX
 parser: the user can parse a document on-line, without storing the
 whole object in memory.
 .
 This package installs the library for Python 3.

python3-ijson-dbgsym: debug symbols for python3-ijson