python-dateutil 2.8.2-3ubuntu1 source package in Ubuntu

Changelog

python-dateutil (2.8.2-3ubuntu1) noble; urgency=medium

  * Cherry-pick avoid deprecated utcfromtimestamp from 2.9.0 release
    for Python 3.12 support

 -- Benjamin Drung <email address hidden>  Tue, 09 Apr 2024 16:09:16 +0200

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dateutil_2.8.2.orig.tar.gz 348.9 KiB 0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86
python-dateutil_2.8.2-3ubuntu1.debian.tar.xz 12.1 KiB 6a3d5167604998d893216e067f24d47e41b79ac34e2d28259cd1355700d96956
python-dateutil_2.8.2-3ubuntu1.dsc 2.2 KiB a48e134c0f17d204034a3f5e6266ce786a1542488afa9d020aa027a5d9bb6875

View changes file

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.