public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] f43: Allow tikv-jemallocator 0.7
@ 2026-06-07  6:43 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-07  6:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/uv
Branch : f43
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=f43

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
 
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-07  6:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07  6:43 [rpms/uv] f43: Allow tikv-jemallocator 0.7 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