public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-jiter] rawhide: Update to version 0.17.0; Fixes RHBZ#2532593
@ 2026-09-13 21:18 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-13 21:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-jiter
Branch : rawhide
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=rawhide

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

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

only message in thread, other threads:[~2026-09-13 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-13 21:18 [rpms/rust-jiter] rawhide: Update to version 0.17.0; Fixes RHBZ#2532593 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