Commit 3dc4314
committed
update pyasn1 to 0.6.2
1 parent 7983e1e commit 3dc4314
2 files changed
+2
-2
lines changed- .bandit.yml-3
- .github/FUNDING.yml-1
- .github/workflows/main.yml-92
- .github/workflows/pypi.yml-59
- .gitignore-2
- .readthedocs.yaml-15
- .travis.yml+22
- CHANGES.rst+3-203
- LICENSE.rst+1-1
- README.md+14-18
- THANKS.txt-1
- devel-requirements.txt+1-2
- docs/source/conf.py+5-15
- docs/source/contents.rst+4-11
- docs/source/download.rst+6-3
- docs/source/example-use-case.rst+3-3
- docs/source/index.rst-7
- docs/source/pyasn1/contents.rst+4-18
- docs/source/pyasn1/error/contents.rst-60
- docs/source/pyasn1/type/base/asn1type.rst-10
- docs/source/pyasn1/type/base/constructedasn1type.rst-10
- docs/source/pyasn1/type/base/contents.rst-20
- docs/source/pyasn1/type/base/novalue.rst-6
- docs/source/pyasn1/type/base/simpleasn1type.rst-10
- docs/source/pyasn1/type/constraint/contents.rst-1
- docs/source/pyasn1/type/constraint/withcomponents.rst-16
- docs/source/pyasn1/type/opentype/contents.rst+10-84
- docs/source/pyasn1/type/opentype/opentype.rst+6-1
- docs/source/pyasn1/type/univ/choice.rst+3-3
- docs/source/pyasn1/type/univ/contents.rst+4
- docs/source/pyasn1/type/univ/sequence.rst+5-6
- docs/source/pyasn1/type/univ/sequenceof.rst+5-5
- docs/source/pyasn1/type/univ/set.rst+5-5
- docs/source/pyasn1/type/univ/setof.rst+5-5
- pyasn1/__init__.py+7-2
- pyasn1/codec/ber/decoder.py+435-1.2k
- pyasn1/codec/ber/encoder.py+116-349
- pyasn1/codec/ber/eoo.py+3-3
- pyasn1/codec/cer/decoder.py+28-63
- pyasn1/codec/cer/encoder.py+79-114
- pyasn1/codec/der/decoder.py+19-45
- pyasn1/codec/der/encoder.py+11-30
- pyasn1/codec/native/decoder.py+82-112
- pyasn1/codec/native/encoder.py+37-93
- pyasn1/codec/streaming.py-234
- pyasn1/compat/__init__.py-3
- pyasn1/compat/binary.py+33
- pyasn1/compat/calling.py+20
- pyasn1/compat/dateandtime.py+22
- pyasn1/compat/integer.py+104-7
- pyasn1/compat/octets.py+46
- pyasn1/compat/string.py+26
- pyasn1/debug.py+32-33
- pyasn1/error.py+7-94
- pyasn1/type/base.py+103-159
- pyasn1/type/char.py+86-53
- pyasn1/type/constraint.py+50-245
- pyasn1/type/error.py+2-2
- pyasn1/type/namedtype.py+32-23
- pyasn1/type/namedval.py+4-5
- pyasn1/type/opentype.py+9-38
- pyasn1/type/tag.py+7-9
- pyasn1/type/tagmap.py+7-7
- pyasn1/type/univ.py+437-703
- pyasn1/type/useful.py+11-9
- pyproject.toml-5
- setup.cfg+2-55
- setup.py+114-4
- tests/__main__.py+7-3
- tests/base.py+8-3
- tests/codec/__main__.py+8-5
- tests/codec/ber/__main__.py+7-3
- tests/codec/ber/test_decoder.py+391-993
- tests/codec/ber/test_encoder.py+201-351
- tests/codec/cer/__main__.py+7-3
- tests/codec/cer/test_decoder.py+20-318
- tests/codec/cer/test_encoder.py+104-336
- tests/codec/der/__main__.py+7-3
- tests/codec/der/test_decoder.py+15-303
- tests/codec/der/test_encoder.py+40-296
- tests/codec/native/__main__.py+7-3
- tests/codec/native/test_decoder.py+8-3
- tests/codec/native/test_encoder.py+12-6
- tests/codec/test_streaming.py-70
- tests/compat/__main__.py+9-4
- tests/compat/test_binary.py+56
- tests/compat/test_integer.py+53
- tests/compat/test_octets.py+117
- tests/test_debug.py+8-3
- tests/type/__main__.py+7-3
- tests/type/test_char.py+30-13
- tests/type/test_constraint.py+14-99
- tests/type/test_namedtype.py+8-3
- tests/type/test_namedval.py+12-7
- tests/type/test_opentype.py+11-5
- tests/type/test_tag.py+12-7
- tests/type/test_univ.py+165-462
- tests/type/test_useful.py+14-9
- tox.ini-54
0 commit comments