python-tzlocal 5.2-1.1 source package in Ubuntu

Changelog

python-tzlocal (5.2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Don't fail the autopkg tests when no tests are run. Closes: #1061829.
  * Run the autopkg tests for all supported Python versions.

 -- Matthias Klose <email address hidden>  Wed, 07 Feb 2024 02:16:00 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tzlocal_5.2-1.1.dsc 2.1 KiB 5a2a5659b543584ade17ef8ba478c0125f5d1e481df362fd7c64a5e1a8587a58
python-tzlocal_5.2.orig.tar.gz 25.1 KiB 1fa51b954955ff1228244f8f1d52ab9261546ce34de3558b6afa7f94e0791971
python-tzlocal_5.2-1.1.debian.tar.xz 3.4 KiB 8fd55a13bdba2c00a2e4cb22e85c036eff1b51c1d36cd36adb683262791084ea

Available diffs

No changes file available.

Binary packages built by this source

python3-tzlocal: tzinfo object for the local timezone

 This Python module returns a tzinfo object with the local timezone
 information.
 .
 Example of usage:
 .
    >>> from tzlocal import get_localzone
    >>> tz = get_localzone()
    >>> tz
    <DstTzInfo 'Europe/Warsaw' WMT+1:24:00 STD>