diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-06-26 12:42:06 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-06-26 12:42:06 +0300 |
commit | 264768d5c81a64d4c13d3028c07ea493bcb66bb3 (patch) | |
tree | f74a29eea03621f7d8ead301f4a7c30ec3a0dd4e /contrib/tools | |
parent | fe3ba108344b427e69c52c0b4e86bab89d33d7b1 (diff) | |
download | ydb-264768d5c81a64d4c13d3028c07ea493bcb66bb3.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/tools')
-rw-r--r-- | contrib/tools/cython/.dist-info/METADATA | 3 | ||||
-rw-r--r-- | contrib/tools/cython/.yandex_meta/devtools.licenses.report | 2 | ||||
-rw-r--r-- | contrib/tools/cython/ya.make | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/contrib/tools/cython/.dist-info/METADATA b/contrib/tools/cython/.dist-info/METADATA index b09145abae..bb58628f62 100644 --- a/contrib/tools/cython/.dist-info/METADATA +++ b/contrib/tools/cython/.dist-info/METADATA @@ -11,7 +11,6 @@ Project-URL: Donate, https://cython.readthedocs.io/en/latest/src/donating.html Project-URL: Source Code, https://github.com/cython/cython Project-URL: Bug Tracker, https://github.com/cython/cython/issues Project-URL: User Group, https://groups.google.com/g/cython-users -Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: Apache Software License @@ -62,5 +61,3 @@ to install an uncompiled (slower) version of Cython with:: pip install Cython --install-option="--no-cython-compile" .. _Pyrex: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ - - diff --git a/contrib/tools/cython/.yandex_meta/devtools.licenses.report b/contrib/tools/cython/.yandex_meta/devtools.licenses.report index 76aa2ad6c7..8b93ad138a 100644 --- a/contrib/tools/cython/.yandex_meta/devtools.licenses.report +++ b/contrib/tools/cython/.yandex_meta/devtools.licenses.report @@ -156,7 +156,7 @@ BELONGS ya.make Match type : TAG Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 Files with this license: - .dist-info/METADATA [17:17] + .dist-info/METADATA [16:16] KEEP LicenseRef-scancode-unknown-license-reference 8ec7c99b03de2d2c6bd840f80b68cb59 BELONGS ya.make diff --git a/contrib/tools/cython/ya.make b/contrib/tools/cython/ya.make index 91168abf2c..b8441b72a8 100644 --- a/contrib/tools/cython/ya.make +++ b/contrib/tools/cython/ya.make @@ -1,4 +1,4 @@ -# Generated by devtools/yamaker from nixpkgs 22.05. +# Generated by devtools/yamaker from nixpkgs 22.11. PY3_LIBRARY() |