public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pint] rpmlint-etc: Temporarily omit dask/xarray to build for Python 3.14
@ 2026-09-12 10:22 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-12 10:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pint
Branch : rpmlint-etc
Commit : 7f147e1bbfb803ae464d9b5e40da8277dee87578
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2025-06-15T07:03:41-04:00
Stats : +9/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pint/c/7f147e1bbfb803ae464d9b5e40da8277dee87578?branch=rpmlint-etc
Log:
Temporarily omit dask/xarray to build for Python 3.14
- Disable dask extra until it can be built
- Disable xarray extra until it can be built, and due to a circular
dependency
- Fixes RHBZ#2372030
---
diff --git a/python-pint.spec b/python-pint.spec
index 12a13af..65969da 100644
--- a/python-pint.spec
+++ b/python-pint.spec
@@ -1,4 +1,7 @@
-%bcond xarray 1
+# There is a dependency cycle with xarray.
+# F43FailsToInstall: python3-xarray+io, python3-xarray
+# https://bugzilla.redhat.com/show_bug.cgi?id=2372200
+%bcond xarray 0
# Not yet packaged: python-uncertainties
%bcond uncertainties 0
# Requires babel <= 2.8; F42 has 2.16.0
@@ -7,8 +10,11 @@
%bcond pandas 0
# Not yet packaged: python-mip
%bcond mip 0
-# may need to be disabled sometimes for bootstrapping
-%bcond dask 1
+# F43FailsToInstall: python3-dask+array, python3-dask+bag,
+# python3-dask+dataframe, python3-dask+delayed, python3-dask+distributed,
+# python3-dask
+# https://bugzilla.redhat.com/show_bug.cgi?id=2371852
+%bcond dask 0
Name: python-pint
Version: 0.24.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-12 10:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12 10:22 [rpms/python-pint] rpmlint-etc: Temporarily omit dask/xarray to build for Python 3.14 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