Thu, 22 Jan 2026 23:09:19 CST | login

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

ID40775
Package Namepython-pytz-deprecation-shim
Version0.1.0.post0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-pytz-deprecation-shim.git?.#8194d09004c1c2ac8e4d55e3f1318392244cbc55
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 bybbrucezhang
State complete
Volume DEFAULT
StartedSat, 14 Jun 2025 01:14:15 CST
CompletedSat, 14 Jun 2025 01:16:25 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-2.oc9.src.rpm (info) (download)
noarch
python3-pytz-deprecation-shim-0.1.0.post0-2.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.log
noarch_rpmdiff.json
Changelog * Thu Jun 12 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.1.0.post0-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.0.post0-1 - initial build