pytz-deprecation-shim 0.1.0.post0-3 source package in Ubuntu

Changelog

pytz-deprecation-shim (0.1.0.post0-3) unstable; urgency=medium

  * Update debian/watch to check GitHub tags instead of releases.
  * Update Standards-Version.

 -- Edward Betts <edward@4angle.com>  Fri, 09 Dec 2022 03:58:49 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytz-deprecation-shim_0.1.0.post0-3.dsc 2.3 KiB 6be2e8f449ea0f33570162a1621cd4312be36dc43f790acdb6167d9f9ba87f60
pytz-deprecation-shim_0.1.0.post0.orig.tar.gz 58.2 KiB aa2145bb3448489ed3149aa2985e3678b39dc890935739628523e66c4fe2f507
pytz-deprecation-shim_0.1.0.post0-3.debian.tar.xz 2.4 KiB 398deae764b552b52f29483eaa8303617ffd4af671ac8dca18d694ceaaff2cbf

Available diffs

No changes file available.

Binary packages built by this source

python3-pytz-deprecation-shim: Shims to help you safely remove pytz

 pytz has served the Python community well for many years, but it is no longer
 the best option for providing time zones. pytz has a non-standard interface
 that is very easy to misuse; this interface was necessary when pytz was
 created, because datetime had no way to represent ambiguous datetimes, but
 this was solved in Python 3.6, which added a fold attribute to datetimes in
 PEP 495. With the addition of the zoneinfo module in Python 3.9 (PEP 615),
 there has never been a better time to migrate away from pytz.
 .
 However, since pytz time zones are used very differently from a standard
 tzinfo, and many libraries have built pytz zones into their standard time zone
 interface (and thus may have users relying on the existence of the localize and
 normalize methods); this library provides shim classes that are compatible with
 both PEP 495 and pytz's interface, to make it easier for libraries to deprecate
 pytz.