public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pydantic-core] rawhide: Allow jiter 0.16
@ 2026-06-30  6:02 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-30  6:02 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-pydantic-core
Branch : rawhide
Commit : b9aa3b1fe2efcbdc5c56167949fd258e781e89f5
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-30T06:57:23+01:00
Stats  : +3/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pydantic-core/c/b9aa3b1fe2efcbdc5c56167949fd258e781e89f5?branch=rawhide

Log:
Allow jiter 0.16

---
diff --git a/pydantic-core-fix-metadata.diff b/pydantic-core-fix-metadata.diff
index d02cd28..ab7143e 100644
--- a/pydantic-core-fix-metadata.diff
+++ b/pydantic-core-fix-metadata.diff
@@ -6,7 +6,7 @@ diff -Naur ./pydantic_core-2.46.4-original/Cargo.toml pydantic_core-2.46.4/Cargo
  num-traits = "0.2.19"
  uuid = "1.23.0"
 -jiter = { version = "0.14.0", features = ["python"] }
-+jiter = { version = ">=0.14.0, <0.16.0", features = ["python"] }
++jiter = { version = ">=0.14.0, <0.17.0", features = ["python"] }
  hex = "0.4.3"
  percent-encoding = "2.3.2"
  hashbrown = { version = "0.16", default-features = false, features = ["inline-more"] }

diff --git a/python-pydantic-core.spec b/python-pydantic-core.spec
index 75433e4..d5add0d 100644
--- a/python-pydantic-core.spec
+++ b/python-pydantic-core.spec
@@ -19,7 +19,8 @@ URL:            https://github.com/pydantic/pydantic-core
 Source:         %{pypi_source pydantic_core}
 
 # Manually created patch for downstream crate metadata changes
-# * Allow jiter 0.15. API changes from 0.14 to 0.15 are purely additive, so
+# * Allow jiter 0.15 and 0.16. API changes from 0.14 to 0.16 are purely
+#   additive, plus switching to PyO3 0.29, which we are also doing here, so
 #   this is compatible. Downstream-only because jiter is developed by the
 #   Pydantic people, and we can reasonably assume that they will update in due
 #   course without prompting from us.

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

only message in thread, other threads:[~2026-06-30  6:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30  6:02 [rpms/python-pydantic-core] rawhide: Allow jiter 0.16 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