14
0
forked from pool/python-pyasn1

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

update to upstream release 0.3.2

OBS-URL: https://build.opensuse.org/request/show/517058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=58
This commit is contained in:
Michael Ströder
2017-08-15 17:36:16 +00:00
committed by Git OBS Bridge
parent dee88126f9
commit de629df5d1
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Aug 15 17:32:13 UTC 2017 - michael@stroeder.com
- updated to upstream release 0.3.2
Revision 0.3.2, released 04-08-2017
-----------------------------------
- Fixed SequenceOf/SetOf types initialization syntax to remain
backward compatible with pyasn1 0.2.*
- Rectified thread safety issues by moving lazy, run-time computation
into object initializer.
- Fixed .isValue property to return True for empty SetOf/SequenceOf
objects
- Fixed GeneralizedTime/UTCTime CER/DER codecs to actually get invoked
- Fixed DER/CER encoders handling optional SEQUENCE/SET fields containing
nested SEQUENCE/SET with optional fields.
- Fixed crash in SequenceOf/SetOf pretty printing and decoding (in some
cases)
- Fixed documentation markup issues.
-------------------------------------------------------------------
Sat Jul 29 21:01:20 UTC 2017 - michael@stroeder.com