public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-uv-build] epel10: Update to 0.6.17
@ 2026-08-16  7:55 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-16  7:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-uv-build
Branch : epel10
Commit : 274e2c1dea5b572d15e737d0d6f54fe49e33a8db
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2025-05-05T10:17:01-04:00
Stats  : +7/-169 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-uv-build/c/274e2c1dea5b572d15e737d0d6f54fe49e33a8db?branch=epel10

Log:
Update to 0.6.17

---
diff --git a/.gitignore b/.gitignore
index 728c78d..4016195 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@
 /uv_build-0.6.13.tar.gz
 /uv_build-0.6.14.tar.gz
 /uv_build-0.6.16.tar.gz
+/uv_build-0.6.17.tar.gz
+/pubgrub-a3b4db3abb1829ce889fb89fa6d157fef529ef7e.tar.gz

diff --git a/330.patch b/330.patch
deleted file mode 100644
index 768d38a..0000000
--- a/330.patch
+++ /dev/null
@@ -1,158 +0,0 @@
-From 583321b938988ae69e6f9ecc5647eba94c4fdcb8 Mon Sep 17 00:00:00 2001
-From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
-Date: Thu, 3 Apr 2025 15:32:00 +0000
-Subject: [PATCH 1/4] build(deps): bump ron from 0.9.0-alpha.1 to 0.9.0
-
-Bumps [ron](https://github.com/ron-rs/ron) from 0.9.0-alpha.1 to 0.9.0.
-- [Release notes](https://github.com/ron-rs/ron/releases)
-- [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md)
-- [Commits](https://github.com/ron-rs/ron/commits/v0.9.0)
-
----
-updated-dependencies:
-- dependency-name: ron
-  dependency-version: 0.9.0
-  dependency-type: direct:production
-  update-type: version-update:semver-patch
-...
-
-Signed-off-by: dependabot[bot] <support@github.com>
----
- Cargo.lock                | 4 ++--
- Cargo.toml                | 2 +-
- version-ranges/Cargo.toml | 2 +-
- 3 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Cargo.lock b/Cargo.lock
-index bf2d6975..c35dbb2c 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -730,9 +730,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
- 
- [[package]]
- name = "ron"
--version = "0.9.0-alpha.1"
-+version = "0.9.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "7644a2a539ff7fa991c8f4652373cd722d387e39229415103243914249730836"
-+checksum = "63f3aa105dea217ef30d89581b65a4d527a19afc95ef5750be3890e8d3c5b837"
- dependencies = [
-  "base64",
-  "bitflags",
-diff --git a/Cargo.toml b/Cargo.toml
-index 338ccb87..76c723b5 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -36,7 +36,7 @@ version-ranges = { version = "0.1.0", path = "version-ranges" }
- criterion = { version = "2.7.2", package = "codspeed-criterion-compat" }
- env_logger = "0.11.6"
- proptest = "1.6.0"
--ron = "=0.9.0-alpha.1"
-+ron = "=0.9.0"
- varisat = "0.2.2"
- version-ranges = { version = "0.1.0", path = "version-ranges", features = ["proptest"] }
- 
-diff --git a/version-ranges/Cargo.toml b/version-ranges/Cargo.toml
-index 4ba888bf..14405b89 100644
---- a/version-ranges/Cargo.toml
-+++ b/version-ranges/Cargo.toml
-@@ -18,4 +18,4 @@ serde = ["dep:serde", "smallvec/serde"]
- 
- [dev-dependencies]
- proptest = "1.6.0"
--ron = "=0.9.0-alpha.1"
-+ron = "=0.9.0"
-
-From 8ef1f0e6cfc8ec847d5cefda7edcfbebd1a3017e Mon Sep 17 00:00:00 2001
-From: konstin <konstin@mailbox.org>
-Date: Mon, 7 Apr 2025 19:11:09 +0200
-Subject: [PATCH 2/4] Use SemVer again
-
----
- Cargo.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 76c723b5..25125b6b 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -36,7 +36,7 @@ version-ranges = { version = "0.1.0", path = "version-ranges" }
- criterion = { version = "2.7.2", package = "codspeed-criterion-compat" }
- env_logger = "0.11.6"
- proptest = "1.6.0"
--ron = "=0.9.0"
-+ron = "0.9.0"
- varisat = "0.2.2"
- version-ranges = { version = "0.1.0", path = "version-ranges", features = ["proptest"] }
- 
-
-From 983d40d061296a22a97810ea6946eb67048f511b Mon Sep 17 00:00:00 2001
-From: konstin <konstin@mailbox.org>
-Date: Mon, 7 Apr 2025 19:51:38 +0200
-Subject: [PATCH 3/4] Use SemVer again
-
----
- version-ranges/Cargo.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/version-ranges/Cargo.toml b/version-ranges/Cargo.toml
-index 14405b89..ce2c69f1 100644
---- a/version-ranges/Cargo.toml
-+++ b/version-ranges/Cargo.toml
-@@ -18,4 +18,4 @@ serde = ["dep:serde", "smallvec/serde"]
- 
- [dev-dependencies]
- proptest = "1.6.0"
--ron = "=0.9.0"
-+ron = "0.9.0"
-
-From 28404215bc62a21c7e0ccef3298776adf5e44b7f Mon Sep 17 00:00:00 2001
-From: konstin <konstin@mailbox.org>
-Date: Wed, 23 Apr 2025 13:32:00 +0200
-Subject: [PATCH 4/4] Update ron to 0.10.1
-
----
- Cargo.lock                | 4 ++--
- Cargo.toml                | 2 +-
- version-ranges/Cargo.toml | 2 +-
- 3 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Cargo.lock b/Cargo.lock
-index c35dbb2c..7361d606 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -730,9 +730,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
- 
- [[package]]
- name = "ron"
--version = "0.9.0"
-+version = "0.10.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "63f3aa105dea217ef30d89581b65a4d527a19afc95ef5750be3890e8d3c5b837"
-+checksum = "beceb6f7bf81c73e73aeef6dd1356d9a1b2b4909e1f0fc3e59b034f9572d7b7f"
- dependencies = [
-  "base64",
-  "bitflags",
-diff --git a/Cargo.toml b/Cargo.toml
-index 25125b6b..93a2ce30 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -36,7 +36,7 @@ version-ranges = { version = "0.1.0", path = "version-ranges" }
- criterion = { version = "2.7.2", package = "codspeed-criterion-compat" }
- env_logger = "0.11.6"
- proptest = "1.6.0"
--ron = "0.9.0"
-+ron = "0.10.1"
- varisat = "0.2.2"
- version-ranges = { version = "0.1.0", path = "version-ranges", features = ["proptest"] }
- 
-diff --git a/version-ranges/Cargo.toml b/version-ranges/Cargo.toml
-index ce2c69f1..95d76508 100644
---- a/version-ranges/Cargo.toml
-+++ b/version-ranges/Cargo.toml
-@@ -18,4 +18,4 @@ serde = ["dep:serde", "smallvec/serde"]
- 
- [dev-dependencies]
- proptest = "1.6.0"
--ron = "0.9.0"
-+ron = "0.10.1"

diff --git a/python-uv-build.spec b/python-uv-build.spec
index 212030d..dc4ed57 100644
--- a/python-uv-build.spec
+++ b/python-uv-build.spec
@@ -1,7 +1,7 @@
 %bcond check 1
 
 Name:           python-uv-build
-Version:        0.6.16
+Version:        0.6.17
 Release:        %autorelease
 Summary:        The uv build backend
 
@@ -82,17 +82,11 @@ Source:         %{pypi_source uv_build}
 #   https://docs.fedoraproject.org/en-US/packaging-guidelines/Rust/#_replacing_git_dependencies
 # Note that uv-build currently only uses version-ranges, not pubgrub.
 %global pubgrub_git https://github.com/astral-sh/pubgrub
-%global pubgrub_rev b70cf707aa43f21b32f3a61b8a0889b15032d5c4
-%global pubgrub_snapdate 20250202
+%global pubgrub_rev a3b4db3abb1829ce889fb89fa6d157fef529ef7e
+%global pubgrub_snapdate 20250423
 %global version_ranges_baseversion 0.1.1
 Source200:      %{pubgrub_git}/archive/%{pubgrub_rev}/pubgrub-%{pubgrub_rev}.tar.gz
 
-# This patch is for the forked, bundled pubgrub crate.
-#
-# build(deps): bump ron from 0.9.0-alpha.1 to 0.10.1
-# https://github.com/pubgrub-rs/pubgrub/pull/330
-Patch200:       https://github.com/pubgrub-rs/pubgrub/pull/330.patch
-
 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 # Also, there are a couple of test failures on 32-bit platforms.
 ExcludeArch:   %{ix86}

diff --git a/sources b/sources
index 23f2db3..43f8aad 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (uv_build-0.6.16.tar.gz) = 617444404cd35d69f806febe211a8f3fd830216a37ddbdc257d8561e74ba197974b27738664b86c63f9fd67ff69d000305d447b79f6de92f08a89394d7bf004d
-SHA512 (pubgrub-b70cf707aa43f21b32f3a61b8a0889b15032d5c4.tar.gz) = 401ea5ca16e978d5407a1400e4e27cec9fcac11332067ee1ed8a3bc511901e08fc421ce875ebbb0990593ed549a4a5f4620914a71ae3490c7b8ae0f7b26b5937
+SHA512 (uv_build-0.6.17.tar.gz) = 2827629a11a9775661554f3eae4f3c6018637203c18f739ce728973ee0e7f905bef7c9fcc200f95393e2e13c167e31fdf0ab8dced59c028c3c600d47ba373752
+SHA512 (pubgrub-a3b4db3abb1829ce889fb89fa6d157fef529ef7e.tar.gz) = 3e434326040445b836bbbb5e3af186a480198cae3d9b3bc78fa1e8c7f78b558ef15de88c6c941d25ada6be80ca7bb5cf1e1c10647b3e991aeb44cb58acccff35

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

only message in thread, other threads:[~2026-08-16  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16  7:55 [rpms/python-uv-build] epel10: Update to 0.6.17 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