aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-08-23 10:55:51 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-08-23 11:03:55 +0300
commit6494b885fc509f8bb4bee9de2fdc877f7076801d (patch)
tree2b9d54da4fa291d5a3663bccf00dc8e79d403cb2
parent86410a8833e6d17a11a23534d2ce2948f1c11193 (diff)
downloadydb-6494b885fc509f8bb4bee9de2fdc877f7076801d.tar.gz
Intermediate changes
-rw-r--r--contrib/libs/base64/avx2/ya.make2
-rw-r--r--contrib/libs/base64/neon32/ya.make2
-rw-r--r--contrib/libs/base64/neon64/ya.make2
-rw-r--r--contrib/libs/base64/plain32/ya.make2
-rw-r--r--contrib/libs/base64/plain64/ya.make2
-rw-r--r--contrib/libs/base64/ssse3/ya.make2
-rw-r--r--contrib/libs/openssl/apps/ya.make2
-rw-r--r--contrib/libs/openssl/crypto/ya.make2
-rw-r--r--contrib/libs/tcmalloc/default/ya.make2
-rw-r--r--contrib/libs/tcmalloc/no_percpu_cache/ya.make2
-rw-r--r--contrib/libs/tcmalloc/numa_256k/ya.make2
-rw-r--r--contrib/libs/tcmalloc/numa_large_pages/ya.make2
-rw-r--r--contrib/libs/tcmalloc/small_but_slow/ya.make2
-rw-r--r--contrib/python/hypothesis/py3/.dist-info/METADATA2
-rw-r--r--contrib/python/hypothesis/py3/hypothesis/strategies/_internal/types.py8
-rw-r--r--contrib/python/hypothesis/py3/hypothesis/version.py2
-rw-r--r--contrib/python/hypothesis/py3/ya.make2
-rw-r--r--contrib/python/matplotlib/py2/extern/agg24-svn/ya.make2
-rw-r--r--contrib/python/matplotlib/py2/extern/ttconv/ya.make2
-rw-r--r--contrib/python/matplotlib/py2/matplotlib/tri/ya.make2
-rw-r--r--contrib/python/matplotlib/py2/src/ya.make2
-rw-r--r--contrib/tools/python/base/ya.make2
-rw-r--r--contrib/tools/python/include/ya.make2
-rw-r--r--contrib/tools/python/lib/ya.make2
-rw-r--r--contrib/tools/python/src/Modules/_sqlite/ya.make2
25 files changed, 51 insertions, 5 deletions
diff --git a/contrib/libs/base64/avx2/ya.make b/contrib/libs/base64/avx2/ya.make
index d94d6c9061..df7a905a39 100644
--- a/contrib/libs/base64/avx2/ya.make
+++ b/contrib/libs/base64/avx2/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(0.3.0)
+
LICENSE(
BSD-2-Clause AND
MIT
diff --git a/contrib/libs/base64/neon32/ya.make b/contrib/libs/base64/neon32/ya.make
index 0e5890b95c..434f91b78f 100644
--- a/contrib/libs/base64/neon32/ya.make
+++ b/contrib/libs/base64/neon32/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(0.3.0)
+
LICENSE(
BSD-2-Clause AND
MIT
diff --git a/contrib/libs/base64/neon64/ya.make b/contrib/libs/base64/neon64/ya.make
index fc89901e70..7f2a5f7493 100644
--- a/contrib/libs/base64/neon64/ya.make
+++ b/contrib/libs/base64/neon64/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(0.3.0)
+
LICENSE(
BSD-2-Clause AND
MIT
diff --git a/contrib/libs/base64/plain32/ya.make b/contrib/libs/base64/plain32/ya.make
index ead784215c..f978210f06 100644
--- a/contrib/libs/base64/plain32/ya.make
+++ b/contrib/libs/base64/plain32/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(0.3.0)
+
LICENSE(
BSD-2-Clause AND
MIT
diff --git a/contrib/libs/base64/plain64/ya.make b/contrib/libs/base64/plain64/ya.make
index ead784215c..f978210f06 100644
--- a/contrib/libs/base64/plain64/ya.make
+++ b/contrib/libs/base64/plain64/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(0.3.0)
+
LICENSE(
BSD-2-Clause AND
MIT
diff --git a/contrib/libs/base64/ssse3/ya.make b/contrib/libs/base64/ssse3/ya.make
index 3f686dfda0..16055eac9a 100644
--- a/contrib/libs/base64/ssse3/ya.make
+++ b/contrib/libs/base64/ssse3/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(0.3.0)
+
LICENSE(
BSD-2-Clause AND
MIT
diff --git a/contrib/libs/openssl/apps/ya.make b/contrib/libs/openssl/apps/ya.make
index 4ecd259b07..b53b8caff9 100644
--- a/contrib/libs/openssl/apps/ya.make
+++ b/contrib/libs/openssl/apps/ya.make
@@ -1,5 +1,7 @@
PROGRAM(openssl)
+VERSION(1.1.1t)
+
LICENSE(
OpenSSL AND
Public-Domain
diff --git a/contrib/libs/openssl/crypto/ya.make b/contrib/libs/openssl/crypto/ya.make
index c6e9d82018..f588d9ff98 100644
--- a/contrib/libs/openssl/crypto/ya.make
+++ b/contrib/libs/openssl/crypto/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(1.1.1t)
+
LICENSE(
Apache-2.0 AND
BSD-2-Clause AND
diff --git a/contrib/libs/tcmalloc/default/ya.make b/contrib/libs/tcmalloc/default/ya.make
index b610084ea6..25a88b4bde 100644
--- a/contrib/libs/tcmalloc/default/ya.make
+++ b/contrib/libs/tcmalloc/default/ya.make
@@ -2,6 +2,8 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
+VERSION(2021-10-04-45c59ccbc062ac96d83710205033c656e490d376)
+
LICENSE(Apache-2.0)
ALLOCATOR_IMPL()
diff --git a/contrib/libs/tcmalloc/no_percpu_cache/ya.make b/contrib/libs/tcmalloc/no_percpu_cache/ya.make
index cd57c6e24d..a6b3ce700c 100644
--- a/contrib/libs/tcmalloc/no_percpu_cache/ya.make
+++ b/contrib/libs/tcmalloc/no_percpu_cache/ya.make
@@ -2,6 +2,8 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
+VERSION(2021-10-04-45c59ccbc062ac96d83710205033c656e490d376)
+
LICENSE(Apache-2.0)
ALLOCATOR_IMPL()
diff --git a/contrib/libs/tcmalloc/numa_256k/ya.make b/contrib/libs/tcmalloc/numa_256k/ya.make
index 89fe3f6788..d6b3bb2df3 100644
--- a/contrib/libs/tcmalloc/numa_256k/ya.make
+++ b/contrib/libs/tcmalloc/numa_256k/ya.make
@@ -2,6 +2,8 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
+VERSION(2021-10-04-45c59ccbc062ac96d83710205033c656e490d376)
+
LICENSE(Apache-2.0)
ALLOCATOR_IMPL()
diff --git a/contrib/libs/tcmalloc/numa_large_pages/ya.make b/contrib/libs/tcmalloc/numa_large_pages/ya.make
index 56f658e3fa..8cb48bd423 100644
--- a/contrib/libs/tcmalloc/numa_large_pages/ya.make
+++ b/contrib/libs/tcmalloc/numa_large_pages/ya.make
@@ -2,6 +2,8 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
+VERSION(2021-10-04-45c59ccbc062ac96d83710205033c656e490d376)
+
LICENSE(Apache-2.0)
ALLOCATOR_IMPL()
diff --git a/contrib/libs/tcmalloc/small_but_slow/ya.make b/contrib/libs/tcmalloc/small_but_slow/ya.make
index 19803e9070..6a21988172 100644
--- a/contrib/libs/tcmalloc/small_but_slow/ya.make
+++ b/contrib/libs/tcmalloc/small_but_slow/ya.make
@@ -2,6 +2,8 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
+VERSION(2021-10-04-45c59ccbc062ac96d83710205033c656e490d376)
+
LICENSE(Apache-2.0)
ALLOCATOR_IMPL()
diff --git a/contrib/python/hypothesis/py3/.dist-info/METADATA b/contrib/python/hypothesis/py3/.dist-info/METADATA
index 9a38b4132f..1e09939db8 100644
--- a/contrib/python/hypothesis/py3/.dist-info/METADATA
+++ b/contrib/python/hypothesis/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: hypothesis
-Version: 6.110.0
+Version: 6.110.1
Summary: A library for property-based testing
Home-page: https://hypothesis.works
Author: David R. MacIver and Zac Hatfield-Dodds
diff --git a/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/types.py b/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/types.py
index d5fef48aad..85051cfdbe 100644
--- a/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/types.py
+++ b/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/types.py
@@ -120,7 +120,11 @@ try:
except AttributeError: # pragma: no cover
pass # Is missing for `python<3.10`
try:
- TypeGuardTypes += (typing_extensions.TypeGuard,)
+ TypeGuardTypes += (typing.TypeIs,) # type: ignore
+except AttributeError: # pragma: no cover
+ pass # Is missing for `python<3.13`
+try:
+ TypeGuardTypes += (typing_extensions.TypeGuard, typing_extensions.TypeIs)
except AttributeError: # pragma: no cover
pass # `typing_extensions` might not be installed
@@ -1067,7 +1071,7 @@ def resolve_Callable(thing):
if get_origin(return_type) in TypeGuardTypes:
raise InvalidArgument(
"Hypothesis cannot yet construct a strategy for callables which "
- f"are PEP-647 TypeGuards (got {return_type!r}). "
+ f"are PEP-647 TypeGuards or PEP-742 TypeIs (got {return_type!r}). "
"Consider using an explicit strategy, or opening an issue."
)
diff --git a/contrib/python/hypothesis/py3/hypothesis/version.py b/contrib/python/hypothesis/py3/hypothesis/version.py
index 007af37ae6..e02ca3db87 100644
--- a/contrib/python/hypothesis/py3/hypothesis/version.py
+++ b/contrib/python/hypothesis/py3/hypothesis/version.py
@@ -8,5 +8,5 @@
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at https://mozilla.org/MPL/2.0/.
-__version_info__ = (6, 110, 0)
+__version_info__ = (6, 110, 1)
__version__ = ".".join(map(str, __version_info__))
diff --git a/contrib/python/hypothesis/py3/ya.make b/contrib/python/hypothesis/py3/ya.make
index 7e33dc4497..44835a36ca 100644
--- a/contrib/python/hypothesis/py3/ya.make
+++ b/contrib/python/hypothesis/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(6.110.0)
+VERSION(6.110.1)
LICENSE(MPL-2.0)
diff --git a/contrib/python/matplotlib/py2/extern/agg24-svn/ya.make b/contrib/python/matplotlib/py2/extern/agg24-svn/ya.make
index b8e286b07c..c2ae9ed70f 100644
--- a/contrib/python/matplotlib/py2/extern/agg24-svn/ya.make
+++ b/contrib/python/matplotlib/py2/extern/agg24-svn/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(2.2.5)
+
LICENSE(PSF-2.0)
ADDINCL(
diff --git a/contrib/python/matplotlib/py2/extern/ttconv/ya.make b/contrib/python/matplotlib/py2/extern/ttconv/ya.make
index 847ab2038d..c36ec960b9 100644
--- a/contrib/python/matplotlib/py2/extern/ttconv/ya.make
+++ b/contrib/python/matplotlib/py2/extern/ttconv/ya.make
@@ -1,5 +1,7 @@
PY23_LIBRARY()
+VERSION(2.2.5)
+
LICENSE(PSF-2.0)
NO_WSHADOW()
diff --git a/contrib/python/matplotlib/py2/matplotlib/tri/ya.make b/contrib/python/matplotlib/py2/matplotlib/tri/ya.make
index ca8a632471..fb0545dd9f 100644
--- a/contrib/python/matplotlib/py2/matplotlib/tri/ya.make
+++ b/contrib/python/matplotlib/py2/matplotlib/tri/ya.make
@@ -1,5 +1,7 @@
PY2_LIBRARY()
+VERSION(2.2.5)
+
LICENSE(PSF-2.0)
NO_COMPILER_WARNINGS()
diff --git a/contrib/python/matplotlib/py2/src/ya.make b/contrib/python/matplotlib/py2/src/ya.make
index 544aba3996..486bc04e49 100644
--- a/contrib/python/matplotlib/py2/src/ya.make
+++ b/contrib/python/matplotlib/py2/src/ya.make
@@ -1,5 +1,7 @@
PY2_LIBRARY()
+VERSION(2.2.5)
+
LICENSE(PSF-2.0)
NO_COMPILER_WARNINGS()
diff --git a/contrib/tools/python/base/ya.make b/contrib/tools/python/base/ya.make
index 87f1781146..529e91dbe6 100644
--- a/contrib/tools/python/base/ya.make
+++ b/contrib/tools/python/base/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(2.7.18)
+
LICENSE(PSF-2.0)
NO_WSHADOW()
diff --git a/contrib/tools/python/include/ya.make b/contrib/tools/python/include/ya.make
index f5d002f3eb..7a5fa44866 100644
--- a/contrib/tools/python/include/ya.make
+++ b/contrib/tools/python/include/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(2.7.18)
+
LICENSE(PSF-2.0)
NO_WSHADOW()
diff --git a/contrib/tools/python/lib/ya.make b/contrib/tools/python/lib/ya.make
index 14f6348934..4c72332612 100644
--- a/contrib/tools/python/lib/ya.make
+++ b/contrib/tools/python/lib/ya.make
@@ -2,6 +2,8 @@ LIBRARY()
PROVIDES(python)
+VERSION(2.7.18)
+
LICENSE(PSF-2.0)
INCLUDE(${ARCADIA_ROOT}/contrib/tools/python/pyconfig.inc)
diff --git a/contrib/tools/python/src/Modules/_sqlite/ya.make b/contrib/tools/python/src/Modules/_sqlite/ya.make
index 9859a3923d..827ed85151 100644
--- a/contrib/tools/python/src/Modules/_sqlite/ya.make
+++ b/contrib/tools/python/src/Modules/_sqlite/ya.make
@@ -1,5 +1,7 @@
LIBRARY()
+VERSION(2.7.18)
+
LICENSE(Python-2.0)
PEERDIR(