python-dateutil 2.6.0-1 source package in Ubuntu

Changelog

python-dateutil (2.6.0-1) unstable; urgency=medium

  * [4e96182] Use DEP14 branch layout
  * [57f8072] New upstream version 2.6.0
    (Closes: #867865)
  * [9ae38ed] Update zoneinfo patch to new upstream version
  * [ef8c0e9] Bump standards version

 -- Guido Günther <email address hidden>  Mon, 10 Jul 2017 09:08:08 +0200

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dateutil_2.6.0-1.dsc 2.1 KiB 44f7ce0220eaa935525d3f91cc8a4d7890054509c9f99af8a43324a373ff3844
python-dateutil_2.6.0.orig.tar.gz 252.0 KiB 62a2f8df3d66f878373fd0072eacf4ee52194ba302e00082828e0d263b0418d2
python-dateutil_2.6.0-1.debian.tar.xz 13.2 KiB 9cc708d62ead102a0776a08f9107edda64fcbb3856c39e344dc551ca957d5a20

Available diffs

No changes file available.

Binary packages built by this source

python-dateutil: No summary available for python-dateutil in ubuntu artful.

No description available for python-dateutil in ubuntu artful.

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.