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/breezy] f44: Allow PyO3 0.29
Date: Sun, 05 Jul 2026 04:35:17 GMT	[thread overview]
Message-ID: <178322611778.1.8356070369562146713.rpms-breezy-081b4d4d9022@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/breezy
Branch : f44
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=f44

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

                 reply	other threads:[~2026-07-05  4:35 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=178322611778.1.8356070369562146713.rpms-breezy-081b4d4d9022@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