python-ijson 3.2.0-1 source package in Ubuntu

Changelog

python-ijson (3.2.0-1) unstable; urgency=medium

  * New upstream version 3.2.0
  * Update standards version to 4.6.2, no changes needed.

 -- Tomasz Buchert <email address hidden>  Mon, 20 Feb 2023 19:52:31 +0100

Upload details

Uploaded by:
Tomasz Buchert
Uploaded to:
Sid
Original maintainer:
Tomasz Buchert
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-ijson_3.2.0-1.dsc 2.0 KiB fc4e7128124223ae166ab7554d2486fd244b67a9f8b17badd5d7af22898716c2
python-ijson_3.2.0.orig.tar.gz 124.5 KiB 20e64b3786bc65f45e40e77413fdcd3e3b692ecbd361ef13d2319655f5b66675
python-ijson_3.2.0-1.debian.tar.xz 2.8 KiB 9769ce04514ec691b75060f79afb8c9deec147fec21885675ccb2ae66d80ff5b

No changes file available.

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