python-dateutil 2.6.1-1 source package in Ubuntu

Changelog

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

  * [777d7bc] New upstream version 2.6.1
  * [eb1134f] Rediff patches
  * [72c3178] Bump standards version (no changes needed)
  * [d632228] Use versioned debhelper build-dep
  * [4f20417] Make short and long descritions unique

 -- Guido Günther <email address hidden>  Thu, 24 Aug 2017 22:06:11 +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
Bionic release main python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dateutil_2.6.1-1.dsc 2.1 KiB 17e9a795c53c1c4e4832e8926cb321138934b4d09457dfff45194182b937a311
python-dateutil_2.6.1.orig.tar.gz 235.8 KiB 891c38b2a02f5bb1be3e4793866c8df49c7d19baabf9c1bad62547e0b4866aca
python-dateutil_2.6.1-1.debian.tar.xz 13.3 KiB ef4fcc1f8a6fc095b15953986d1dd24d05f51c167f0ee212e3f8fef772c43f26

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-dateutil in ubuntu disco.

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.