python-dateutil 2.9.0-ok1 source package in openKylin

Changelog

python-dateutil (2.9.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 20:45:59 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-dateutil_2.9.0.orig.tar.gz 335.0 KiB 78e73e19c63f5b20ffa567001531680d939dc042bf7850431877645523c66709
python-dateutil_2.9.0-ok1.debian.tar.xz 9.9 KiB a2880da4d6c33ee6e2d8d8aab58e40d8f2e3c0bdbdb0058015b52b60e071e7fa
python-dateutil_2.9.0-ok1.dsc 2.1 KiB 67562feccb50f1ca95283ec5a4b341c9d59d3a83918de50034b7f54667a7691b

Available diffs

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