public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-slixmpp] rawhide: Update PyO3 to 0.29
@ 2026-07-06 5:01 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-06 5:01 UTC (permalink / raw)
To: git-commits
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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 5:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 5:01 [rpms/python-slixmpp] rawhide: 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