diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-10-17 17:39:32 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-10-17 18:15:16 +0300 |
commit | 6cd8ed34b1facfd950faaec4af85bda31ff85c42 (patch) | |
tree | 6667175f788ff1017595871fbc3476cbfe4a1ae8 /contrib/python/cffi/py3/.dist-info | |
parent | 6e016e79bcbbddee79fefa3a24236d49bda952d9 (diff) | |
download | ydb-6cd8ed34b1facfd950faaec4af85bda31ff85c42.tar.gz |
Update contrib/python/cffi/py3 to 1.16.0
Diffstat (limited to 'contrib/python/cffi/py3/.dist-info')
-rw-r--r-- | contrib/python/cffi/py3/.dist-info/METADATA | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/contrib/python/cffi/py3/.dist-info/METADATA b/contrib/python/cffi/py3/.dist-info/METADATA index 538e679147..f582bfbba8 100644 --- a/contrib/python/cffi/py3/.dist-info/METADATA +++ b/contrib/python/cffi/py3/.dist-info/METADATA @@ -1,23 +1,28 @@ Metadata-Version: 2.1 Name: cffi -Version: 1.15.1 +Version: 1.16.0 Summary: Foreign Function Interface for Python calling C code. Home-page: http://cffi.readthedocs.org Author: Armin Rigo, Maciej Fijalkowski Author-email: python-cffi@googlegroups.com License: MIT +Project-URL: Documentation, http://cffi.readthedocs.org/ +Project-URL: Source Code, https://github.com/python-cffi/cffi +Project-URL: Issue Tracker, https://github.com/python-cffi/cffi/issues +Project-URL: Changelog, https://cffi.readthedocs.io/en/latest/whatsnew.html +Project-URL: Downloads, https://github.com/python-cffi/cffi/releases +Project-URL: Contact, https://groups.google.com/forum/#!forum/python-cffi Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: License :: OSI Approved :: MIT License +Requires-Python: >=3.8 License-File: LICENSE Requires-Dist: pycparser |