python-dateutil 2.4.2-1 source package in Ubuntu
Changelog
python-dateutil (2.4.2-1) unstable; urgency=medium [ Guido Günther ] * [0b32e41] Update watch URL. Thanks to Thomas Kluyver * [c97e964] New upstream version 2.4.2 * [948bc01] Rediff patches. Dropped Use-C-locale-when-calling-date.patch: <REASON> * [230aea3] Adjust paths to tests * [7973d50] Drop README not in upstream tarball anymore * [0fd6d39] Drop debian/examples since example got dropped upstream * [427b190] Build-dep on dh-python as suggested by dh_python2 * [7d3a975] Bump standards version [ Diane Trout ] * [36b8175] Update watch file to use pypi.debian.net * [0acf506] Add Paul Ganssle's pgp key. * [9e32817] Let pybuild discover new test files. -- Guido Günther <email address hidden> Sun, 15 Nov 2015 16:26:21 +0100
Upload details
- Uploaded by:
- Guido Günther
- Uploaded to:
- Sid
- Original maintainer:
- Guido Günther
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-dateutil_2.4.2-1.dsc | 2.0 KiB | 34c1175aa8c7eb7bf271cce80a4a91c7baf07109fd5ee1f2cd9f6637eeac7f7e |
python-dateutil_2.4.2.orig.tar.gz | 204.2 KiB | 3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d |
python-dateutil_2.4.2-1.debian.tar.xz | 12.7 KiB | 7fe7a48fea9086fe1b827435f75414e1501cab94b62377d49834edefaa335996 |
Available diffs
- diff from 2.2-2 to 2.4.2-1 (89.8 KiB)
No changes file available.
Binary packages built by this source
- python-dateutil: No summary available for python-dateutil in ubuntu zesty.
No description available for python-dateutil in ubuntu zesty.
- python3-dateutil: powerful extensions to the standard 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