python-tzlocal 5.0.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update copyright year.
  * Update Standards-Version.
  * No longer depends on python3-pytz-deprecation-shim.

 -- Edward Betts <edward@4angle.com>  Wed, 17 May 2023 12:07:08 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tzlocal_5.0.1-1.dsc 2.1 KiB efbe0c1dc03996157f897b8c9b0783cce741dac5b090ad3d1262f827141058d7
python-tzlocal_5.0.1.orig.tar.gz 24.4 KiB ff80678a1741828fc4c64baba988da084f86676ae8c7b21474d6fb794069a4c1
python-tzlocal_5.0.1-1.debian.tar.xz 3.1 KiB 86bbb47b47ea27d627fa1c96e0ffcfe9319835ccb3057402093a7f590dbb1174

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>