diff options
25 files changed, 51 insertions, 5 deletions
diff --git a/contrib/libs/base64/avx2/ya.make b/contrib/libs/base64/avx2/ya.make index d94d6c90614..df7a905a39f 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 0e5890b95c1..434f91b78f3 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 fc89901e701..7f2a5f74938 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 ead784215c4..f978210f068 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 ead784215c4..f978210f068 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 3f686dfda00..16055eac9a2 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 4ecd259b071..b53b8caff91 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 c6e9d82018f..f588d9ff988 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 b610084ea6b..25a88b4bdeb 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 cd57c6e24d0..a6b3ce700c4 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 89fe3f67888..d6b3bb2df31 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 56f658e3faf..8cb48bd4231 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 19803e9070c..6a21988172f 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 9a38b4132f4..1e09939db8f 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 d5fef48aad6..85051cfdbe6 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 007af37ae6e..e02ca3db876 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 7e33dc44974..44835a36ca2 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 b8e286b07c4..c2ae9ed70fb 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 847ab2038db..c36ec960b9c 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 ca8a6324716..fb0545dd9f3 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 544aba39961..486bc04e49b 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 87f17811465..529e91dbe6b 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 f5d002f3eb0..7a5fa448664 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 14f63489344..4c72332612d 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 9859a3923d0..827ed851515 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( |
