From 6721402479cacb776a7e8a79b31170fcaf14df903a780b5400d37bae7d320cf6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Sep 2017 08:49:43 +0000 Subject: [PATCH] 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 --- pyasn1-0.3.4.tar.gz | 3 --- pyasn1-0.3.5.tar.gz | 3 +++ python-pyasn1.changes | 19 +++++++++++++++++++ python-pyasn1.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 pyasn1-0.3.4.tar.gz create mode 100644 pyasn1-0.3.5.tar.gz diff --git a/pyasn1-0.3.4.tar.gz b/pyasn1-0.3.4.tar.gz deleted file mode 100644 index a8492eb..0000000 --- a/pyasn1-0.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3946ff0ab406652240697013a89d76e388344866033864ef2b097228d1f0101a -size 114387 diff --git a/pyasn1-0.3.5.tar.gz b/pyasn1-0.3.5.tar.gz new file mode 100644 index 0000000..b3d2b70 --- /dev/null +++ b/pyasn1-0.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a1186416bcdaf19b56f5b2506200306d7d4cf222d3d7c2d4cb600ccacdaf1b +size 114647 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index ad43508..f878e88 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -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 diff --git a/python-pyasn1.spec b/python-pyasn1.spec index e86c882..e80eaf0 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.4 +Version: 0.3.5 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause