public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-jiter] f44: Update to PyO3 0.29
@ 2026-06-29 12:19 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-29 12:19 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-jiter
Branch : f44
Commit : e4813371dff05d1f77ba73090b5f08419f37d553
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-20T09:32:33+01:00
Stats  : +30/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-jiter/c/e4813371dff05d1f77ba73090b5f08419f37d553?branch=f44

Log:
Update to PyO3 0.29

---
diff --git a/jiter-fix-metadata.diff b/jiter-fix-metadata.diff
index ad71cb4..be39510 100644
--- a/jiter-fix-metadata.diff
+++ b/jiter-fix-metadata.diff
@@ -1,6 +1,13 @@
 --- jiter-0.15.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ jiter-0.15.0/Cargo.toml	2026-05-19T12:28:52.035031+00:00
-@@ -100,9 +100,6 @@
++++ jiter-0.15.0/Cargo.toml	2026-06-20T08:32:20.818684+00:00
+@@ -94,20 +94,17 @@
+ version = "0.2.16"
+ 
+ [dependencies.pyo3]
+-version = "0.28.2"
++version = "0.29.0"
+ optional = true
+ 
  [dependencies.smallvec]
  version = "1.11.0"
  
@@ -10,3 +17,18 @@
  [dev-dependencies.paste]
  version = "1.0.7"
  
+ [dev-dependencies.pyo3]
+-version = "0.28.2"
++version = "0.29.0"
+ features = ["auto-initialize"]
+ 
+ [dev-dependencies.serde]
+@@ -122,7 +119,7 @@
+ ]
+ 
+ [build-dependencies.pyo3-build-config]
+-version = "0.28.2"
++version = "0.29.0"
+ optional = true
+ 
+ [lints.clippy]

diff --git a/rust-jiter.spec b/rust-jiter.spec
index 38bfe5e..b08dcc7 100644
--- a/rust-jiter.spec
+++ b/rust-jiter.spec
@@ -14,6 +14,8 @@ URL:            https://crates.io/crates/jiter
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * Omit benchmark-only dependency codspeed-criterion-compat
+# * Update to PyO3 0.29 (#254):
+#   https://github.com/pydantic/jiter/commit/2fe4246c71c003ddb32c943e3b432925f05f7d3c
 Patch:          jiter-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index f932386..8535a30 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,4 +1,8 @@
 [package]
 cargo-toml-patch-comments = [
     "Omit benchmark-only dependency codspeed-criterion-compat",
+    """\
+Update to PyO3 0.29 (#254): \
+https://github.com/pydantic/jiter/commit/2fe4246c71c003ddb32c943e3b432925f05f7d3c\
+""",
 ]

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

only message in thread, other threads:[~2026-06-29 12:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:19 [rpms/rust-jiter] f44: Update to 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