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] epel10: Update to 0.11.19 (close RHBZ#2484591)
Date: Thu, 04 Jun 2026 06:59:58 GMT	[thread overview]
Message-ID: <178055639840.1.1010801408262524459.rpms-uv-4b753d0addf1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/uv
Branch : epel10
Commit : 4b753d0addf145f5698f4269976798b6ebd9c9eb
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-04T07:08:00+01:00
Stats  : +3/-58 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/uv/c/4b753d0addf145f5698f4269976798b6ebd9c9eb?branch=epel10

Log:
Update to 0.11.19 (close RHBZ#2484591)

---
diff --git a/.gitignore b/.gitignore
index 2bba8e8..bb6bca6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -213,3 +213,4 @@
 /uv-0.11.15.tar.gz
 /uv-0.11.16.tar.gz
 /uv-0.11.18.tar.gz
+/uv-0.11.19.tar.gz

diff --git a/19661.patch b/19661.patch
deleted file mode 100644
index 72c1f1e..0000000
--- a/19661.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From e1abeab3147489e3d1d7385d6973cabd33d81ff6 Mon Sep 17 00:00:00 2001
-From: Aria Desires <aria.desires@gmail.com>
-Date: Wed, 3 Jun 2026 12:07:17 -0400
-Subject: [PATCH 1/2] Use the same feature gates on `check` tests as `format`
-
-The test-pypi feature is used as a proxy for "this test does networking" so people running in offline scenarios don't run them.
-
-Fixes #19658
----
- crates/uv/tests/it/main.rs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/crates/uv/tests/it/main.rs b/crates/uv/tests/it/main.rs
-index 30c27554ae985..cb1a3b6d660a7 100644
---- a/crates/uv/tests/it/main.rs
-+++ b/crates/uv/tests/it/main.rs
-@@ -39,7 +39,7 @@ mod edit;
- #[cfg(all(feature = "test-python", feature = "test-pypi"))]
- mod export;
- 
--#[cfg(feature = "test-python")]
-+#[cfg(all(feature = "test-python", feature = "test-pypi"))]
- mod check;
- 
- #[cfg(all(feature = "test-python", feature = "test-pypi"))]
-
-From b52907462863ccdafdde4a55fd8b050d87da32ad Mon Sep 17 00:00:00 2001
-From: Aria Desires <aria.desires@gmail.com>
-Date: Wed, 3 Jun 2026 13:10:53 -0400
-Subject: [PATCH 2/2] move both to r2
-
----
- crates/uv/tests/it/main.rs | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/crates/uv/tests/it/main.rs b/crates/uv/tests/it/main.rs
-index cb1a3b6d660a7..27bf679237cac 100644
---- a/crates/uv/tests/it/main.rs
-+++ b/crates/uv/tests/it/main.rs
-@@ -39,10 +39,10 @@ mod edit;
- #[cfg(all(feature = "test-python", feature = "test-pypi"))]
- mod export;
- 
--#[cfg(all(feature = "test-python", feature = "test-pypi"))]
-+#[cfg(all(feature = "test-python", feature = "test-r2"))]
- mod check;
- 
--#[cfg(all(feature = "test-python", feature = "test-pypi"))]
-+#[cfg(all(feature = "test-python", feature = "test-r2"))]
- mod format;
- 
- mod help;

diff --git a/sources b/sources
index 4415a51..66e8032 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (uv-0.11.18.tar.gz) = 59ef43479bee5cc36dc5966ef5ec7bacb22e17d831ee2a0f8246d73c432cd0da76d230882afc08b31b610f92c333547285af420597f3f696a8acc30107cb2141
+SHA512 (uv-0.11.19.tar.gz) = 053c0372ded66ec8bcb109524ac67cc035722573ab4ac1a05ffcde6a126f4b67515901e45978b535e3051976effbdf89b99ebb59b62174389e3097ad058eda04

diff --git a/uv.spec b/uv.spec
index 72dc7a6..3ab4d69 100644
--- a/uv.spec
+++ b/uv.spec
@@ -11,7 +11,7 @@
 %bcond it %{undefined el10}
 
 Name:           uv
-Version:        0.11.18
+Version:        0.11.19
 # The uv package has a permanent exception to the Updates Policy in Fedora, so
 # it can be updated in stable releases across SemVer boundaries (subject to
 # good judgement and actual compatibility of any reverse dependencies). See
@@ -154,10 +154,6 @@ Source1:        uv.toml
 #   https://github.com/astral-sh/uv/issues/4451
 Patch:          0001-Downstream-patch-always-find-the-system-wide-uv-exec.patch
 
-# fix feature-gates on format and check tests to specify they access r2
-# https://github.com/astral-sh/uv/pull/19661
-Patch:          %{url}/pull/19661.patch
-
 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch:    %{ix86}
 

                 reply	other threads:[~2026-06-04  6:59 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=178055639840.1.1010801408262524459.rpms-uv-4b753d0addf1@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