From a6b4fec61f8eebfd25c18be61b96bd8c10bc0ccde6b3e3c134d2fd44021a8ff2 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 10 May 2013 11:13:37 +0000 Subject: [PATCH] Accepting request 174829 from home:stroeder:branches:devel:languages:python Update to upstream release 0.1.7 OBS-URL: https://build.opensuse.org/request/show/174829 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=22 --- pyasn1-0.1.6.tar.gz | 3 --- pyasn1-0.1.7.tar.gz | 3 +++ python-pyasn1.changes | 23 +++++++++++++++++++++++ python-pyasn1.spec | 2 +- python3-pyasn1.changes | 23 +++++++++++++++++++++++ python3-pyasn1.spec | 2 +- 6 files changed, 51 insertions(+), 5 deletions(-) delete mode 100644 pyasn1-0.1.6.tar.gz create mode 100644 pyasn1-0.1.7.tar.gz diff --git a/pyasn1-0.1.6.tar.gz b/pyasn1-0.1.6.tar.gz deleted file mode 100644 index 0b149ce..0000000 --- a/pyasn1-0.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7c51782cea4d823454915ad46a580fe53b9adfe6514560d4b9cb590e002be35 -size 67230 diff --git a/pyasn1-0.1.7.tar.gz b/pyasn1-0.1.7.tar.gz new file mode 100644 index 0000000..9a0d7ec --- /dev/null +++ b/pyasn1-0.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f81d53c533f6bd9526b047f047f7b101c24ab17339c1a7ad8f98b25c101eab +size 68120 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index cfaaf2a..b9c86a0 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue May 7 08:23:39 UTC 2013 - michael@stroeder.com + +- updated to upstrean release 0.1.7 + +Revision 0.1.7 +-------------- + +- License updated to vanilla BSD 2-Clause to ease package use + (http://opensource.org/licenses/BSD-2-Clause). +- Test suite made discoverable by unittest/unittest2 discovery feature. +- Fix to decoder working on indefinite length substrate -- end-of-octets + marker is now detected by both tag and value. Otherwise zero values may + interfere with end-of-octets marker. +- Fix to decoder to fail in cases where tagFormat indicates inappropriate + format for the type (e.g. BOOLEAN is always PRIMITIVE, SET is always + CONSTRUCTED and OCTET STRING is either of the two) +- Fix to REAL type encoder to force primitive encoding form encoding. +- Fix to CHOICE decoder to handle explicitly tagged, indefinite length + mode encoding +- Fix to REAL type decoder to handle negative REAL values correctly. Test + case added. + ------------------------------------------------------------------- Fri Jan 18 09:19:52 UTC 2013 - michael@stroeder.com diff --git a/python-pyasn1.spec b/python-pyasn1.spec index b6983f8..ed4c3cc 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -17,7 +17,7 @@ Name: python-pyasn1 -Version: 0.1.6 +Version: 0.1.7 Release: 0 Summary: ASN.1 types and codecs License: BSD-3-Clause diff --git a/python3-pyasn1.changes b/python3-pyasn1.changes index e6f21d4..9c807f9 100644 --- a/python3-pyasn1.changes +++ b/python3-pyasn1.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed May 8 13:49:15 UTC 2013 - michael@stroeder.com + +- updated to upstrean release 0.1.7 + +Revision 0.1.7 +-------------- + +- License updated to vanilla BSD 2-Clause to ease package use + (http://opensource.org/licenses/BSD-2-Clause). +- Test suite made discoverable by unittest/unittest2 discovery feature. +- Fix to decoder working on indefinite length substrate -- end-of-octets + marker is now detected by both tag and value. Otherwise zero values may + interfere with end-of-octets marker. +- Fix to decoder to fail in cases where tagFormat indicates inappropriate + format for the type (e.g. BOOLEAN is always PRIMITIVE, SET is always + CONSTRUCTED and OCTET STRING is either of the two) +- Fix to REAL type encoder to force primitive encoding form encoding. +- Fix to CHOICE decoder to handle explicitly tagged, indefinite length + mode encoding +- Fix to REAL type decoder to handle negative REAL values correctly. Test + case added. + ------------------------------------------------------------------- Wed Apr 24 04:25:05 UTC 2013 - highwaystar.ru@gmail.com diff --git a/python3-pyasn1.spec b/python3-pyasn1.spec index 811dcad..330b13a 100644 --- a/python3-pyasn1.spec +++ b/python3-pyasn1.spec @@ -17,7 +17,7 @@ Name: python3-pyasn1 -Version: 0.1.6 +Version: 0.1.7 Release: 0 Summary: ASN.1 types and codecs License: BSD-3-Clause