python-iso8601 2.1.0-4 source package in Ubuntu

Changelog

python-iso8601 (2.1.0-4) unstable; urgency=medium

  * Team upload.
  * Mark test dependencies as <!nocheck>
  * Bump Standards-Version to 4.7.4, drop Priority: tag
  * Rewrite d/watch in v5 format
  * Add debian/upstream/metadata

 -- Alexandre Detiste <email address hidden>  Wed, 24 Jun 2026 10:13:29 +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 main python

Builds

Stonking: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-iso8601_2.1.0-4.dsc 2.2 KiB feb2bc9d7ee42cb9362706083e27b506629e86b7a5919dd96c1e9640455dc15a
python-iso8601_2.1.0.orig.tar.gz 42.8 KiB 40e7aedd2232b8c3b58dac6aa365199359cf04bcee9127cafa441308690d504b
python-iso8601_2.1.0-4.debian.tar.xz 4.2 KiB 1a80f18841879d5cc4a1bcb1b8321754b6db389234d386f583598e28391b90ce

Available diffs

No changes file available.

Binary packages built by this source

python3-iso8601: Python module to parse ISO 8601 dates - Python 3.x

 Many file formats and standards use the ISO 8601 date format
 (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
 unambiguous manner. This simple Python module parses the most common
 forms encountered and returns Python datetime objects.
 .
 This package provides the Python 3.x module.