public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] f44: Update to 0.11.18 (close RHBZ#2483122)
@ 2026-06-03 18:36 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-03 18:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/uv
Branch : f44
Commit : 42a538d8918b0e0763a5900cd0713f1941af0e13
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-03T14:46:57+01:00
Stats  : +13/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/uv/c/42a538d8918b0e0763a5900cd0713f1941af0e13?branch=f44

Log:
Update to 0.11.18 (close RHBZ#2483122)

---
diff --git a/.gitignore b/.gitignore
index f77cfbc..2bba8e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -212,3 +212,4 @@
 /uv-0.11.14.tar.gz
 /uv-0.11.15.tar.gz
 /uv-0.11.16.tar.gz
+/uv-0.11.18.tar.gz

diff --git a/sources b/sources
index b60061c..4415a51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (uv-0.11.16.tar.gz) = c830b9808eeedbfdcbc8ee75ba978f9309b89f1740aa3d363cc661c42ea066b87d3d21c8cc4ccf215e8233ea3b4c2669537ffe5955cf68adf7367755428618bc
+SHA512 (uv-0.11.18.tar.gz) = 59ef43479bee5cc36dc5966ef5ec7bacb22e17d831ee2a0f8246d73c432cd0da76d230882afc08b31b610f92c333547285af420597f3f696a8acc30107cb2141

diff --git a/uv.spec b/uv.spec
index 22a774a..30e9bb9 100644
--- a/uv.spec
+++ b/uv.spec
@@ -11,7 +11,7 @@
 %bcond it %{undefined el10}
 
 Name:           uv
-Version:        0.11.16
+Version:        0.11.18
 # 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
@@ -639,6 +639,16 @@ skip="${skip-} --skip user_agent_version::test_user_agent_has_linehaul"
 skip="${skip-} --skip user_agent_version::test_user_agent_has_subcommand"
 skip="${skip-} --skip user_agent_version::test_user_agent_has_version"
 
+# Some tests for “uv check” introduced in 0.11.18 require network access
+# https://github.com/astral-sh/uv/issues/19658
+skip="${skip-} --skip check::check_missing_pyproject_toml"
+skip="${skip-} --skip check::check_no_project"
+skip="${skip-} --skip check::check_project"
+skip="${skip-} --skip check::check_ty_version_no_match"
+skip="${skip-} --skip check::check_ty_version_pinned_verbose"
+skip="${skip-} --skip check::check_type_error"
+skip="${skip-} --skip check::check_with_undeclared_dependency"
+
 %cargo_test -- -- --exact ${skip-}
 %endif
 

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

only message in thread, other threads:[~2026-06-03 18:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 18:36 [rpms/uv] f44: Update to 0.11.18 (close RHBZ#2483122) 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