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] rawhide: Update to 0.11.22
Date: Mon, 22 Jun 2026 14:07:55 GMT [thread overview]
Message-ID: <178213727534.1.2180983580711793740.rpms-uv-4b679487806d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/uv
Branch : rawhide
Commit : 4b679487806d5c5433d92fd72651e7be07f2dc89
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-21T11:49:57+01:00
Stats : +3/-75 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/uv/c/4b679487806d5c5433d92fd72651e7be07f2dc89?branch=rawhide
Log:
Update to 0.11.22
---
diff --git a/.gitignore b/.gitignore
index 98c0bbb..a7e932f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -215,3 +215,4 @@
/uv-0.11.18.tar.gz
/uv-0.11.19.tar.gz
/uv-0.11.21.tar.gz
+/uv-0.11.22.tar.gz
diff --git a/19819.patch b/19819.patch
deleted file mode 100644
index 50b33ea..0000000
--- a/19819.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From d89c45d63819dc2df03956ba9291a1dcb7ee574f Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Fri, 12 Jun 2026 14:50:33 +0100
-Subject: [PATCH] Conditionalize a few new tests on the test-pypi feature
-
----
- crates/uv/tests/it/upgrade.rs | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/crates/uv/tests/it/upgrade.rs b/crates/uv/tests/it/upgrade.rs
-index e92ef2fcbecee..2cb3e74c560cb 100644
---- a/crates/uv/tests/it/upgrade.rs
-+++ b/crates/uv/tests/it/upgrade.rs
-@@ -114,6 +114,7 @@ fn upgrade_help() {
- }
-
- #[test]
-+#[cfg(feature = "test-pypi")]
- fn upgrade_selects_normalized_production_dependency() -> Result<()> {
- let context = uv_test::test_context!("3.12");
- let pyproject_toml = r#"
-@@ -344,6 +345,7 @@ fn upgrade_expands_compatible_constraint_for_multiple_fork_versions() -> Result<
- }
-
- #[test]
-+#[cfg(feature = "test-pypi")]
- fn upgrade_updates_requirement_without_updating_lockfile_or_environment() -> Result<()> {
- let context = uv_test::test_context!("3.12");
- let initial_pyproject_toml = r#"
-@@ -417,6 +419,7 @@ fn upgrade_updates_requirement_without_updating_lockfile_or_environment() -> Res
- }
-
- #[test]
-+#[cfg(feature = "test-pypi")]
- fn upgrade_reports_no_solution_without_mutation() -> Result<()> {
- let context = uv_test::test_context!("3.12");
- let pyproject_toml = r#"
-@@ -450,6 +453,7 @@ fn upgrade_reports_no_solution_without_mutation() -> Result<()> {
- }
-
- #[test]
-+#[cfg(feature = "test-pypi")]
- fn upgrade_reports_no_version_change_without_mutation() -> Result<()> {
- let context = uv_test::test_context!("3.12");
- let pyproject_toml = r#"
-@@ -784,6 +788,7 @@ fn upgrade_rejects_non_registry_source_for_top_level_extra() -> Result<()> {
- }
-
- #[test]
-+#[cfg(feature = "test-pypi")]
- fn upgrade_allows_registry_source() -> Result<()> {
- let context = uv_test::test_context!("3.12");
- let empty_index = context.temp_dir.child("empty-index");
-@@ -847,6 +852,7 @@ fn upgrade_allows_registry_source() -> Result<()> {
- }
-
- #[test]
-+#[cfg(feature = "test-pypi")]
- fn upgrade_ignores_inapplicable_non_registry_source() -> Result<()> {
- let context = uv_test::test_context!("3.12");
- let pyproject_toml = r#"
-@@ -953,6 +959,7 @@ fn upgrade_rejects_workspace_root_non_registry_source() -> Result<()> {
- }
-
- #[test]
-+#[cfg(feature = "test-pypi")]
- fn upgrade_updates_nested_workspace_member_only() -> Result<()> {
- let context = uv_test::test_context!("3.12");
- let workspace_pyproject_toml = r#"
diff --git a/sources b/sources
index 9491c91..5776fd1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (uv-0.11.21.tar.gz) = c1057ff5e2387dc190d12c71fbdfddca3d99e03d2b00065f0077f9c912dbcb19ba8b81cbcd874c31f613a5ab2fafef77f6034589ccab5ee33940a6eb72714598
+SHA512 (uv-0.11.22.tar.gz) = 5c2ea2478721af3b34152809eff7a37ea19eb8ea88c912a0a75b4a112c3c56b16e798226a5c84d906633d71ee4a38d9f8fa187adc17a09c6430edcae0272c0df
diff --git a/uv.spec b/uv.spec
index a2f122e..06e3253 100644
--- a/uv.spec
+++ b/uv.spec
@@ -5,7 +5,7 @@
%bcond other_python_versions %{undefined el10}
Name: uv
-Version: 0.11.21
+Version: 0.11.22
# 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
@@ -148,10 +148,6 @@ Source1: uv.toml
# https://github.com/astral-sh/uv/issues/4451
Patch: 0001-Downstream-patch-always-find-the-system-wide-uv-exec.patch
-# Conditionalize a few new tests on the test-pypi feature
-# https://github.com/astral-sh/uv/pull/19819
-Patch: %{url}/pull/19819.patch
-
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
reply other threads:[~2026-06-22 14:07 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=178213727534.1.2180983580711793740.rpms-uv-4b679487806d@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