python-dateutil 1.5+dfsg-1 source package in Ubuntu

Changelog

python-dateutil (1.5+dfsg-1) unstable; urgency=medium


  [ Guido Günther ]
  * [43a04cc] Remove .pc/ directory.
    This only confuses version control
  * [09e938a] User proper extension for patch file
  * [2909f7b] Bump standards version
  * Acknowledge NMU, thanks Scott!

  [ Jean-Baptiste Lallement ]
  * [cddbc8b] Add autopkgtest. This runs the upstream test suite against the
    installed package (Closes: #729461)

 -- Guido Günther <email address hidden>  Sun, 05 Jan 2014 18:28:14 +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 Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-dateutil_1.5+dfsg-1.dsc 1.3 KiB c35b8245199c7c52653c683d8e810752517cedad44ca1d7589642a03540f01f3
python-dateutil_1.5+dfsg.orig.tar.gz 64.1 KiB 511a0d786a66d7e27e3b44a6ab7ba54c00c7ada10fff053afc9631dabbd47e6f
python-dateutil_1.5+dfsg-1.debian.tar.gz 8.2 KiB 66457d3a3c274f11e9bba0c097a3783ccd5e554679b1e61db1ca52062b6f3cd0

No changes file available.

Binary packages built by this source

python-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