public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-krates] rawhide: Update to version 0.21.3
@ 2026-07-01 10:56 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-01 10:56 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-krates
Branch : rawhide
Commit : df26409586d3af0089045315ed70886a78b02580
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-01T11:53:33+01:00
Stats  : +18/-20 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-krates/c/df26409586d3af0089045315ed70886a78b02580?branch=rawhide

Log:
Update to version 0.21.3

---
diff --git a/.gitignore b/.gitignore
index 02c07ce..37e61ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /krates-0.18.1.crate
 /krates-0.20.0.crate
 /krates-0.21.2.crate
+/krates-0.21.3.crate

diff --git a/krates-fix-metadata.diff b/krates-fix-metadata.diff
index f08f5de..df030a0 100644
--- a/krates-fix-metadata.diff
+++ b/krates-fix-metadata.diff
@@ -1,22 +1,15 @@
---- krates-0.21.2/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ krates-0.21.2/Cargo.toml	2026-06-29T10:04:23.548028+00:00
-@@ -58,7 +58,7 @@
+--- krates-0.21.3/Cargo.toml	2006-07-24T01:21:28+00:00
++++ krates-0.21.3/Cargo.toml	2026-07-01T10:53:05.600915+00:00
+@@ -58,10 +58,10 @@
  version = "0.20"
  
+ [dependencies.indexmap]
+-version = "=2.9.0"
++version = "2.9.0"
+ 
  [dependencies.petgraph]
 -version = "=0.8.1"
 +version = "0.8.1"
  default-features = false
  
  [dependencies.semver]
-@@ -71,7 +71,9 @@
- [dependencies.serde_json]
- version = "1.0"
- 
--[dev-dependencies]
-+[dev-dependencies.serde]
-+version = "1.0"
-+features = ["derive"]
- 
- [profile.dev.package.insta]
- opt-level = 3

diff --git a/rust-krates.spec b/rust-krates.spec
index 496f936..9438cff 100644
--- a/rust-krates.spec
+++ b/rust-krates.spec
@@ -5,7 +5,7 @@
 %global crate krates
 
 Name:           rust-krates
-Version:        0.21.2
+Version:        0.21.3
 Release:        %autorelease
 Summary:        Create graphs of crates gathered from cargo metadata
 
@@ -15,8 +15,10 @@ Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * Unpin petgraph:
 #   https://github.com/EmbarkStudios/krates/pull/107#issuecomment-4829415963
-# * Add direct dev-dependency on serde/derive:
-#   https://github.com/EmbarkStudios/krates/pull/113
+# * Unpin indexmap, pinned upstream to deduplicate hashbrown versions in the
+#   dependency tree; see https://github.com/EmbarkStudios/krates/pull/114,
+#   https://github.com/petgraph/petgraph/pull/991. Note that we can’t respect
+#   version pins like this downstream.
 Patch:          krates-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 45352cd..9ad3cf4 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,7 +5,9 @@ Unpin petgraph: \
 https://github.com/EmbarkStudios/krates/pull/107#issuecomment-4829415963\
 """,
     """\
-Add direct dev-dependency on serde/derive: \
-https://github.com/EmbarkStudios/krates/pull/113\
+Unpin indexmap, pinned upstream to deduplicate hashbrown versions in the \
+dependency tree; see https://github.com/EmbarkStudios/krates/pull/114, \
+https://github.com/petgraph/petgraph/pull/991. Note that we can’t respect \
+version pins like this downstream.\
 """,
 ]

diff --git a/sources b/sources
index 1107596..91deef7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (krates-0.21.2.crate) = 9addc0932b27bc356e51678670d2fba71ade78723bd0f4dc9df91bcae6d27e6cd37671154cba6a07d5af6f6a7e8dc58813dc7fb5d7f96a0a3074402e69204e0c
+SHA512 (krates-0.21.3.crate) = f93d40bb8bbea8f82c162c5b6a52f70b9e228eef95f0563814f4e6f6d11c92fe8d9204351de1bd2b9c6c967ec17051e7c9a173ecc528e0c083cce4e782ff1fd7

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

only message in thread, other threads:[~2026-07-01 10:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 10:56 [rpms/rust-krates] rawhide: Update to version 0.21.3 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