diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-31 19:34:56 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-31 19:42:23 +0300 |
commit | faec437d163d8015fd5e0da74381c190fa45c298 (patch) | |
tree | 4e01de169872b068043c1c62466cf82463099df2 | |
parent | d20a7253e7c98c39d8a0c23745bbe7ab0484fd14 (diff) | |
download | ydb-faec437d163d8015fd5e0da74381c190fa45c298.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/python/importlib-resources/ya.make | 3 | ||||
-rw-r--r-- | contrib/tools/m4/ya.make | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/contrib/python/importlib-resources/ya.make b/contrib/python/importlib-resources/ya.make index 21d607abef..c7ba0d70fc 100644 --- a/contrib/python/importlib-resources/ya.make +++ b/contrib/python/importlib-resources/ya.make @@ -2,6 +2,9 @@ PY23_LIBRARY() LICENSE(Apache-2.0) +# The code is not taken from upstream. An analogue of version 1.0.2 has been implemented. See CONTRIB-1203 +VERSION(1.0.2) + PY_SRCS( TOP_LEVEL importlib_resources/__init__.py diff --git a/contrib/tools/m4/ya.make b/contrib/tools/m4/ya.make index 00546536a6..cf8d1d977e 100644 --- a/contrib/tools/m4/ya.make +++ b/contrib/tools/m4/ya.make @@ -2,6 +2,10 @@ PROGRAM() LICENSE(GPL-3.0-or-later) +VERSION(1.4.17) + +ORIGINAL_SOURCE(https://github.com/tar-mirror/gnu-m4/archive/refs/tags/v1.4.17.tar.gz) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) NO_RUNTIME() |