14
0
forked from pool/python-pyasn1

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

updated to upstream release 0.3.5

OBS-URL: https://build.opensuse.org/request/show/527232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=62
This commit is contained in:
2017-09-19 08:49:43 +00:00
committed by Git OBS Bridge
parent 3597e5963d
commit 6721402479
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3946ff0ab406652240697013a89d76e388344866033864ef2b097228d1f0101a
size 114387

3
pyasn1-0.3.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7a1186416bcdaf19b56f5b2506200306d7d4cf222d3d7c2d4cb600ccacdaf1b
size 114647

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Sep 19 07:32:21 UTC 2017 - michael@stroeder.com
- updated to upstream release 0.3.5
Revision 0.3.5, released 16-09-2017
-----------------------------------
- Codecs signatures unified and pass the options kwargs through the
call chain
- Explicit tag encoding optimized to avoid unnecessary copying
- End-of-octets sentinel encoding optimized
- Refactored ASN.1 codecs properties to silently enforce proper
length and chunk size encoding modes
- Fixed DER encoder to always produce primitive encoding
- Fixed crash at SequenceOf native decoder
- Fixed Real.prettyPrint() to fail gracefully on overflow
- Fixed a couple of crashes when debug mode is enabled
-------------------------------------------------------------------
Thu Sep 7 09:24:51 UTC 2017 - michael@stroeder.com

View File

@@ -20,7 +20,7 @@
%define oldpython python
Name: python-pyasn1
%global modname pyasn1
Version: 0.3.4
Version: 0.3.5
Release: 0
Summary: ASN.1 types and codecs
License: BSD-2-Clause