14
0
forked from pool/python-pyasn1

Accepting request 336718 from home:frispete:python

- updated to upstream release 0.1.9
  - Wheel distribution format now supported.
  - Extensions added to text files, CVS attic flushed.
  - Fix to make uninitilaized pyasn1 objects failing properly on hash().
  - Fix to ObjectIdentifier initialization from unicode string.
  - Fix to CER/DER Boolean decoder - fail on non single-octet payload.

OBS-URL: https://build.opensuse.org/request/show/336718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=38
This commit is contained in:
Michal Čihař
2015-10-06 13:37:12 +00:00
committed by Git OBS Bridge
parent ba16cb888f
commit 9dbed529c0
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 6 11:18:26 UTC 2015 - hpj@urpla.net
- updated to upstream release 0.1.9
- Wheel distribution format now supported.
- Extensions added to text files, CVS attic flushed.
- Fix to make uninitilaized pyasn1 objects failing properly on hash().
- Fix to ObjectIdentifier initialization from unicode string.
- Fix to CER/DER Boolean decoder - fail on non single-octet payload.
-------------------------------------------------------------------
Sat Jul 4 20:42:15 UTC 2015 - michael@stroeder.com