python-aniso8601 2.0.0-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Update standards version to 4.1.3

 -- Jonathan Carter <email address hidden>  Mon, 08 Jan 2018 10:57:35 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aniso8601_2.0.0-1.dsc 2.2 KiB 68682210196f0612dc946b60550853c752a93258b7933600568a6eaf796e40f7
python-aniso8601_2.0.0.orig.tar.gz 60.5 KiB 085786415d3550e89785ffbedaa9bb37d41de0707a1268bdbba11249064b71d1
python-aniso8601_2.0.0-1.debian.tar.xz 2.3 KiB 15f3b3dfc42cbc16eac9a817e19fc970b29d8000acb93abe8646c08dd7a248e0

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.