python-aniso8601 9.0.1-2 source package in Ubuntu

Changelog

python-aniso8601 (9.0.1-2) unstable; urgency=medium

  * Upload to unstable
  * Update to standards version 4.6.1
  * Declare Rules-Requires-Root: no

 -- Jonathan Carter <email address hidden>  Thu, 02 Sep 2021 20:54:48 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc
Mantic release main misc
Lunar release main misc
Jammy release main misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aniso8601_9.0.1-2.dsc 2.1 KiB 76421498b94bebd48f63c09f6ac66f897d65c8b00853dde7d716ddb350cadf2c
python-aniso8601_9.0.1.orig.tar.gz 46.2 KiB 72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973
python-aniso8601_9.0.1-2.debian.tar.xz 2.8 KiB bd10be6c686945386cea6fba94a6820b9cc2d472f874b5c655f5c16092d8b754

Available diffs

No changes file available.

Binary packages built by this source

python3-aniso8601: python3 library for parsing dates and time

 Library for parsing the following:
  - Parse a time, get a datetime.time
  - Parse a date, get a datetime.date
  - Parse a datetime, get a datetime.datetime
  - Parse a duration, get a datetime.timedelta
  - Parse an interval, get a tuple of dates or datetimes
  - Parse a repeating interval, get a date or datetime generator