public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pint] rpmlint-etc: Temporarily omit dask/xarray to build for Python 3.14
Date: Sat, 12 Sep 2026 10:22:00 GMT	[thread overview]
Message-ID: <178920852002.1.6010176737832736651.rpms-python-pint-7f147e1bbfb8@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-12 10:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178920852002.1.6010176737832736651.rpms-python-pint-7f147e1bbfb8@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox