python-dateutil 2.8.2-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream release 2.8.2
  * Drop old XB-Python-Version field
  * Bump watch file version to 4
  * Bump std-version to 4.6.1
  * Bump compat level to 13
  * Add R^3: no
  * Drop trailing whitespace
  * New upstream version 2.8.2

 -- Gianfranco Costamagna <email address hidden>  Fri, 14 Oct 2022 13:10:49 +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
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dateutil_2.8.2-1.dsc 2.1 KiB fc3d5fa59f02fdbf3d275a8a6391c10b38ea62f57a394f432abe20c500d27cb5
python-dateutil_2.8.2.orig.tar.gz 348.9 KiB 0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86
python-dateutil_2.8.2-1.debian.tar.xz 11.4 KiB 530d3934eab81ef8b4016ff424de688203170fc41eea221386c0eddd1bce1703

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.