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-siguldry] epel10: Update PyO3 to 0.29
Date: Tue, 30 Jun 2026 18:21:33 GMT [thread overview]
Message-ID: <178284369385.1.10851603712116036217.rpms-rust-siguldry-8dc7f39c7d59@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-siguldry
Branch : epel10
Commit : 8dc7f39c7d596260c82b38fdeb4a48d529ea3179
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-30T11:33:09+01:00
Stats : +8/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-siguldry/c/8dc7f39c7d596260c82b38fdeb4a48d529ea3179?branch=epel10
Log:
Update PyO3 to 0.29
- Update `License` expression based on a current build
---
diff --git a/rust-siguldry.spec b/rust-siguldry.spec
index e0e3805..0aea94b 100644
--- a/rust-siguldry.spec
+++ b/rust-siguldry.spec
@@ -6,7 +6,7 @@
Name: rust-siguldry
Version: 0.7.2
Release: %autorelease
-Summary: Implementation of the Sigul protocol
+Summary: Signing server and client
License: MIT
URL: https://crates.io/crates/siguldry
@@ -17,7 +17,7 @@ Source11: siguldry-tmpfiles.conf
# * The binary is incomplete and may change its interface significantly
# * Remove unused, benchmark-only dev-dependency on criterion
# * Allow older asn1 0.22, RHBZ#2402490
-# * Allow older pyo3 0.27, RHBZ#2435852
+# * Update PyO3 to 0.29, https://github.com/fedora-infra/siguldry/pull/232
Patch: siguldry-fix-metadata.diff
ExcludeArch: %{ix86}
@@ -34,7 +34,7 @@ BuildRequires: softhsm
%endif
%global _description %{expand:
-An implementation of the Sigul protocol.}
+A signing server and client.}
%description %{_description}
@@ -52,11 +52,10 @@ Summary: %{summary}
# LGPL-2.0-or-later
# MIT
# MIT OR Apache-2.0
-# MPL-2.0
# Unicode-3.0
# Unlicense OR MIT
# Zlib
-License: ((MIT OR Apache-2.0) AND Unicode-DFS-2016) AND (Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-3-Clause) AND (BSL-1.0) AND (ISC) AND (LGPL-2.0-or-later) AND (MIT) AND (MIT OR Apache-2.0) AND (MPL-2.0) AND (Unicode-3.0) AND (Unlicense OR MIT) AND (Zlib)
+License: ((MIT OR Apache-2.0) AND Unicode-DFS-2016) AND (Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-3-Clause) AND (BSL-1.0) AND (ISC) AND (LGPL-2.0-or-later) AND (MIT) AND (MIT OR Apache-2.0) AND (Unicode-3.0) AND (Unlicense OR MIT) AND (Zlib)
# LICENSE.dependencies contains a full license breakdown
%post -n %{crate}
diff --git a/rust2rpm.toml b/rust2rpm.toml
index ced0c48..b1f0f4c 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -3,7 +3,7 @@ cargo-toml-patch-comments = [
"The binary is incomplete and may change its interface significantly",
"Remove unused, benchmark-only dev-dependency on criterion",
"Allow older asn1 0.22, RHBZ#2402490",
- "Allow older pyo3 0.27, RHBZ#2435852",
+ "Update PyO3 to 0.29, https://github.com/fedora-infra/siguldry/pull/232",
]
exclude-crate-files = ["src/serdes/serde.py"]
extra-files = [
diff --git a/siguldry-fix-metadata.diff b/siguldry-fix-metadata.diff
index a88ccba..37863bf 100644
--- a/siguldry-fix-metadata.diff
+++ b/siguldry-fix-metadata.diff
@@ -1,5 +1,5 @@
---- siguldry-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ siguldry-0.7.0/Cargo.toml 2026-04-14T20:19:17.392796+00:00
+--- siguldry-0.7.2/Cargo.toml 2006-07-24T01:21:28+00:00
++++ siguldry-0.7.2/Cargo.toml 2026-06-30T10:18:54.200874+00:00
@@ -96,7 +96,7 @@
version = "1"
@@ -21,7 +21,7 @@
[dev-dependencies.pyo3]
-version = "0.28"
-+version = ">=0.27, <0.29"
++version = ">=0.27, <0.30"
features = ["auto-initialize"]
[dev-dependencies.sequoia-openpgp]
reply other threads:[~2026-06-30 18:21 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=178284369385.1.10851603712116036217.rpms-rust-siguldry-8dc7f39c7d59@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