diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-28 21:15:00 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-28 21:24:04 +0300 |
commit | 67bf49d08acf1277eff4c336021ac22d964bb4c4 (patch) | |
tree | 172b1f64d80667020d9d75045e1cda647450285c /contrib/python/setuptools/py3/.dist-info/METADATA | |
parent | f5c2f57f16eea2ec7ec33130b725dbe9a392fa26 (diff) | |
download | ydb-67bf49d08acf1277eff4c336021ac22d964bb4c4.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/setuptools/py3/.dist-info/METADATA')
-rw-r--r-- | contrib/python/setuptools/py3/.dist-info/METADATA | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/python/setuptools/py3/.dist-info/METADATA b/contrib/python/setuptools/py3/.dist-info/METADATA index 3ccc19e703..010ae0a947 100644 --- a/contrib/python/setuptools/py3/.dist-info/METADATA +++ b/contrib/python/setuptools/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: setuptools -Version: 69.2.0 +Version: 69.5.1 Summary: Easily download, build, install, upgrade, and uninstall Python packages Home-page: https://github.com/pypa/setuptools Author: Python Packaging Authority @@ -22,7 +22,6 @@ License-File: LICENSE Provides-Extra: certs Provides-Extra: docs Requires-Dist: sphinx >=3.5 ; extra == 'docs' -Requires-Dist: sphinx <7.2.5 ; extra == 'docs' Requires-Dist: jaraco.packaging >=9.3 ; extra == 'docs' Requires-Dist: rst.linker >=1.9 ; extra == 'docs' Requires-Dist: furo ; extra == 'docs' @@ -36,8 +35,9 @@ Requires-Dist: sphinxcontrib-towncrier ; extra == 'docs' Requires-Dist: sphinx-notfound-page <2,>=1 ; extra == 'docs' Provides-Extra: ssl Provides-Extra: testing -Requires-Dist: pytest >=6 ; extra == 'testing' +Requires-Dist: pytest !=8.1.1,>=6 ; extra == 'testing' Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'testing' +Requires-Dist: pytest-mypy ; extra == 'testing' Requires-Dist: pytest-enabler >=2.2 ; extra == 'testing' Requires-Dist: virtualenv >=13.0.0 ; extra == 'testing' Requires-Dist: wheel ; extra == 'testing' @@ -68,7 +68,6 @@ Requires-Dist: build[virtualenv] >=1.0.3 ; extra == 'testing-integration' Requires-Dist: filelock >=3.4.0 ; extra == 'testing-integration' Requires-Dist: packaging >=23.2 ; extra == 'testing-integration' Requires-Dist: pytest-cov ; (platform_python_implementation != "PyPy") and extra == 'testing' -Requires-Dist: pytest-mypy >=0.9.1 ; (platform_python_implementation != "PyPy") and extra == 'testing' Requires-Dist: jaraco.develop >=7.21 ; (python_version >= "3.9" and sys_platform != "cygwin") and extra == 'testing' Requires-Dist: pytest-ruff >=0.2.1 ; (sys_platform != "cygwin") and extra == 'testing' Requires-Dist: pytest-perf ; (sys_platform != "cygwin") and extra == 'testing' |