python-ijson 3.2.3-1build1 source package in Ubuntu

Changelog

python-ijson (3.2.3-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 as default

 -- Graham Inggs <email address hidden>  Fri, 19 Jan 2024 20:46:14 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-ijson_3.2.3.orig.tar.gz 125.3 KiB 261b1da6ddf0b49b5c0992ccf2a4d99deee0b75a6259fb7bcee1847661777a8d
python-ijson_3.2.3-1build1.debian.tar.xz 2.9 KiB 1b9d85c1c9b8856222a0c22b610bbe55b81e5696c1e2762232fb4d595248e93a
python-ijson_3.2.3-1build1.dsc 2.0 KiB e6abe0a2303d34da2d3e1ec4493f0bde203381442137ce39cd5a9b0e6afd6cab

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