python-dateutil 2.8.2-3 source package in Ubuntu

Changelog

python-dateutil (2.8.2-3) unstable; urgency=medium

  * Team upload
  * Depend on tzdata-legacy for autopkgtest

 -- Benjamin Drung <email address hidden>  Thu, 10 Aug 2023 15:05:28 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dateutil_2.8.2-3.dsc 2.0 KiB 538c6dc0fd3d39e4563c16bac3c46264ca508cdbf0e94d412a46bd678bd6a9dc
python-dateutil_2.8.2.orig.tar.gz 348.9 KiB 0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86
python-dateutil_2.8.2-3.debian.tar.xz 11.8 KiB 4404ace4ea5854a049e6a623a37dd6dba8f21710a40094235b7be81965c9405e

Available diffs

No changes file available.

Binary packages built by this source

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.