python-iso8601 0.1.16-1 source package in Ubuntu

Changelog

python-iso8601 (0.1.16-1) unstable; urgency=medium

  * Team upload.

  [ Gordon Ball ]
  * Fix broken d/watch pattern after github changes
  * New upstream version 0.1.16
  * Standards-Version: 4.6.0
  * Debhelper compat 13

 -- Gordon Ball <email address hidden>  Sat, 09 Oct 2021 21:20:36 +0000

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-iso8601_0.1.16-1.dsc 2.1 KiB 1357ed491cf4ed91063ec2e216820c951b1ee6868ca37e059df1c63e0476ae11
python-iso8601_0.1.16.orig.tar.gz 15.5 KiB 46c3512b81f208e5f43cfd5b54c7590ba4994c3aac4049c6d66d57b833e38f78
python-iso8601_0.1.16-1.debian.tar.xz 3.8 KiB 25ff0b492662ac03a322c171d36a199c3fe5cbcd0ac41a6a54ef6a0515779b7c

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.