diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-10 11:17:20 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-10 11:26:29 +0300 |
commit | e6da679c7da3c051eea421143d20114cb64c9c55 (patch) | |
tree | 9d82c16c0d309937e69593de5889c649fa893bcc /contrib/python/pyasn1/py3/.dist-info/METADATA | |
parent | 1e986085fe84d3e9e16751d6bc590edba8b50b23 (diff) | |
download | ydb-e6da679c7da3c051eea421143d20114cb64c9c55.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/pyasn1/py3/.dist-info/METADATA')
-rw-r--r-- | contrib/python/pyasn1/py3/.dist-info/METADATA | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/python/pyasn1/py3/.dist-info/METADATA b/contrib/python/pyasn1/py3/.dist-info/METADATA index 1a6727cecc..10bf60c633 100644 --- a/contrib/python/pyasn1/py3/.dist-info/METADATA +++ b/contrib/python/pyasn1/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyasn1 -Version: 0.5.1 +Version: 0.6.0 Summary: Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208) Home-page: https://github.com/pyasn1/pyasn1 Author: Ilya Etingof @@ -23,11 +23,7 @@ Classifier: Intended Audience :: Telecommunications Industry Classifier: License :: OSI Approved :: BSD License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent -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 @@ -37,7 +33,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Communications Classifier: Topic :: Software Development :: Libraries :: Python Modules -Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7 +Requires-Python: >=3.8 Description-Content-Type: text/markdown License-File: LICENSE.rst @@ -66,7 +62,7 @@ Features * Standards compliant BER/CER/DER codecs * Can operate on streams of serialized data * Dumps/loads ASN.1 structures from Python types -* 100% Python, works with Python 2.7 and 3.6+ +* 100% Python, works with Python 3.8+ * MT-safe * Contributed ASN.1 compiler [Asn1ate](https://github.com/kimgr/asn1ate) |