python-iso8601 1.0.2-1 source package in Ubuntu

Changelog

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

  * Add myself as uploader.
  * New upstream release.
  * Ran wrap-and-sort -bastk.
  * Follow upstream and switch from setuptools to pybuild-plugin-pyproject.
  * Removed now useless 0001-fix-broken-distutils.patch.
  * Add build-dependencies:
    - python3-hypothesis
    - python3-tz

 -- Thomas Goirand <email address hidden>  Wed, 16 Feb 2022 12:35:27 +0100

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
Noble release main python
Mantic release main python
Lunar release main python
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-iso8601_1.0.2-1.dsc 2.2 KiB 653cb6cfadc026ff731864a4ea1ee09330345eec1eb2e161562e3886288de66c
python-iso8601_1.0.2.orig.tar.gz 39.6 KiB d03367387c78b5e2dca53a21add5f2468bea91df4746be84d23d0f84138e2188
python-iso8601_1.0.2-1.debian.tar.xz 3.7 KiB 4d5a68bc72d1f0488c303ff3afd43b664e0dff460f588f7c31fb4f8aad68da1c

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.