public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pint] rawhide: Drop the xarray extra in F45+ for now; fixes RHBZ#2488370
@ 2026-06-13 5:47 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-13 5:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pint
Branch : rawhide
Commit : a921624cf29fd0856787fb446f27fce784df1649
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-13T06:22:10+01:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pint/c/a921624cf29fd0856787fb446f27fce784df1649?branch=rawhide
Log:
Drop the xarray extra in F45+ for now; fixes RHBZ#2488370
Restore it once python-xarray has been successfully rebuilt for Python
3.15.
---
diff --git a/python-pint.spec b/python-pint.spec
index cb9ab04..5257b3d 100644
--- a/python-pint.spec
+++ b/python-pint.spec
@@ -1,4 +1,6 @@
-%bcond xarray 1
+# Omit until python-xarray is successfully rebuilt for Python 3.15.
+# https://bugzilla.redhat.com/show_bug.cgi?id=2485982
+%bcond xarray %[0%{?fedora} < 45]
# Not yet packaged: python-uncertainties
%bcond uncertainties 0
# Requires babel <= 2.8. See: https://github.com/hgrecco/pint/issues/1219
@@ -35,6 +37,10 @@ constants.}
%package -n python3-pint
Summary: %{summary}
+%if %{without xarray}
+Obsoletes: python3-pint+xarray < 0.25.3-6
+%endif
+
%description -n python3-pint %{_description}
%pyproject_extras_subpkg -n python3-pint numpy
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-13 5:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 5:47 [rpms/python-pint] rawhide: Drop the xarray extra in F45+ for now; fixes RHBZ#2488370 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