python-tz 2023.3-3 source package in Ubuntu

Changelog

python-tz (2023.3-3) unstable; urgency=medium

  * Team upload.
  * Fix Dynamically-determine-list-of-available-and-common-timezo.patch:
    _read_timezones_from_zone_tab() and _extra_common_timezones_set should
    be distinct.
  * Retore change from 2022.7.1-4: Update test_all_timezones_count for
    tzdata 2023c-4, which removed Asia/Hanoi again.

 -- Benjamin Drung <email address hidden>  Fri, 23 Jun 2023 22:10:59 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tz_2023.3-3.dsc 2.1 KiB 2f382908481b422988f4bd948c3073f3609ef7424855a4e2a4bc9460b6fa2d09
python-tz_2023.3.orig.tar.xz 131.5 KiB 0426a280615d6d7619558a31436ac980c38507deb3e5815f2960290913380c11
python-tz_2023.3-3.debian.tar.xz 12.6 KiB 9373c6ad79790f37963b1d385790a955c367e54b16b33a90c1ed3d7fa9f080c3

No changes file available.

Binary packages built by this source

python3-tz: Python3 version of the Olson timezone database

 python-tz brings the Olson tz database into Python. This library allows
 accurate and cross platform timezone calculations using Python 2.3 or higher.
 It also solves the issue of ambiguous times at the end of daylight savings,
 which you can read more about in the Python Library Reference
 (datetime.tzinfo).
 .
 This package contains the Python 3 version of the library.