public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-uv-build] epel10: Update ron to 0.10
@ 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 : c5071ee1bd2162315f1c16eb9ae58ee93a2d0252
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2025-04-24T22:18:03-04:00
Stats  : +55/-4 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/python-uv-build/c/c5071ee1bd2162315f1c16eb9ae58ee93a2d0252?branch=epel10

Log:
Update ron to 0.10

---
diff --git a/330.patch b/330.patch
index 69d3ab1..768d38a 100644
--- a/330.patch
+++ b/330.patch
@@ -1,7 +1,7 @@
 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
+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)
@@ -66,7 +66,7 @@ index 4ba888bf..14405b89 100644
 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
+Subject: [PATCH 2/4] Use SemVer again
 
 ---
  Cargo.toml | 2 +-
@@ -89,7 +89,7 @@ index 76c723b5..25125b6b 100644
 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
+Subject: [PATCH 3/4] Use SemVer again
 
 ---
  version-ranges/Cargo.toml | 2 +-
@@ -105,3 +105,54 @@ index 14405b89..ce2c69f1 100644
  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 ed277e2..b52edd7 100644
--- a/python-uv-build.spec
+++ b/python-uv-build.spec
@@ -89,7 +89,7 @@ Source200:      %{pubgrub_git}/archive/%{pubgrub_rev}/pubgrub-%{pubgrub_rev}.tar
 
 # This patch is for the forked, bundled pubgrub crate.
 #
-# build(deps): bump ron from 0.9.0-alpha.1 to 0.9.0
+# 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
 

^ 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: Update ron to 0.10 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