diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-20 12:14:39 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-20 12:24:52 +0300 |
commit | 46c0bf458366293d3fff860ead4d1a3a34272df6 (patch) | |
tree | 96636b2dd6a8b4801b50c958aa892066a506ff14 | |
parent | 426463102170c65817aea2b185fe329004c77d2e (diff) | |
download | ydb-46c0bf458366293d3fff860ead4d1a3a34272df6.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/python/patch/.dist-info/METADATA | 13 | ||||
-rw-r--r-- | contrib/python/patch/ya.make | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/contrib/python/patch/.dist-info/METADATA b/contrib/python/patch/.dist-info/METADATA index 033c752a09..5b9a6b2ffd 100644 --- a/contrib/python/patch/.dist-info/METADATA +++ b/contrib/python/patch/.dist-info/METADATA @@ -1,15 +1,12 @@ Metadata-Version: 2.1 Name: patch Version: 1.16 -Summary: Patch utility to apply unified diffs +Author: anatoly techtonik +Author-email: techtonik at gmail com Home-page: https://github.com/techtonik/python-patch/ -Author: anatoly techtonik <techtonik@gmail.com> -Author-email: UNKNOWN -License: MIT -Platform: UNKNOWN -Classifier: Classifier: Programming Language :: Python :: 2 -Classifier: Classifier: Programming Language :: Python :: 3 +Summary: Library to parse and apply unified diffs +License: MIT License -UNKNOWN +### Features diff --git a/contrib/python/patch/ya.make b/contrib/python/patch/ya.make index 40e0074701..319e7c7cef 100644 --- a/contrib/python/patch/ya.make +++ b/contrib/python/patch/ya.make @@ -1,3 +1,5 @@ +# Generated by devtools/yamaker (pypi). + PY3_LIBRARY() VERSION(1.16) |