Sun, 15 Mar 2026 16:40:26 CST | login

Information for build python-pytz-deprecation-shim-0.1.0.post0-1.oc9

ID23524
Package Namepython-pytz-deprecation-shim
Version0.1.0.post0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-pytz-deprecation-shim.git?.#930ed93bd7f89abf90a2c27a0fbfaf39b438e8ff
SummaryShims to help you safely remove pytz
Descriptionpytz 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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:49:00 CST
CompletedMon, 03 Jun 2024 20:52:57 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-pytz-deprecation-shim.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-pytz-deprecation-shim.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-pytz-deprecation-shim-0.1.0.post0-1.oc9.src.rpm (info) (download)
noarch
python3-pytz-deprecation-shim-0.1.0.post0-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.0.post0-1 - initial build