python-tz 2022.7.1-2 source package in Ubuntu

Changelog

python-tz (2022.7.1-2) unstable; urgency=medium

  * Team upload.
  * Dynamically determine list of available and common timezones (LP: #207604)
  * Determine IANA (nee Olson) database version dynamically
  * Add autopkgtests to run unittest and own regression tests
  * Update homepage URL
  * Bump Standards-Version to 4.6.2

 -- Benjamin Drung <email address hidden>  Tue, 21 Mar 2023 11:21:11 +0100

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tz_2022.7.1-2.dsc 2.2 KiB b463b06f7c670fbffb294f7c035acc5851fd2b9db948244f6416733bed8e49ed
python-tz_2022.7.1.orig.tar.xz 130.4 KiB 9b46b0710d65337d2435890ee2f9616899f77c6f42b4db2d43ffcd481374a222
python-tz_2022.7.1-2.debian.tar.xz 12.3 KiB ca8671b1de157d318844a239285f036b04b4535b224fc3ac61aeaecbfea05cbe

Available diffs

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.