Skip to content

Commit 593d804

Browse files
author
romankoshelev
committed
Update ICU to 76.1
commit_hash:908cd3760bb1e3e7ffecef62acf9b632d8ca31a4
1 parent 4ab2331 commit 593d804

File tree

396 files changed

+17655
-16592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

396 files changed

+17655
-16592
lines changed

contrib/libs/icu/.yandex_meta/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
def post_build(self):
1010
# copying icudt.dat file from original repository
11-
icu_dat_path = f"{self.srcdir}/data/in/icudt75l.dat"
12-
rodata_path = f"{self.dstdir}/icudt75_dat.rodata"
11+
icu_dat_path = f"{self.srcdir}/data/in/icudt76l.dat"
12+
rodata_path = f"{self.dstdir}/icudt76_dat.rodata"
1313
shutil.copy(icu_dat_path, rodata_path)
1414

1515

1616
def post_install(self):
1717
result_target = self.yamakes["."]
1818

19-
result_target.SRCS.add("icudt75_dat.rodata")
19+
result_target.SRCS.add("icudt76_dat.rodata")
2020

2121
result_target.CFLAGS = [
2222
"-DU_COMMON_IMPLEMENTATION",

contrib/libs/icu/.yandex_meta/devtools.copyrights.report

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ BELONGS ya.make
16011601
Score : 100.00
16021602
Match type : COPYRIGHT
16031603
Files with this license:
1604-
LICENSE [440:441]
1604+
LICENSE [468:469]
16051605

16061606
KEEP COPYRIGHT_SERVICE_LABEL 5f05b10e1950e5d7e3ebd28e04ee09d5
16071607
BELONGS ya.make
@@ -2156,7 +2156,7 @@ BELONGS ya.make
21562156
Score : 100.00
21572157
Match type : COPYRIGHT
21582158
Files with this license:
2159-
LICENSE [440:441]
2159+
LICENSE [468:469]
21602160

21612161
KEEP COPYRIGHT_SERVICE_LABEL 863ed5a91853ff39803980ae8c89be56
21622162
BELONGS ya.make
@@ -2334,7 +2334,7 @@ BELONGS ya.make
23342334
Score : 100.00
23352335
Match type : COPYRIGHT
23362336
Files with this license:
2337-
LICENSE [504:504]
2337+
LICENSE [532:532]
23382338

23392339
KEEP COPYRIGHT_SERVICE_LABEL 8bbce99b686530a3582b17254424cf52
23402340
BELONGS ya.make
@@ -2531,8 +2531,7 @@ BELONGS ya.make
25312531
KEEP COPYRIGHT_SERVICE_LABEL 93c4a85915c1f800bd94a4e22b075152
25322532
BELONGS ya.make
25332533
License text:
2534-
<i>© 2016 and later: Unicode, Inc. and others. License &amp; terms of use: http://www.unicode.org/copyright.html</i>
2535-
<i>© 1995-2016 International Business Machines Corporation and others</i>
2534+
(c) 2016 and later Unicode, Inc. and others
25362535
Scancode info:
25372536
Original SPDX id: COPYRIGHT_SERVICE_LABEL
25382537
Score : 100.00
@@ -3451,7 +3450,18 @@ BELONGS ya.make
34513450
Score : 100.00
34523451
Match type : COPYRIGHT
34533452
Files with this license:
3454-
i18n/messageformat2.cpp [547:549]
3453+
i18n/messageformat2.cpp [523:525]
3454+
3455+
KEEP COPYRIGHT_SERVICE_LABEL a021d3bd6d6cbb97cbccc0ab1586c491
3456+
BELONGS ya.make
3457+
License text:
3458+
Copyright (c) 2013-2022 Niels Lohmann
3459+
Scancode info:
3460+
Original SPDX id: COPYRIGHT_SERVICE_LABEL
3461+
Score : 100.00
3462+
Match type : COPYRIGHT
3463+
Files with this license:
3464+
LICENSE [442:442]
34553465

34563466
KEEP COPYRIGHT_SERVICE_LABEL a2e73c1b5033a91a4568b306596e332b
34573467
BELONGS ya.make
@@ -3830,7 +3840,19 @@ BELONGS ya.make
38303840
Score : 100.00
38313841
Match type : COPYRIGHT
38323842
Files with this license:
3833-
APIChangeReport.html [1624:1626]
3843+
APIChangeReport.html [1173:1175]
3844+
3845+
KEEP COPYRIGHT_SERVICE_LABEL c1b7297fc443f46a1d1de36f8b788822
3846+
BELONGS ya.make
3847+
License text:
3848+
_this->toUBytes[_this->toULength++] = static_cast<uint8_t>(c);
3849+
value = getKey_2022(c, reinterpret_cast<int32_t*>(&key), &offset);
3850+
Scancode info:
3851+
Original SPDX id: COPYRIGHT_SERVICE_LABEL
3852+
Score : 100.00
3853+
Match type : COPYRIGHT
3854+
Files with this license:
3855+
common/ucnv2022.cpp [841:842]
38343856

38353857
KEEP COPYRIGHT_SERVICE_LABEL c23d9e061ec6d06fc6dd96a82a5984cc
38363858
BELONGS ya.make
@@ -4332,7 +4354,7 @@ BELONGS ya.make
43324354
Score : 100.00
43334355
Match type : COPYRIGHT
43344356
Files with this license:
4335-
i18n/messageformat2.cpp [605:615]
4357+
i18n/messageformat2.cpp [581:591]
43364358

43374359
KEEP COPYRIGHT_SERVICE_LABEL eed7e8b3d80757822970ac3a50dd6716
43384360
BELONGS ya.make

0 commit comments

Comments
 (0)