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/uv] f44: Allow tikv-jemallocator 0.7
Date: Sun, 07 Jun 2026 06:42:56 GMT	[thread overview]
Message-ID: <178081457638.1.8997539048144592822.rpms-uv-b0def776a46e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/uv
Branch : f44
Commit : b0def776a46e712cd47ad1101e4cf8e23dd3f937
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-04T11:55:05+01:00
Stats  : +11/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/uv/c/b0def776a46e712cd47ad1101e4cf8e23dd3f937?branch=f44

Log:
Allow tikv-jemallocator 0.7

---
diff --git a/uv.spec b/uv.spec
index 3ab4d69..2113050 100644
--- a/uv.spec
+++ b/uv.spec
@@ -495,6 +495,17 @@ tomcli set crates/uv/Cargo.toml del dependencies.tracing-durations-export
 # #   https://bugzilla.redhat.com/show_bug.cgi?id=1234567
 # tomcli set Cargo.toml str workspace.dependencies.foocrate.version 0.1.2
 
+# tikv-jemallocator
+#   wanted: 0.6.0
+#   currently packaged: 0.7.0
+# We haven’t suggested this upstream because we know they use renovate with
+# dependency cooldowns, and we expect they will soon update without prompting.
+# We use sed instead of tomcli because the target.cfg(…) expression is a
+# *mess*, and we don’t want to have to write it out here.
+sed --regexp-extended --in-place \
+    's/^(tikv-jemallocator\b.*version = ")0\.6\.0"/\1>=0.6.0, <0.8.0"/' \
+    crates/uv-performance-memory-allocator/Cargo.toml
+
 %cargo_prep
 
 

                 reply	other threads:[~2026-06-07  6:42 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=178081457638.1.8997539048144592822.rpms-uv-b0def776a46e@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