python-dateutil 1.4.1-4 source package in Ubuntu

Changelog

python-dateutil (1.4.1-4) unstable; urgency=low

  [ Barry Warsaw ]
  * [1cda493] Switch to dh_python2 (Closes: #633888) (LP: #788514)

  [ Guido Günther ]
  * [22c75cc] Bump standard version
  * [7acb296] Depend on python-all since we don't ship arch any packages
 -- Jean-Louis Dupond <email address hidden>   Wed,  27 Jul 2011 14:40:19 +0000

Upload details

Uploaded by:
Jean-Louis Dupond
Uploaded to:
Oneiric
Original maintainer:
Guido Günther
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-dateutil_1.4.1.orig.tar.gz 220.7 KiB 74b615c6a55b4421187feba1633fc233e7c5ebdd7abe9b092447a32946823357
python-dateutil_1.4.1-4.diff.gz 6.4 KiB cba58fff4c3dd81c44477e94eb966e7a448051ce2db2a6a5b4c369c068c29763
python-dateutil_1.4.1-4.dsc 1.2 KiB eb479d526e2fe6bef7384c8751154e7e022e4e5a9b9169b9f6e28fe0985b3670

Available diffs

View changes file

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