python-tzlocal 5.3.1-1 source package in Ubuntu

Changelog

python-tzlocal (5.3.1-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version.
  * Update copyright year.
  * Move packages required for tests to Build-Depends-Indep.
  * Simplify debian/watch.

 -- Edward Betts <edward@4angle.com>  Sun, 09 Mar 2025 05:41:41 +0000

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
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tzlocal_5.3.1-1.dsc 2.1 KiB ca0b6e62cd67ce04245cd58bb00501527c52df523d4c5c5a5729c5a7c9bf135d
python-tzlocal_5.3.1.orig.tar.gz 25.7 KiB 3db2c8d811992bb88472aaf7d9bf2d5108367cf959b6b7fe38e3c2b31e7ac91c
python-tzlocal_5.3.1-1.debian.tar.xz 3.4 KiB 37af32de24ae117da7677a5dd4cc27a601cab105d4e63d82f68aaddb488d551a

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>