14
0
forked from pool/python-pyasn1

Accepting request 528026 from home:stroeder:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/528026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=65
This commit is contained in:
Michael Ströder
2017-09-21 11:25:56 +00:00
committed by Git OBS Bridge
parent 9d7109d4c1
commit b189b8e982
4 changed files with 16 additions and 4 deletions

View File

@@ -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