Sun, 02 Apr 2023 06:52:10 UTC | login

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

ID41973
Package Namepython-pytz-deprecation-shim
Version0.1.0.post0
Release1.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-pytz-deprecation-shim.git#91ebf2a8fc1fce41f4ddd140e5e6d75b0f2c5ea1
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 byrdobuilder
State complete
Volume DEFAULT
StartedFri, 18 Nov 2022 15:35:54 UTC
CompletedFri, 18 Nov 2022 15:37:19 UTC
Taskbuild (cloud9s-openstack-antelope-el9s, /rpms/python-pytz-deprecation-shim.git:91ebf2a8fc1fce41f4ddd140e5e6d75b0f2c5ea1)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-pytz-deprecation-shim.git#91ebf2a8fc1fce41f4ddd140e5e6d75b0f2c5ea1'}}
Tags
cloud9s-openstack-antelope-testing
cloud9s-openstack-bobcat-testing
RPMs
src
python-pytz-deprecation-shim-0.1.0.post0-1.el9s.src.rpm (info) (download)
noarch
python3-pytz-deprecation-shim-0.1.0.post0-1.el9s.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
mock_output.log
hw_info.log
noarch_rpmdiff.json
build.log
state.log
root.log
Changelog * Sat Oct 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.1.0.post0-1 - Initial package