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/rust-jiter] f44: Update to version 0.16.0; Fixes RHBZ#2494428
Date: Tue, 30 Jun 2026 06:19:49 GMT	[thread overview]
Message-ID: <178280038922.1.5062690870927948862.rpms-rust-jiter-33779711d6cf@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-jiter
Branch : f44
Commit : 33779711d6cfe40cefa155247a6e3bfc5abe838f
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-30T06:43:31+01:00
Stats  : +18/-33 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-jiter/c/33779711d6cfe40cefa155247a6e3bfc5abe838f?branch=f44

Log:
Update to version 0.16.0; Fixes RHBZ#2494428

---
diff --git a/.gitignore b/.gitignore
index 6867e20..7507b6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /jiter-0.12.0.crate
 /jiter-0.14.0.crate
 /jiter-0.15.0.crate
+/jiter-0.16.0.crate

diff --git a/jiter-fix-metadata.diff b/jiter-fix-metadata.diff
index be39510..8c65f69 100644
--- a/jiter-fix-metadata.diff
+++ b/jiter-fix-metadata.diff
@@ -1,13 +1,6 @@
---- jiter-0.15.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ 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
- 
+--- jiter-0.16.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ jiter-0.16.0/Cargo.toml	2026-06-30T05:42:35.684488+00:00
+@@ -110,9 +110,6 @@
  [dependencies.smallvec]
  version = "1.11.0"
  
@@ -17,18 +10,3 @@
  [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 b08dcc7..a3a325f 100644
--- a/rust-jiter.spec
+++ b/rust-jiter.spec
@@ -5,7 +5,7 @@
 %global crate jiter
 
 Name:           rust-jiter
-Version:        0.15.0
+Version:        0.16.0
 Release:        %autorelease
 Summary:        Fast Iterable JSON parser
 
@@ -14,8 +14,6 @@ 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
@@ -75,6 +73,18 @@ use the "python" feature of the "%{crate}" crate.
 %files       -n %{name}+python-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+serde-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+serde-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "serde" feature of the "%{crate}" crate.
+
+%files       -n %{name}+serde-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version} -p1
 %cargo_prep

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 8535a30..f932386 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,8 +1,4 @@
 [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\
-""",
 ]

diff --git a/sources b/sources
index 9781b3e..886fc88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jiter-0.15.0.crate) = dab62b78018c60f30d7c0785bc6f0a1fdecda7b73ed17cc97fd84bdcc33634ab98808191aae677bdea81e4f983747273570c191c015bc5faa438bf8e6672a2a6
+SHA512 (jiter-0.16.0.crate) = 36ef4f18f1d47ce13b21c47f8db33cb83e1910e057b0ad841ec62ff554e3a817fbb7aef7bb67a0926af3bd49de1e946f97f485c8e13358ef7126278f6e1bc194

                 reply	other threads:[~2026-06-30  6:19 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=178280038922.1.5062690870927948862.rpms-rust-jiter-33779711d6cf@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