python-aniso8601 1.3.0-1 source package in Ubuntu

Changelog

python-aniso8601 (1.3.0-1) unstable; urgency=medium

  * New upstream release
  * Update standards version to 4.1.0.0 (no changes)
  * Update maintainer field to reflect team maintenance
  * Add testsuite: autopkgtest-pkg-python

 -- Jonathan Carter <email address hidden>  Mon, 04 Sep 2017 11:44:16 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aniso8601_1.3.0-1.dsc 2.2 KiB d55123644d072f01bf672d9d5bf187df9cb48047bfab2b00bf79c75148bea5c8
python-aniso8601_1.3.0.orig.tar.gz 56.4 KiB c3b5246f5601b6ae5671911bc4ee5b3e3fe94752e8afab5ce074d8b1232952f1
python-aniso8601_1.3.0-1.debian.tar.xz 2.3 KiB 7986dff48a28f773f42f84ae682866d306be3183c5498b3d4575fac133bad7ba

Available diffs

No changes file available.

Binary packages built by this source

python-aniso8601: python2 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
 .
 This package provides the python2 version, a python3 package
 is also available.

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
 .
 This package provides the python3 version.