public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-siguldry] f44: Update PyO3 to 0.29
@ 2026-06-30 13:21 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-30 13:21 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust-siguldry
            Branch : f44
            Commit : f1f2492780acfafa5c9537837bffb53fa57bd8fa
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-06-30T14:13:01+01:00
            Stats  : +8/-9 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-siguldry/c/f1f2492780acfafa5c9537837bffb53fa57bd8fa?branch=f44

            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]

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

only message in thread, other threads:[~2026-06-30 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 13:21 [rpms/rust-siguldry] f44: Update PyO3 to 0.29 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