python-dateutil 2.9.0-2 source package in Ubuntu

Changelog

python-dateutil (2.9.0-2) unstable; urgency=medium

  * Team upload.
  * Register pytest marks (add setup.cfg to test environment)

 -- Julian Gilbey <email address hidden>  Mon, 25 Mar 2024 07:36:09 +0000

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
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dateutil_2.9.0-2.dsc 2.2 KiB c2bd527b2fd2fd7f90dcb9949fa353b22c5ffbefd6c93d25534117dcd55422f3
python-dateutil_2.9.0.orig.tar.gz 335.0 KiB 78e73e19c63f5b20ffa567001531680d939dc042bf7850431877645523c66709
python-dateutil_2.9.0-2.debian.tar.xz 6.8 KiB 1c766b8c59539706b98ad231f9a7cee418cbe1a709674fed915dd0ca723e2594

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.