python-dateutil 2.7.3-3ubuntu1 source package in Ubuntu
Changelog
python-dateutil (2.7.3-3ubuntu1) focal; urgency=medium * Stop testing Python2, python-freezegun is already removed. -- Matthias Klose <email address hidden> Mon, 06 Jan 2020 18:52:06 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Guido Günther
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-dateutil_2.7.3.orig.tar.gz | 295.8 KiB | e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8 |
python-dateutil_2.7.3.orig.tar.gz.asc | 833 bytes | 95caabf7dc886ac18900896e0aa1b30f9cf1a44461fb780acffe130b37ee5047 |
python-dateutil_2.7.3-3ubuntu1.debian.tar.xz | 13.7 KiB | 39ad4bfff2dc3167de320fd181e204ee19206807c6ad7c9a2642ef53398c8c48 |
python-dateutil_2.7.3-3ubuntu1.dsc | 2.4 KiB | 7f2eb996853d7e06d2cffdf7f67f7893bb6ea351d3ee352596db70b855254c90 |
Available diffs
- diff from 2.7.3-3 (in Debian) to 2.7.3-3ubuntu1 (515 bytes)
- diff from 2.7.3-3build1 to 2.7.3-3ubuntu1 (555 bytes)
Binary packages built by this source
- python-dateutil: powerful extensions to the standard Python datetime module
It features:
.
* computing of relative deltas (next month, next year, next monday, last week
of month, etc);
* computing of relative deltas between two given date and/or datetime objects
* computing of dates based on very flexible recurrence rules, using a superset
of the iCalendar specification. Parsing of RFC strings is supported as well.
* generic parsing of dates in almost any string format
* timezone (tzinfo) implementations for tzfile(5) format files
(/etc/localtime, /usr/share/ zoneinfo, etc), TZ environment string (in all
known formats), iCalendar format files, given ranges (with help from
relative deltas), local machine timezone, fixed offset timezone, UTC
timezone
* computing of Easter Sunday dates for any given year, using Western, Orthodox
or Julian algorithms
.
This package provides the Python 2 version of the datetime module.
- python3-dateutil: powerful extensions to the standard Python 3 datetime module
It features:
.
* computing of relative deltas (next month, next year, next monday, last week
of month, etc);
* computing of relative deltas between two given date and/or datetime objects
* computing of dates based on very flexible recurrence rules, using a superset
of the iCalendar specification. Parsing of RFC strings is supported as well.
* generic parsing of dates in almost any string format
* timezone (tzinfo) implementations for tzfile(5) format files
(/etc/localtime, /usr/share/ zoneinfo, etc), TZ environment string (in all
known formats), iCalendar format files, given ranges (with help from
relative deltas), local machine timezone, fixed offset timezone, UTC
timezone
* computing of Easter Sunday dates for any given year, using Western, Orthodox
or Julian algorithms
.
This package provides the Python 3 version of the datetime module.