diff options
author | polandr <polandr@yandex-team.ru> | 2022-02-10 16:48:54 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:54 +0300 |
commit | 8868334aa449e03d20ad41fca4dabe97476b0c5c (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 59301b0160348e5bb23ab31ffdbe46623880f368 (diff) | |
download | ydb-8868334aa449e03d20ad41fca4dabe97476b0c5c.tar.gz |
Restoring authorship annotation for <polandr@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/rules/contrib_python.policy | 10 | ||||
-rw-r--r-- | contrib/python/ya.make | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 099e077ccc..60fd149753 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -275,11 +275,11 @@ DENY .* -> contrib/python/facebook-business # https://st.yandex-team.ru/CONTRIB-1954 ALLOW contrib/python/glom -> contrib/python/face$ DENY .* -> contrib/python/face$ - -# https://st.yandex-team.ru/CONTRIB-1918 -ALLOW contrib/python/webstruct -> contrib/python/webstruct -ALLOW yweb/antimalware/direct/fraud_html_detector -> contrib/python/webstruct -DENY .* -> contrib/python/webstruct + +# https://st.yandex-team.ru/CONTRIB-1918 +ALLOW contrib/python/webstruct -> contrib/python/webstruct +ALLOW yweb/antimalware/direct/fraud_html_detector -> contrib/python/webstruct +DENY .* -> contrib/python/webstruct ALLOW contrib/tools/unbound -> contrib/tools/unbound DENY .* -> contrib/tools/unbound diff --git a/contrib/python/ya.make b/contrib/python/ya.make index ee0f4a4ebf..d01ced9f3a 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -941,7 +941,7 @@ RECURSE( repoze.lru repr requests - requests-file + requests-file requests-mock requests-oauthlib requests-toolbelt @@ -1069,7 +1069,7 @@ RECURSE( timeout-decorator tinycss2 tinyrpc - tldextract + tldextract toml tomli toolz @@ -1145,7 +1145,7 @@ RECURSE( WebOb websocket-client websockets - webstruct + webstruct WebTest webvtt-py weighted-levenshtein |