public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pendulum] f44: Update to 3.2.0 (final); Fixes RHBZ#2435482
@ 2026-06-30 21:11 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-30 21:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pendulum
Branch : f44
Commit : d366538b0b8e784d256fa6820e9caf4946b1f0d7
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-30T20:07:17+01:00
Stats : +9/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-pendulum/c/d366538b0b8e784d256fa6820e9caf4946b1f0d7?branch=f44
Log:
Update to 3.2.0 (final); Fixes RHBZ#2435482
---
diff --git a/.gitignore b/.gitignore
index 7372152..a637f30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/pendulum-3.0.0.tar.gz
/pendulum-3.1.0.tar.gz
/pendulum-628fd8510a8956647beedc685c0f0b6bfdc1eeec.tar.gz
+/pendulum-3.2.0.tar.gz
diff --git a/python-pendulum.spec b/python-pendulum.spec
index d781e90..cd73c6b 100644
--- a/python-pendulum.spec
+++ b/python-pendulum.spec
@@ -1,20 +1,14 @@
%bcond tests 1
-# Package an unreleased snapshot to fix Python 3.14 issues,
-# https://github.com/python-pendulum/pendulum/issues/900.
-%global commit 628fd8510a8956647beedc685c0f0b6bfdc1eeec
-%global snapdate 20251024
-
Name: python-pendulum
-Version: 3.2.0~dev0^%{snapdate}git%{sub %{commit} 1 7}
-Release: 3%{?dist}
+Version: 3.2.0
+Release: 1%{?dist}
Summary: Python datetimes made easy
License: MIT
URL: https://pendulum.eustace.io
%global forgeurl https://github.com/sdispater/pendulum
-# Source: %%{forgeurl}/archive/%%{version}/pendulum-%%{version}.tar.gz
-Source: %{forgeurl}/archive/%{commit}/pendulum-%{commit}.tar.gz
+Source: %{forgeurl}/archive/%{version}/pendulum-%{version}.tar.gz
# Downstream-only: allow PyO3 0.26 until we have 0.27, RHBZ#2404994
Patch: 0001-Allow-PyO3-0.26-until-we-have-0.27-RHBZ-2404994.patch
@@ -55,7 +49,7 @@ Requires: tzdata
%description -n python3-pendulum %{common_description}
%prep
-%autosetup -n pendulum-%{commit} -p1
+%autosetup -n pendulum-%{version} -p1
# Remove tzdata dependency. We can rely on a system-wide timezone database.
tomcli-set pyproject.toml lists delitem project.dependencies 'tzdata.*'
# Remove pytest-benchmark dependency. We don't care about it in RPM builds.
@@ -103,6 +97,9 @@ popd
%doc README.rst
%changelog
+* Tue Jun 30 2026 Benjamin A. Beasley <code@musicinmybrain.net> - 3.2.0-1
+- Update to 3.2.0 (final); Fixes RHBZ#2435482
+
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 3.2.0~dev0^20251024git628fd85-3
- Rebuilt for Python 3.15
diff --git a/sources b/sources
index 8ab4a7f..abb27be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pendulum-628fd8510a8956647beedc685c0f0b6bfdc1eeec.tar.gz) = fa4eafe37f451896750a228d05100a9ee5daebf967e748923e4164a11a9626cf5660384ac4ec927259b4791c523268eee1ba24ba3e6c627368b744d26bb00594
+SHA512 (pendulum-3.2.0.tar.gz) = 9f935499ec8bc7ba0f5f8be293ac292c0538bfd01d15cea760f849dd154d04de700bdef08bde874dc2da5c472deb8fd176476a3fbf2cb3d0100eabf368cebc34
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-30 21:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 21:11 [rpms/python-pendulum] f44: Update to 3.2.0 (final); Fixes RHBZ#2435482 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox