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/python-slixmpp] rawhide: Update PyO3 to 0.29
Date: Mon, 06 Jul 2026 05:01:55 GMT	[thread overview]
Message-ID: <178331411530.1.2701289662924695514.rpms-python-slixmpp-ab1829fed18b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-slixmpp
Branch : rawhide
Commit : ab1829fed18b841d75902e51b97b29ab93e89aa1
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-05T11:23:03+01:00
Stats  : +22/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/python-slixmpp/c/ab1829fed18b841d75902e51b97b29ab93e89aa1?branch=rawhide

Log:
Update PyO3 to 0.29

---
diff --git a/python-slixmpp.spec b/python-slixmpp.spec
index b9704ce..3ed7aad 100644
--- a/python-slixmpp.spec
+++ b/python-slixmpp.spec
@@ -4,13 +4,18 @@
 
 Name:           python-slixmpp
 Version:        1.13.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Slixmpp is an XMPP library for Python 3.5+
 
 License:        MIT
 URL:            https://codeberg.org/poezio/%{srcname}
 Source0:        %{pypi_source slixmpp}
 
+# Update PyO3 to 0.29
+# Addresses RUSTSEC-2026-0176 and RUSTSEC-2026-0177.
+# https://codeberg.org/poezio/slixmpp/pulls/3778
+Patch:          slixmpp-1.13.2-pyo3-0.29.patch
+
 BuildRequires:  make
 BuildRequires:  python3-devel
 # Needed to set version
@@ -76,7 +81,7 @@ This package contains documentation in docbook format.
 
 
 %prep
-%autosetup -n %{srcname}-%{version}
+%autosetup -n %{srcname}-%{version} -p1
 %cargo_prep
 
 %generate_buildrequires
@@ -125,6 +130,9 @@ install -pDm0644 docs/texinfo/slixmpp.xml \
 
 
 %changelog
+* Sun Jul 05 2026 Benjamin A. Beasley <code@musicinmybrain.net> - 1.13.2-3
+- Update PyO3 to 0.29
+
 * Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 1.13.2-2
 - Rebuilt for Python 3.15
 

diff --git a/slixmpp-1.13.2-pyo3-0.29.patch b/slixmpp-1.13.2-pyo3-0.29.patch
new file mode 100644
index 0000000..899ae26
--- /dev/null
+++ b/slixmpp-1.13.2-pyo3-0.29.patch
@@ -0,0 +1,12 @@
+diff -Naur slixmpp-1.13.2-original/Cargo.toml slixmpp-1.13.2/Cargo.toml
+--- slixmpp-1.13.2-original/Cargo.toml	2026-02-08 18:44:04.000000000 +0000
++++ slixmpp-1.13.2/Cargo.toml	2026-07-05 11:21:41.366662197 +0100
+@@ -7,7 +7,7 @@
+ 
+ [dependencies]
+ jid = "0.12"
+-pyo3 = { version = "0.27", features = ["extension-module"] }
++pyo3 = { version = "0.29", features = ["extension-module"] }
+ 
+ [lib]
+ name = "jid"

                 reply	other threads:[~2026-07-06  5:01 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=178331411530.1.2701289662924695514.rpms-python-slixmpp-ab1829fed18b@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