diff options
| author | robot-contrib <[email protected]> | 2025-04-26 11:39:03 +0300 |
|---|---|---|
| committer | robot-contrib <[email protected]> | 2025-04-26 12:21:44 +0300 |
| commit | bb8a26ab1d6b8c8d7944d6201a93481b585d4826 (patch) | |
| tree | f3c96e809336546bac139938e9e513521734bcf0 /contrib | |
| parent | b395ce019a5f31c5d95006dadf5242f56cfc1e79 (diff) | |
Update contrib/restricted/boost/lexical_cast to 1.88.0
commit_hash:9f9e5240637a9026aa84d5763ef58d1ca5a7c069
Diffstat (limited to 'contrib')
17 files changed, 24 insertions, 24 deletions
diff --git a/contrib/restricted/boost/lexical_cast/.yandex_meta/default.nix b/contrib/restricted/boost/lexical_cast/.yandex_meta/default.nix index fe742a402e2..c9b14b8f725 100644 --- a/contrib/restricted/boost/lexical_cast/.yandex_meta/default.nix +++ b/contrib/restricted/boost/lexical_cast/.yandex_meta/default.nix @@ -1,13 +1,13 @@ self: super: with self; rec { boost_lexical_cast = stdenv.mkDerivation rec { pname = "boost_lexical_cast"; - version = "1.87.0"; + version = "1.88.0"; src = fetchFromGitHub { owner = "boostorg"; repo = "lexical_cast"; rev = "boost-${version}"; - hash = "sha256-kqWpyd5pKbNPmYh6nu5rUIVDbGSYP/c3ZjoW3ggn0qQ="; + hash = "sha256-gG8lZALzuowQ6YYC8HAEpcQOlhCKLds17A7afOlfxGE="; }; }; } diff --git a/contrib/restricted/boost/lexical_cast/.yandex_meta/devtools.copyrights.report b/contrib/restricted/boost/lexical_cast/.yandex_meta/devtools.copyrights.report index aba1db79a0f..b4ff33fb9ba 100644 --- a/contrib/restricted/boost/lexical_cast/.yandex_meta/devtools.copyrights.report +++ b/contrib/restricted/boost/lexical_cast/.yandex_meta/devtools.copyrights.report @@ -60,7 +60,7 @@ BELONGS ya.make License text: // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. - // Copyright Antony Polukhin, 2011-2024. + // Copyright Antony Polukhin, 2011-2025. Scancode info: Original SPDX id: COPYRIGHT_SERVICE_LABEL Score : 100.00 @@ -79,12 +79,12 @@ BELONGS ya.make include/boost/lexical_cast/detail/widest_char.hpp [1:3] include/boost/lexical_cast/try_lexical_convert.hpp [1:3] -KEEP COPYRIGHT_SERVICE_LABEL 8974b0c1dff112772f6f0fcdf1ac331a +KEEP COPYRIGHT_SERVICE_LABEL 7d173adf59aa8ff4e0e43f078d387928 BELONGS ya.make License text: // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. - // Copyright Antony Polukhin, 2011-2024. + // Copyright Antony Polukhin, 2011-2025. Scancode info: Original SPDX id: COPYRIGHT_SERVICE_LABEL Score : 100.00 @@ -92,6 +92,7 @@ BELONGS ya.make Files with this license: include/boost/lexical_cast.hpp [1:3] include/boost/lexical_cast/bad_lexical_cast.hpp [1:3] + include/boost/lexical_cast/detail/buffer_view.hpp [1:1] include/boost/lexical_cast/detail/converter_lexical.hpp [1:3] include/boost/lexical_cast/detail/converter_lexical_streams.hpp [1:3] include/boost/lexical_cast/detail/converter_numeric.hpp [1:3] @@ -103,12 +104,12 @@ BELONGS ya.make include/boost/lexical_cast/detail/widest_char.hpp [1:3] include/boost/lexical_cast/try_lexical_convert.hpp [1:3] -KEEP COPYRIGHT_SERVICE_LABEL 9f8ddedc31fda0856ae4d05bb2d4001b +KEEP COPYRIGHT_SERVICE_LABEL 8974b0c1dff112772f6f0fcdf1ac331a BELONGS ya.make License text: // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. - // Copyright Antony Polukhin, 2011-2024. + // Copyright Antony Polukhin, 2011-2025. Scancode info: Original SPDX id: COPYRIGHT_SERVICE_LABEL Score : 100.00 @@ -116,7 +117,6 @@ BELONGS ya.make Files with this license: include/boost/lexical_cast.hpp [1:3] include/boost/lexical_cast/bad_lexical_cast.hpp [1:3] - include/boost/lexical_cast/detail/buffer_view.hpp [1:1] include/boost/lexical_cast/detail/converter_lexical.hpp [1:3] include/boost/lexical_cast/detail/converter_lexical_streams.hpp [1:3] include/boost/lexical_cast/detail/converter_numeric.hpp [1:3] diff --git a/contrib/restricted/boost/lexical_cast/.yandex_meta/licenses.list.txt b/contrib/restricted/boost/lexical_cast/.yandex_meta/licenses.list.txt index 3dec20fdce0..61045c7318b 100644 --- a/contrib/restricted/boost/lexical_cast/.yandex_meta/licenses.list.txt +++ b/contrib/restricted/boost/lexical_cast/.yandex_meta/licenses.list.txt @@ -27,4 +27,4 @@ Distributed under the [Boost Software License, Version 1.0](https://boost.org/LI ====================COPYRIGHT==================== // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast.hpp index 1984e81f398..1e61e76fa8b 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/bad_lexical_cast.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/bad_lexical_cast.hpp index 10d1b5251bf..11eba7b5937 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/bad_lexical_cast.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/bad_lexical_cast.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/buffer_view.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/buffer_view.hpp index 9b1c68271c8..36624c61fc6 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/buffer_view.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/buffer_view.hpp @@ -1,4 +1,4 @@ -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_lexical.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_lexical.hpp index cd9f76f5420..7cda69807be 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_lexical.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_lexical.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_lexical_streams.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_lexical_streams.hpp index 4e35a7270a3..5f5b9fed1e5 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_lexical_streams.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_lexical_streams.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_numeric.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_numeric.hpp index 167473b3632..78732748773 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_numeric.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/converter_numeric.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/inf_nan.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/inf_nan.hpp index c543e47ae0b..68546e628e1 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/inf_nan.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/inf_nan.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/is_character.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/is_character.hpp index f9b22345665..1079d7dd9e3 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/is_character.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/is_character.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_basic_unlockedbuf.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_basic_unlockedbuf.hpp index 18168c5dbd6..141d3c6b981 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_basic_unlockedbuf.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_basic_unlockedbuf.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_char_constants.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_char_constants.hpp index 8be09dc3e22..d6b5cf2756f 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_char_constants.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_char_constants.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp index a899b2672f0..9e43c6021c3 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/widest_char.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/widest_char.hpp index 2db928c5d2d..b25942b029e 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/widest_char.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/detail/widest_char.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/try_lexical_convert.hpp b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/try_lexical_convert.hpp index 35cc68703ed..f2605c03dbe 100644 --- a/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/try_lexical_convert.hpp +++ b/contrib/restricted/boost/lexical_cast/include/boost/lexical_cast/try_lexical_convert.hpp @@ -1,6 +1,6 @@ // Copyright Kevlin Henney, 2000-2005. // Copyright Alexander Nasonov, 2006-2010. -// Copyright Antony Polukhin, 2011-2024. +// Copyright Antony Polukhin, 2011-2025. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/contrib/restricted/boost/lexical_cast/ya.make b/contrib/restricted/boost/lexical_cast/ya.make index 4f664aa61fb..32dd24642b2 100644 --- a/contrib/restricted/boost/lexical_cast/ya.make +++ b/contrib/restricted/boost/lexical_cast/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.87.0) +VERSION(1.88.0) -ORIGINAL_SOURCE(https://github.com/boostorg/lexical_cast/archive/boost-1.87.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/lexical_cast/archive/boost-1.88.0.tar.gz) PEERDIR( contrib/restricted/boost/config |
