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] rawhide: Add a bootstrap bcond to break the cycle with xarray
Date: Sat, 13 Jun 2026 05:47:12 GMT	[thread overview]
Message-ID: <178132963238.1.10433438498056673472.rpms-python-pint-d65e44352d29@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-pint
Branch : rawhide
Commit : d65e44352d290f2d1b7a18d874a88621df12f998
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-13T06:35:26+01:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pint/c/d65e44352d290f2d1b7a18d874a88621df12f998?branch=rawhide

Log:
Add a bootstrap bcond to break the cycle with xarray

---
diff --git a/python-pint.spec b/python-pint.spec
index 5257b3d..b9fffdf 100644
--- a/python-pint.spec
+++ b/python-pint.spec
@@ -1,6 +1,9 @@
+# Break a dependency cycle with xarray
+%bcond bootstrap 0
+
 # 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]
+%bcond xarray %[0%{?fedora} < 45 && %{without bootstrap}]
 # Not yet packaged: python-uncertainties
 %bcond uncertainties 0
 # Requires babel <= 2.8. See: https://github.com/hgrecco/pint/issues/1219

                 reply	other threads:[~2026-06-13  5:47 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=178132963238.1.10433438498056673472.rpms-python-pint-d65e44352d29@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