python-tz 2022.1-1ubuntu0.22.04.1 source package in Ubuntu

Changelog

python-tz (2022.1-1ubuntu0.22.04.1) jammy; urgency=medium

  * 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

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

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tz_2022.1.orig.tar.xz 133.6 KiB 90f94f6e57ee27bce5f76ea60fb4847076c2480b55023e06b99a6b173789cb97
python-tz_2022.1-1ubuntu0.22.04.1.debian.tar.xz 13.7 KiB 7a6f96f2c9f9a322fd5a0971e9d8778392209dd2b2b0fcc59f7ba875a8b771e0
python-tz_2022.1-1ubuntu0.22.04.1.dsc 2.3 KiB f2e37c6df480965e39c9417343fc6caf78632aca6ae48e048b42c010091a7689

View changes file

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.