public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-krates] f43: Update to version 0.21.3
Date: Wed, 01 Jul 2026 10:57:47 GMT [thread overview]
Message-ID: <178290346724.1.12140245473151570411.rpms-rust-krates-df26409586d3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-krates
Branch : f43
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=f43
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
reply other threads:[~2026-07-01 10:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178290346724.1.12140245473151570411.rpms-rust-krates-df26409586d3@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox