[Python-modules-commits] [pyasn1] 02/11: Update upstream source from tag 'upstream/0.4.2'
Vincent Bernat
bernat at moszumanska.debian.org
Tue Dec 26 07:22:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to annotated tag debian/0.4.2-1
in repository pyasn1.
commit 18755dae38a0f3edf34a1fee8a330a79c99dc0f5
Merge: 0105952 3dca0b5
Author: Vincent Bernat <bernat at debian.org>
Date: Tue Dec 26 07:24:00 2017 +0100
Update upstream source from tag 'upstream/0.4.2'
Update to upstream version '0.4.2'
with Debian dir ea02a3c6de59bc55792f96a08e4af24a539a0444
CHANGES.txt => CHANGES.rst | 289 +-
LICENSE.txt => LICENSE.rst | 2 +-
MANIFEST.in | 8 +-
PKG-INFO | 21 +-
README.md | 184 +
README.txt | 67 -
THANKS.txt | 10 -
TODO.rst | 92 +
TODO.txt | 36 -
doc/codecs.html | 503 ---
doc/constraints.html | 478 ---
doc/constructed.html | 377 ---
doc/intro.html | 156 -
doc/pyasn1-tutorial.html | 2405 -------------
doc/scalar.html | 794 -----
doc/tagging.html | 233 --
docs/Makefile | 192 ++
docs/source/.static/logo.svg | 95 +
docs/source/changelog.rst | 6 +
docs/source/conf.py | 326 ++
docs/source/contents.rst | 161 +
docs/source/download.rst | 27 +
docs/source/example-use-case.rst | 193 ++
docs/source/license.rst | 6 +
docs/source/pyasn1/codec/ber/contents.rst | 7 +
docs/source/pyasn1/codec/cer/contents.rst | 7 +
docs/source/pyasn1/codec/der/contents.rst | 7 +
docs/source/pyasn1/codec/native/contents.rst | 7 +
docs/source/pyasn1/contents.rst | 214 ++
docs/source/pyasn1/type/char/bmpstring.rst | 19 +
docs/source/pyasn1/type/char/contents.rst | 30 +
docs/source/pyasn1/type/char/generalstring.rst | 20 +
docs/source/pyasn1/type/char/graphicstring.rst | 20 +
docs/source/pyasn1/type/char/ia5string.rst | 19 +
docs/source/pyasn1/type/char/iso646string.rst | 19 +
docs/source/pyasn1/type/char/numericstring.rst | 19 +
docs/source/pyasn1/type/char/printablestring.rst | 20 +
docs/source/pyasn1/type/char/t61string.rst | 19 +
docs/source/pyasn1/type/char/teletexstring.rst | 21 +
docs/source/pyasn1/type/char/universalstring.rst | 19 +
docs/source/pyasn1/type/char/utf8string.rst | 19 +
docs/source/pyasn1/type/char/videotexstring.rst | 20 +
docs/source/pyasn1/type/char/visiblestring.rst | 20 +
.../type/constraint/constraintsexclusion.rst | 10 +
.../type/constraint/constraintsintersection.rst | 10 +
.../pyasn1/type/constraint/constraintsunion.rst | 10 +
.../pyasn1/type/constraint/containedsubtype.rst | 10 +
docs/source/pyasn1/type/constraint/contents.rst | 67 +
.../pyasn1/type/constraint/permittedalphabet.rst | 10 +
docs/source/pyasn1/type/constraint/singlevalue.rst | 10 +
docs/source/pyasn1/type/constraint/valuerange.rst | 10 +
docs/source/pyasn1/type/constraint/valuesize.rst | 10 +
docs/source/pyasn1/type/namedtype/contents.rst | 40 +
.../pyasn1/type/namedtype/defaultednamedtype.rst | 20 +
docs/source/pyasn1/type/namedtype/namedtype.rst | 20 +
docs/source/pyasn1/type/namedtype/namedtypes.rst | 15 +
.../pyasn1/type/namedtype/optionalnamedtype.rst | 20 +
docs/source/pyasn1/type/namedval/contents.rst | 43 +
docs/source/pyasn1/type/namedval/namedval.rst | 13 +
docs/source/pyasn1/type/opentype/contents.rst | 40 +
docs/source/pyasn1/type/opentype/opentype.rst | 17 +
docs/source/pyasn1/type/tag/contents.rst | 54 +
docs/source/pyasn1/type/tag/tag.rst | 18 +
docs/source/pyasn1/type/tag/tagmap.rst | 14 +
docs/source/pyasn1/type/tag/tagset.rst | 14 +
docs/source/pyasn1/type/univ/any.rst | 22 +
docs/source/pyasn1/type/univ/bitstring.rst | 17 +
docs/source/pyasn1/type/univ/boolean.rst | 17 +
docs/source/pyasn1/type/univ/choice.rst | 19 +
docs/source/pyasn1/type/univ/contents.rst | 38 +
docs/source/pyasn1/type/univ/enumerated.rst | 18 +
docs/source/pyasn1/type/univ/integer.rst | 19 +
docs/source/pyasn1/type/univ/null.rst | 17 +
docs/source/pyasn1/type/univ/objectidentifier.rst | 17 +
docs/source/pyasn1/type/univ/octetstring.rst | 19 +
docs/source/pyasn1/type/univ/real.rst | 17 +
docs/source/pyasn1/type/univ/sequence.rst | 19 +
docs/source/pyasn1/type/univ/sequenceof.rst | 19 +
docs/source/pyasn1/type/univ/set.rst | 20 +
docs/source/pyasn1/type/univ/setof.rst | 19 +
docs/source/pyasn1/type/useful/contents.rst | 15 +
docs/source/pyasn1/type/useful/generalizedtime.rst | 37 +
.../source/pyasn1/type/useful/objectdescriptor.rst | 20 +
docs/source/pyasn1/type/useful/utctime.rst | 34 +
pyasn1.egg-info/PKG-INFO | 21 +-
pyasn1.egg-info/SOURCES.txt | 153 +-
pyasn1/__init__.py | 3 +-
pyasn1/codec/ber/decoder.py | 1488 +++++---
pyasn1/codec/ber/encoder.py | 782 +++--
pyasn1/codec/ber/eoo.py | 24 +-
pyasn1/codec/cer/decoder.py | 101 +-
pyasn1/codec/cer/encoder.py | 344 +-
pyasn1/codec/der/decoder.py | 91 +-
pyasn1/codec/der/encoder.py | 115 +-
{test => pyasn1/codec/native}/__init__.py | 0
pyasn1/codec/native/decoder.py | 214 ++
pyasn1/codec/native/encoder.py | 229 ++
pyasn1/compat/binary.py | 31 +-
pyasn1/compat/calling.py | 20 +
pyasn1/compat/dateandtime.py | 22 +
pyasn1/compat/integer.py | 110 +
pyasn1/compat/octets.py | 34 +-
pyasn1/compat/string.py | 26 +
pyasn1/debug.py | 105 +-
pyasn1/error.py | 32 +-
pyasn1/type/base.py | 739 +++-
pyasn1/type/char.py | 331 +-
pyasn1/type/constraint.py | 512 ++-
pyasn1/type/error.py | 10 +-
pyasn1/type/namedtype.py | 628 +++-
pyasn1/type/namedval.py | 225 +-
pyasn1/type/opentype.py | 75 +
pyasn1/type/tag.py | 381 ++-
pyasn1/type/tagmap.py | 148 +-
pyasn1/type/univ.py | 3561 +++++++++++++++-----
pyasn1/type/useful.py | 188 +-
requirements.txt | 0
setup.cfg | 4 +-
setup.py | 104 +-
test/codec/ber/suite.py | 22 -
test/codec/ber/test_decoder.py | 727 ----
test/codec/ber/test_encoder.py | 483 ---
test/codec/cer/suite.py | 22 -
test/codec/cer/test_decoder.py | 41 -
test/codec/cer/test_encoder.py | 176 -
test/codec/der/suite.py | 22 -
test/codec/der/test_decoder.py | 31 -
test/codec/der/test_encoder.py | 51 -
test/codec/suite.py | 29 -
test/suite.py | 26 -
test/type/suite.py | 20 -
test/type/test_namedtype.py | 91 -
test/type/test_namedval.py | 22 -
test/type/test_univ.py | 601 ----
{test/codec => tests}/__init__.py | 0
tests/__main__.py | 22 +
tests/base.py | 23 +
{test/codec/ber => tests/codec}/__init__.py | 0
tests/codec/__main__.py | 22 +
{test/codec/cer => tests/codec/ber}/__init__.py | 0
tests/codec/ber/__main__.py | 20 +
tests/codec/ber/test_decoder.py | 1435 ++++++++
tests/codec/ber/test_encoder.py | 1377 ++++++++
{test/codec/der => tests/codec/cer}/__init__.py | 0
tests/codec/cer/__main__.py | 20 +
tests/codec/cer/test_decoder.py | 71 +
tests/codec/cer/test_encoder.py | 723 ++++
{test/type => tests/codec/der}/__init__.py | 0
tests/codec/der/__main__.py | 20 +
tests/codec/der/test_decoder.py | 79 +
tests/codec/der/test_encoder.py | 409 +++
{test => tests/codec/native}/__init__.py | 0
tests/codec/native/__main__.py | 19 +
tests/codec/native/test_decoder.py | 125 +
tests/codec/native/test_encoder.py | 146 +
{test => tests/compat}/__init__.py | 0
tests/compat/__main__.py | 21 +
tests/compat/test_binary.py | 56 +
tests/compat/test_integer.py | 53 +
tests/compat/test_octets.py | 117 +
tests/test_debug.py | 42 +
{test => tests/type}/__init__.py | 0
tests/type/__main__.py | 26 +
tests/type/test_char.py | 175 +
{test => tests}/type/test_constraint.py | 167 +-
tests/type/test_namedtype.py | 140 +
tests/type/test_namedval.py | 58 +
tests/type/test_opentype.py | 106 +
{test => tests}/type/test_tag.py | 81 +-
tests/type/test_univ.py | 1909 +++++++++++
tests/type/test_useful.py | 143 +
171 files changed, 18931 insertions(+), 9954 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyasn1.git
More information about the Python-modules-commits
mailing list