public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/breezy] rawhide: Allow PyO3 0.29
@ 2026-07-05  4:30 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-05  4:30 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/breezy
Branch : rawhide
Commit : 081b4d4d9022aa909557847f67e747c9924c9c8d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-02T10:55:49+01:00
Stats  : +17/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/breezy/c/081b4d4d9022aa909557847f67e747c9924c9c8d?branch=rawhide

Log:
Allow PyO3 0.29

---
diff --git a/breezy-fix-metadata.diff b/breezy-fix-metadata.diff
new file mode 100644
index 0000000..0da2c64
--- /dev/null
+++ b/breezy-fix-metadata.diff
@@ -0,0 +1,9 @@
+diff -Naur breezy-brz-3.3.21-original/Cargo.toml breezy-brz-3.3.21/Cargo.toml
+--- breezy-brz-3.3.21-original/Cargo.toml	2026-02-03 14:33:55.000000000 +0000
++++ breezy-brz-3.3.21/Cargo.toml	2026-07-02 10:53:31.450038984 +0100
+@@ -25,4 +25,4 @@
+ pyo3 = { workspace = true }
+ 
+ [workspace.dependencies]
+-pyo3 = ">=0.26,<0.29"
++pyo3 = ">=0.26,<0.30"

diff --git a/breezy.spec b/breezy.spec
index 889ed14..43e2a70 100644
--- a/breezy.spec
+++ b/breezy.spec
@@ -27,6 +27,14 @@ URL:            http://www.breezy-vcs.org/
 Source0:        https://github.com/breezy-team/breezy/archive/brz-%{version}%{?brzrc}.tar.gz
 Source1:        brz-icon-64.png
 
+# Manually created patch for downstream crate metadata changes
+# * Allow PyO3 0.29. See
+#   https://forge.fedoraproject.org/rust/backlog/issues/31; resolves
+#   RUSTSEC-2026-0176, RUSTSEC-2026-0177. Blocked upstream by the need to
+#   coordinate with the newly-introduced dromedary crate dependency,
+#   https://github.com/breezy-team/dromedary/pull/74.
+Patch:          breezy-fix-metadata.diff
+
 BuildRequires:  python3-devel
 BuildRequires:  rust-packaging >= 21
 BuildRequires:  zlib-devel

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

only message in thread, other threads:[~2026-07-05  4:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-05  4:30 [rpms/breezy] rawhide: Allow PyO3 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