referencing 0.35.1-1 source package in Ubuntu

Changelog

referencing (0.35.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <email address hidden>  Tue, 06 Aug 2024 18:54:04 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
referencing_0.35.1-1.dsc 2.2 KiB d78ad0965539ad3c1d6aa838d56d2d5f0842311e76f0f3bfb137c07f6d6b4d09
referencing_0.35.1.orig.tar.gz 37.3 KiB 25bfc6bb0e6e7118bc4b8a383103355cd70dd3234e2b7e18b0d68e8ebd7c06c1
referencing_0.35.1-1.debian.tar.xz 2.7 KiB 8fc0c21e58eff43a7e4455352b0441155d82f1acc9e00c36b7ddbb9db58afbbd

Available diffs

No changes file available.

Binary packages built by this source

python3-referencing: Implementation-agnostic implementation of JSON reference resolution

 A way for e.g. JSON Schema tooling to resolve the $ref keywords
 across all drafts without needing to implement support themselves.
 .
 This library is meant for use both by implementers of JSON
 referencing-related tooling – like JSON Schema implementations
 supporting the $ref keyword – as well as by end-users using said
 implementations who wish to then configure sets of resources (like
 schemas) for use at runtime.
 .
 This package installs the library for Python 3.