How to Install and Uninstall python3-pytz-deprecation-shim.noarch Package on Fedora 38
Last updated: January 16,2025
1. Install "python3-pytz-deprecation-shim.noarch" package
Please follow the step by step instructions below to install python3-pytz-deprecation-shim.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-pytz-deprecation-shim.noarch
Copied
2. Uninstall "python3-pytz-deprecation-shim.noarch" package
This guide let you learn how to uninstall python3-pytz-deprecation-shim.noarch on Fedora 38:
$
sudo dnf remove
python3-pytz-deprecation-shim.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pytz-deprecation-shim.noarch package on Fedora 38
Last metadata expiration check: 4:28:10 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pytz-deprecation-shim
Version : 0.1.0.post0
Release : 2.fc38
Architecture : noarch
Size : 39 k
Source : python-pytz-deprecation-shim-0.1.0.post0-2.fc38.src.rpm
Repository : fedora
Summary : Shims to help you safely remove pytz
URL : https://github.com/pganssle/pytz-deprecation-shim
License : Apache-2.0
Description : 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.
Available Packages
Name : python3-pytz-deprecation-shim
Version : 0.1.0.post0
Release : 2.fc38
Architecture : noarch
Size : 39 k
Source : python-pytz-deprecation-shim-0.1.0.post0-2.fc38.src.rpm
Repository : fedora
Summary : Shims to help you safely remove pytz
URL : https://github.com/pganssle/pytz-deprecation-shim
License : Apache-2.0
Description : 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.