python-media-type-version 0.2.1-4 source package in Ubuntu

Changelog

python-media-type-version (0.2.1-4) unstable; urgency=medium

  * Team Upload
  * debhelper-compat 14 is now released, use it
  * Update standards version to 4.7.4, no changes needed.
  * Set upstream metadata fields: Bug-Database.
  * Disable useless Salsa CI jobs

  [ Peter Pentchev ]
  * Note that a version accepted in the archive actually Closes: #1123724

 -- Alexandre Detiste <email address hidden>  Sat, 27 Jun 2026 13:39:25 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Stonking release universe python

Builds

Stonking: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-media-type-version_0.2.1-4.dsc 2.4 KiB ec9fc00b6ada48984fffdbcdc727247c9d4d9c80a2bd962e34ca9a3941a5acdb
python-media-type-version_0.2.1.orig.tar.gz 84.6 KiB 8468323fd7fe58f1c4dfa9ba44bc9d7cf46802f6d6e9e7c4578ccb5e01a2a4a8
python-media-type-version_0.2.1-4.debian.tar.xz 3.5 KiB 07989d82fbaeb6a0d0b85798065a120677004ee3776c27a80dbacc1c8c298ede

Available diffs

No changes file available.

Binary packages built by this source

python3-media-type-version: Extract the format version from a media type string

 The `media-type-version` library is designed to be used as the first step in
 parsing structured data, e.g. configuration files, serialized classes, etc.
 The caller extracts the media type string (e.g. a JSON `"mediaType": "..."`
 key) and passes it in for parsing. The caller then decides what to do with
 the extracted version information - is this version supported, what fields
 are expected to be there, should any extraneous fields produce errors, and
 so on.
 .
 This package provides the Python 3.x media_type_version module.