public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-uv-build] epel10: Patch bundled pubgrub/version-ranges fork for ron 0.9.0 final
@ 2026-08-16 7:54 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-16 7:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-uv-build
Branch : epel10
Commit : c22ddf1e1e9bd2f5129f72fedf654bf75ca9b0c5
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2025-04-11T22:54:44-04:00
Stats : +110/-90 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-uv-build/c/c22ddf1e1e9bd2f5129f72fedf654bf75ca9b0c5?branch=epel10
Log:
Patch bundled pubgrub/version-ranges fork for ron 0.9.0 final
---
diff --git a/0001-Downstream-only-Revert-feat-ensure-successful-round-.patch b/0001-Downstream-only-Revert-feat-ensure-successful-round-.patch
deleted file mode 100644
index dfd8c23..0000000
--- a/0001-Downstream-only-Revert-feat-ensure-successful-round-.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-From 2dafc904c3578d6f822cf4106b0e09d3086eac27 Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Thu, 23 May 2024 14:45:49 -0400
-Subject: [PATCH] Downstream-only: Revert "feat: ensure successful round-trip
- of RON (#193)"
-
-This reverts commit 21c6a215432fea9a75b7d15d9a9936af9ccc17cb.
-
-We will not be packaging an alpha version of rust-ron.
----
- Cargo.lock | 5 ++---
- Cargo.toml | 2 +-
- version-ranges/Cargo.toml | 2 +-
- version-ranges/src/lib.rs | 10 ----------
- 4 files changed, 4 insertions(+), 15 deletions(-)
-
-diff --git a/Cargo.lock b/Cargo.lock
-index b3d912a..a6c2eae 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -730,15 +730,14 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
-
- [[package]]
- name = "ron"
--version = "0.9.0-alpha.1"
-+version = "0.8.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "7644a2a539ff7fa991c8f4652373cd722d387e39229415103243914249730836"
-+checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
- dependencies = [
- "base64",
- "bitflags",
- "serde",
- "serde_derive",
-- "unicode-ident",
- ]
-
- [[package]]
-diff --git a/Cargo.toml b/Cargo.toml
-index 2424d96..3705919 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.8.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 ffe68d1..7cf5e26 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.8.1"
-diff --git a/version-ranges/src/lib.rs b/version-ranges/src/lib.rs
-index aac7c94..d28984a 100644
---- a/version-ranges/src/lib.rs
-+++ b/version-ranges/src/lib.rs
-@@ -1210,16 +1210,6 @@ pub mod tests {
-
- proptest! {
-
-- // Testing serde ----------------------------------
--
-- #[cfg(feature = "serde")]
-- #[test]
-- fn serde_round_trip(range in proptest_strategy()) {
-- let s = ron::ser::to_string(&range).unwrap();
-- let r = ron::de::from_str(&s).unwrap();
-- assert_eq!(range, r);
-- }
--
- // Testing negate ----------------------------------
-
- #[test]
---
-2.48.1
-
diff --git a/330.patch b/330.patch
new file mode 100644
index 0000000..69d3ab1
--- /dev/null
+++ b/330.patch
@@ -0,0 +1,107 @@
+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/3] 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/3] 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/3] 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"
diff --git a/python-uv-build.spec b/python-uv-build.spec
index 293d282..207a319 100644
--- a/python-uv-build.spec
+++ b/python-uv-build.spec
@@ -90,11 +90,9 @@ Source200: %{pubgrub_git}/archive/%{pubgrub_rev}/pubgrub-%{pubgrub_rev}.tar
# This patch is for the forked, bundled pubgrub crate.
#
-# Downstream-only: Revert "feat: ensure successful round-trip of RON (#193)"
-# This reverts commit 21c6a215432fea9a75b7d15d9a9936af9ccc17cb.
-# We will not be packaging an alpha version of rust-ron. We can adjust this
-# after ron 0.9.x is released.
-Patch200: 0001-Downstream-only-Revert-feat-ensure-successful-round-.patch
+# build(deps): bump ron from 0.9.0-alpha.1 to 0.9.0
+# 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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-16 7:54 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:54 [rpms/python-uv-build] epel10: Patch bundled pubgrub/version-ranges fork for ron 0.9.0 final 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