Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *fastfloat* to *8.3.0* has Succeeded.
Next steps:
- apply the patch: git am 0001-fastfloat-upgrade-8.2.10-8.3.0.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From d9d1263f70664b76c4bd589acf79ab2cdf50ca58 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Wed, 16 Sep 2026 05:15:47 +0000
Subject: [PATCH] fastfloat: upgrade 8.2.10 -> 8.3.0
b0ab987 Version 8.3.0
3254622 Add chars_format::javascript_sloppy (Annex B
NonOctalDecimalIntegerLiteral)
e0e355c Merge pull request #407 from fastfloat/javascript-format
4fcb7e3 Fix clang-format 17 on FASTFLOAT_ASSERT macros
f837a78 Add chars_format::javascript (ECMAScript DecimalLiteral)
a8a02f7 Merge pull request #405 from fastfloat/old-style-cast
12e310a Avoid old-style casts
13ecd70 Merge pull request #399 from dg0yt/max
a1f63a8 Merge pull request #404 from latent-9/docs/fix-strtod-typo
37fb7d7 docs: fix strtod function name in README
c335514 Fix compat with min() macro
ec239e0 Fix compat with max() macro
f6df0f2 Merge pull request #398 from redis-performance/exp062-063-combo
11c390b Merge pull request #396 from
fastfloat/dependabot/github_actions/github-actions-640176b5ab
1fa146e Bump actions/checkout in the github-actions group across 1 directory
ce25f0d Remove Stars section from README
46b2fba Reconcile redis-perf/optim: content superseded by upstream
#381/#382/#387
5082489 EXP-063: test the mode-independent mantissa bound before the
rounds_to_nearest probe
f4f36e0 EXP-062: enable the 4-digit SWAR fraction follow-up on all compilers
(drop __clang__ gate)
8ec5d23 Merge pull request #395 from sahvx655-wq/is-space-signed-compare
c539b53 guard is_space against negative signed code units
3ff2c0b EXP-053: clang-format (reflow comment + expression wrap; no semantic
change)
a30c1f3 EXP-053: 4-digit SWAR follow-up in loop_parse_if_eight_digits, GCC path
(ffc EXP-001)
ee84946 EXP-052: 2x unroll of char loop_parse_if_eight_digits (ported from ffc
EXP-044)
8db9edb EXP-050: straight-line nested-if integer-part scan (ported from ffc
EXP-026/028)
---
.../fastfloat/{fastfloat_8.2.10.bb => fastfloat_8.3.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/fastfloat/{fastfloat_8.2.10.bb =>
fastfloat_8.3.0.bb} (90%)
diff --git a/meta/recipes-devtools/fastfloat/fastfloat_8.2.10.bb
b/meta/recipes-devtools/fastfloat/fastfloat_8.3.0.bb
similarity index 90%
rename from meta/recipes-devtools/fastfloat/fastfloat_8.2.10.bb
rename to meta/recipes-devtools/fastfloat/fastfloat_8.3.0.bb
index 3a5635bdeb..a041f32988 100644
--- a/meta/recipes-devtools/fastfloat/fastfloat_8.2.10.bb
+++ b/meta/recipes-devtools/fastfloat/fastfloat_8.3.0.bb
@@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = " \
SRC_URI =
"git://github.com/fastfloat/fast_float.git;protocol=https;branch=main;tag=v${PV}"
-SRCREV = "34164f547b7df3f5d794ff67e9f885c36819ebfc"
+SRCREV = "b0ab987b3dfdde13fa1915f65ef2a5c068d9208c"
inherit cmake
--
2.47.1
0001-fastfloat-upgrade-8.2.10-8.3.0.patch
Description: Binary data
Changelog for fastfloat: 8.2.10 -> 8.3.0 b0ab987 Version 8.3.0 3254622 Add chars_format::javascript_sloppy (Annex B NonOctalDecimalIntegerLiteral) e0e355c Merge pull request #407 from fastfloat/javascript-format 4fcb7e3 Fix clang-format 17 on FASTFLOAT_ASSERT macros f837a78 Add chars_format::javascript (ECMAScript DecimalLiteral) a8a02f7 Merge pull request #405 from fastfloat/old-style-cast 12e310a Avoid old-style casts 13ecd70 Merge pull request #399 from dg0yt/max a1f63a8 Merge pull request #404 from latent-9/docs/fix-strtod-typo 37fb7d7 docs: fix strtod function name in README c335514 Fix compat with min() macro ec239e0 Fix compat with max() macro f6df0f2 Merge pull request #398 from redis-performance/exp062-063-combo 11c390b Merge pull request #396 from fastfloat/dependabot/github_actions/github-actions-640176b5ab 1fa146e Bump actions/checkout in the github-actions group across 1 directory ce25f0d Remove Stars section from README 46b2fba Reconcile redis-perf/optim: content superseded by upstream #381/#382/#387 5082489 EXP-063: test the mode-independent mantissa bound before the rounds_to_nearest probe f4f36e0 EXP-062: enable the 4-digit SWAR fraction follow-up on all compilers (drop __clang__ gate) 8ec5d23 Merge pull request #395 from sahvx655-wq/is-space-signed-compare c539b53 guard is_space against negative signed code units 3ff2c0b EXP-053: clang-format (reflow comment + expression wrap; no semantic change) a30c1f3 EXP-053: 4-digit SWAR follow-up in loop_parse_if_eight_digits, GCC path (ffc EXP-001) ee84946 EXP-052: 2x unroll of char loop_parse_if_eight_digits (ported from ffc EXP-044) 8db9edb EXP-050: straight-line nested-if integer-part scan (ported from ffc EXP-026/028)
packages/x86-64-v3-poky-linux/fastfloat/fastfloat-dbg: PKGV changed from 8.2.10 [default] to 8.3.0 [default] packages/x86-64-v3-poky-linux/fastfloat/fastfloat-dbg: PV changed from "8.2.10" to "8.3.0" packages/x86-64-v3-poky-linux/fastfloat/fastfloat-dev: PKGSIZE changed from 181252 to 185076 (+2%) packages/x86-64-v3-poky-linux/fastfloat/fastfloat-dev: PKGV changed from 8.2.10 [default] to 8.3.0 [default] packages/x86-64-v3-poky-linux/fastfloat/fastfloat-dev: PV changed from "8.2.10" to "8.3.0" packages/x86-64-v3-poky-linux/fastfloat/fastfloat-doc: PKGV changed from 8.2.10 [default] to 8.3.0 [default] packages/x86-64-v3-poky-linux/fastfloat/fastfloat-doc: PV changed from "8.2.10" to "8.3.0" packages/x86-64-v3-poky-linux/fastfloat/fastfloat-locale: PKGV changed from 8.2.10 [default] to 8.3.0 [default] packages/x86-64-v3-poky-linux/fastfloat/fastfloat-locale: PV changed from "8.2.10" to "8.3.0" packages/x86-64-v3-poky-linux/fastfloat/fastfloat-src: PKGV changed from 8.2.10 [default] to 8.3.0 [default] packages/x86-64-v3-poky-linux/fastfloat/fastfloat-src: PV changed from "8.2.10" to "8.3.0" packages/x86-64-v3-poky-linux/fastfloat/fastfloat-staticdev: PKGV changed from 8.2.10 [default] to 8.3.0 [default] packages/x86-64-v3-poky-linux/fastfloat/fastfloat-staticdev: PV changed from "8.2.10" to "8.3.0" packages/x86-64-v3-poky-linux/fastfloat/fastfloat: PKGV changed from 8.2.10 [default] to 8.3.0 [default] packages/x86-64-v3-poky-linux/fastfloat/fastfloat: PV changed from "8.2.10" to "8.3.0" packages/x86-64-v3-poky-linux/fastfloat: SRC_URI changed from "git://github.com/fastfloat/fast_float.git;protocol=https;branch=main;tag=v8.2.10" to "git://github.com/fastfloat/fast_float.git;protocol=https;branch=main;tag=v8.3.0" packages/x86-64-v3-poky-linux/fastfloat: PKGV changed from 8.2.10 [default] to 8.3.0 [default] packages/x86-64-v3-poky-linux/fastfloat: PV changed from "8.2.10" to "8.3.0"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#245916): https://lists.openembedded.org/g/openembedded-core/message/245916 Mute This Topic: https://lists.openembedded.org/mt/121274783/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
