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

Changelog

python-dateutil (1.5+dfsg-0.1) unstable; urgency=low


  * Non-maintainer upload.
  * Repack upstream tarball to remove non-free time zone information
    (sourceless binary data) (Closes: #665894)
  * Remove reference to dateutil/zoneinfo/zoneinfo-2010g.tar.gz from both
    upstream build system and debian/rules
    - The file was not shipped in the binary, so there's no impact on the
      functionality of the package

 -- Scott Kitterman <email address hidden>  Fri, 06 Jul 2012 09:00:45 -0400

Upload details

Uploaded by:
Guido Günther
Uploaded to:
Sid
Original maintainer:
Guido Günther
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-dateutil_1.5+dfsg-0.1.dsc 1.3 KiB 0833a4b5151c393a8ef7751cf27fc8b8bb490dba2fec83ffc68c50a028a355db
python-dateutil_1.5+dfsg.orig.tar.gz 64.1 KiB 511a0d786a66d7e27e3b44a6ab7ba54c00c7ada10fff053afc9631dabbd47e6f
python-dateutil_1.5+dfsg-0.1.debian.tar.gz 7.9 KiB d20baf2b1a57b8cb8ccda73894c351f8b7cf61eb3a4b87e37183fdb598efda98

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