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] f43: Update to version 0.17.0; Fixes RHBZ#2532593
Date: Sun, 13 Sep 2026 21:20:29 GMT [thread overview]
Message-ID: <178933442983.1.15535452173886816654.rpms-rust-jiter-120ca18585a9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-jiter
Branch : f43
Commit : 120ca18585a9bdcf5d1d4200b047699db1205da4
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-13T09:40:58+01:00
Stats : +31/-8 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-jiter/c/120ca18585a9bdcf5d1d4200b047699db1205da4?branch=f43
Log:
Update to version 0.17.0; Fixes RHBZ#2532593
---
diff --git a/.gitignore b/.gitignore
index 7507b6e..c664406 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/jiter-0.14.0.crate
/jiter-0.15.0.crate
/jiter-0.16.0.crate
+/jiter-0.17.0.crate
diff --git a/jiter-fix-metadata.diff b/jiter-fix-metadata.diff
index 8c65f69..945410a 100644
--- a/jiter-fix-metadata.diff
+++ b/jiter-fix-metadata.diff
@@ -1,11 +1,11 @@
---- 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]
+--- jiter-0.17.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ jiter-0.17.0/Cargo.toml 2026-09-13T08:40:42.924149+00:00
+@@ -124,9 +124,6 @@
version = "1.11.0"
+ features = ["const_new"]
-[dev-dependencies.codspeed-criterion-compat]
--version = "2.7.2"
+-version = "5.0.1"
-
[dev-dependencies.paste]
version = "1.0.7"
diff --git a/rust-jiter.spec b/rust-jiter.spec
index a3a325f..c0bdc18 100644
--- a/rust-jiter.spec
+++ b/rust-jiter.spec
@@ -5,7 +5,7 @@
%global crate jiter
Name: rust-jiter
-Version: 0.16.0
+Version: 0.17.0
Release: %autorelease
Summary: Fast Iterable JSON parser
@@ -100,7 +100,14 @@ use the "serde" feature of the "%{crate}" crate.
%if %{with check}
%check
-%cargo_test
+# * A few tests requires ../json-cases/ from the workspace. We could support
+# these, using the GitHub archive as an extra source to supply the necessary
+# test data, but it doesn’t seem worth it for this small handful of tests.
+%{cargo_test -- -- --exact %{shrink:
+ --skip compare_to_serde_json
+ --skip inf_nan_extension
+ --skip similar_cases_agree
+}}
%endif
%changelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
index f932386..dcc61a6 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,3 +2,18 @@
cargo-toml-patch-comments = [
"Omit benchmark-only dependency codspeed-criterion-compat",
]
+
+[tests]
+comments = [
+ """\
+A few tests requires ../json-cases/ from the workspace. We could support these, \
+using the GitHub archive as an extra source to supply the necessary test data, \
+but it doesn’t seem worth it for this small handful of tests.\
+""",
+]
+skip-exact = true
+skip = [
+ "compare_to_serde_json",
+ "inf_nan_extension",
+ "similar_cases_agree",
+]
diff --git a/sources b/sources
index 886fc88..2df9854 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jiter-0.16.0.crate) = 36ef4f18f1d47ce13b21c47f8db33cb83e1910e057b0ad841ec62ff554e3a817fbb7aef7bb67a0926af3bd49de1e946f97f485c8e13358ef7126278f6e1bc194
+SHA512 (jiter-0.17.0.crate) = 46c7ad483ad35a7c6184a6f38c4e534f3c5d5e9fc4fb5db54c97896024994a026316dca5886d9f3c7b85947d0df053025c3e5e437554d3e7b291a6be90e24302
reply other threads:[~2026-09-13 21:20 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=178933442983.1.15535452173886816654.rpms-rust-jiter-120ca18585a9@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