diff --git a/pyasn1-0.3.5.tar.gz b/pyasn1-0.3.5.tar.gz deleted file mode 100644 index b3d2b70..0000000 --- a/pyasn1-0.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7a1186416bcdaf19b56f5b2506200306d7d4cf222d3d7c2d4cb600ccacdaf1b -size 114647 diff --git a/pyasn1-0.3.6.tar.gz b/pyasn1-0.3.6.tar.gz new file mode 100644 index 0000000..c9780ee --- /dev/null +++ b/pyasn1-0.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0380ea97db0ede095a0dd87ce3003d46c197191f924206e43f776fc77e51f09 +size 115129 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index 3f7d23e..be12730 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Sep 21 11:08:33 UTC 2017 - michael@stroeder.com + +- updated to upstream release 0.3.6 + + * End-of-octets encoding optimized at ASN.1 encoders + * The __getitem__/__setitem__ behavior of Set/Sequence and + SetOf/SequenceOf objects aligned with the canonical Mapping + and Sequence protocols in part + * Fixed crash in ASN.1 encoder when encoding an explicitly tagged + component of a Sequence + ------------------------------------------------------------------- Tue Sep 19 07:32:21 UTC 2017 - michael@stroeder.com diff --git a/python-pyasn1.spec b/python-pyasn1.spec index e80eaf0..b985e26 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -20,7 +20,7 @@ %define oldpython python Name: python-pyasn1 %global modname pyasn1 -Version: 0.3.5 +Version: 0.3.6 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause