Explore top 10 tips to secure your open-source projects now. Read More
×Unlike other datetime libraries for Python, Pendulum is a drop-in replacement
for the standard datetime class (it inherits from it), so, basically, you can
replace all your datetime instances by DateTime instances in you code.
It also removes the notion of naive datetimes: each Pendulum instance is
timezone-aware and by default in UTC for ease of use.
Update Information:
Update to 3.2.0 (final). Update PyO3 to 0.29, fixing RUSTSEC-2026-0176 and RUSTSEC-2026-0177.
* Tue Jun 30 2026 Benjamin A. Beasley - 3.2.0-1
- Update to 3.2.0 (final); Fixes RHBZ#2435482
- Update PyO3 to 0.29 (fixes RUSTSEC-2026-0176, RUSTSEC-2026-0177)
* Thu Jun 4 2026 Python Maint
[ 1 ] Bug #2435482 - python-pendulum-3.2.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2435482
This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2026-2559684e58' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
Get the latest Linux and open source security news straight to your inbox.