python-aniso8601 8.0.0-1 source package in Ubuntu
Changelog
python-aniso8601 (8.0.0-1) unstable; urgency=medium * New upstream release -- Jonathan Carter <email address hidden> Mon, 16 Sep 2019 07:28:09 +0000
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-aniso8601_8.0.0-1.dsc | 2.1 KiB | 4f49e020800e6101838701461d76dcdf4103644ff6134023d4e3aa6343dc2655 |
python-aniso8601_8.0.0.orig.tar.gz | 36.1 KiB | 529dcb1f5f26ee0df6c0a1ee84b7b27197c3c50fc3a6321d66c544689237d072 |
python-aniso8601_8.0.0-1.debian.tar.xz | 2.6 KiB | e2c2cc15fcc3e66896fbf917defa382b9fac02a0ee7b7af350ac9e783df21555 |
Available diffs
- diff from 7.0.0-2 to 8.0.0-1 (4.5 KiB)
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