python-dateutil 2.7.3-3build1 source package in Ubuntu

Changelog

python-dateutil (2.7.3-3build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:41:57 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Guido Günther
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dateutil_2.7.3.orig.tar.gz 295.8 KiB e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8
python-dateutil_2.7.3.orig.tar.gz.asc 833 bytes 95caabf7dc886ac18900896e0aa1b30f9cf1a44461fb780acffe130b37ee5047
python-dateutil_2.7.3-3build1.debian.tar.xz 13.7 KiB 756f92e7181e7bcda85b64c3f3642dd911e1144f3674d9155e6714c73a436348
python-dateutil_2.7.3-3build1.dsc 2.5 KiB c5f58b90dd3f0ba0b6f0f7f1f4fe80cff94366541ecf78b3dd3d1bea8a72a3d1

View changes file

Binary packages built by this source

python-dateutil: powerful extensions to the standard Python 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 2 version of the datetime module.

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.