public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-logbook] f44: Update PyO3 to 0.29
@ 2026-07-02 19:27 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-02 19:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-logbook
Branch : f44
Commit : ed9874307d9f1e198b6b9baecb982301deeb674d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-02T10:24:47+01:00
Stats : +22/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-logbook/c/ed9874307d9f1e198b6b9baecb982301deeb674d?branch=f44
Log:
Update PyO3 to 0.29
---
diff --git a/logbook-1.9.2-pyo3-0.29.patch b/logbook-1.9.2-pyo3-0.29.patch
new file mode 100644
index 0000000..393884f
--- /dev/null
+++ b/logbook-1.9.2-pyo3-0.29.patch
@@ -0,0 +1,10 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index 1618cf89..722d5a26 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -13,4 +13,4 @@ rust-version = "1.74"
+ license = "BSD-3-Clause"
+
+ [workspace.dependencies]
+-pyo3 = "0.27"
++pyo3 = "0.29"
diff --git a/python-logbook.spec b/python-logbook.spec
index 711de98..0d7471c 100644
--- a/python-logbook.spec
+++ b/python-logbook.spec
@@ -1,6 +1,6 @@
Name: python-logbook
Version: 1.9.2
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A logging replacement for Python
# logbook: BSD-3-Clause
@@ -12,6 +12,14 @@ License: BSD-3-Clause AND MIT AND (MIT OR Apache-2.0)
URL: https://logbook.readthedocs.io
Source0: https://github.com/getlogbook/logbook/archive/%{version}.tar.gz#/Logbook-%{version}.tar.gz
+# Bump pyo3 from 0.27.2 to 0.29.0
+# https://github.com/getlogbook/logbook/pull/581
+# Without changes to Cargo.lock
+#
+# https://forge.fedoraproject.org/rust/backlog/issues/31
+# Resolves RUSTSEC-2026-0176, RUSTSEC-2026-0177.
+Patch: logbook-1.9.2-pyo3-0.29.patch
+
%description
Logbook is a logging system for Python that replaces the standard library's
logging module. It was designed with both complex and simple applications
@@ -64,6 +72,9 @@ Logbook can do that.
%license LICENSE.dependencies
%changelog
+* Thu Jul 02 2026 Benjamin A. Beasley <code@musicinmybrain.net> - 1.9.2-5
+- Update PyO3 to 0.29
+
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 1.9.2-4
- Rebuilt for Python 3.15
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-02 19:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 19:27 [rpms/python-logbook] 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