From 4034fa289d115414743c92d6fa97a2fddee289b9b58b986aa1e8a22119b67d02 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sun, 20 Jan 2013 11:48:44 +0000 Subject: [PATCH] Accepting request 149141 from home:stroeder:branches:devel:languages:python Update to upstream release 0.1.6 successfully tested with python-ldap/web2ldap. OBS-URL: https://build.opensuse.org/request/show/149141 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=18 --- pyasn1-0.1.4.tar.gz | 3 --- pyasn1-0.1.6.tar.gz | 3 +++ python-pyasn1.changes | 27 +++++++++++++++++++++++++++ python-pyasn1.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 pyasn1-0.1.4.tar.gz create mode 100644 pyasn1-0.1.6.tar.gz diff --git a/pyasn1-0.1.4.tar.gz b/pyasn1-0.1.4.tar.gz deleted file mode 100644 index fb9948e..0000000 --- a/pyasn1-0.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66e28e25b15c6aeba4fdf91cb7077acd339218fd36fcd27c61c21b768626bc26 -size 74935 diff --git a/pyasn1-0.1.6.tar.gz b/pyasn1-0.1.6.tar.gz new file mode 100644 index 0000000..0b149ce --- /dev/null +++ b/pyasn1-0.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c51782cea4d823454915ad46a580fe53b9adfe6514560d4b9cb590e002be35 +size 67230 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index b35d0c7..cfaaf2a 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Jan 18 09:19:52 UTC 2013 - michael@stroeder.com + +- updated to upstrean release 0.1.6 + +Revision 0.1.6 +-------------- + +- The compact (valueless) way of encoding zero INTEGERs introduced in + 0.1.5 seems to fail miserably as the world is filled with broken + BER decoders. So we had to back off the *encoder* for a while. + There's still the IntegerEncoder.supportCompactZero flag which + enables compact encoding form whenever it evaluates to True. +- Report package version on debugging code initialization. + +Revision 0.1.5 +-------------- + +- Documentation updated and split into chapters to better match + web-site contents. +- Make prettyPrint() working for non-initialized pyasn1 data objects. It + used to throw an exception. +- Fix to encoder to produce empty-payload INTEGER values for zeros +- Fix to decoder to support empty-payload INTEGER and REAL values +- Fix to unit test suites imports to be able to run each from + their current directory + ------------------------------------------------------------------- Fri Jul 27 18:03:18 UTC 2012 - michael@stroeder.com diff --git a/python-pyasn1.spec b/python-pyasn1.spec index 5002c88..8062c20 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -17,7 +17,7 @@ Name: python-pyasn1 -Version: 0.1.4 +Version: 0.1.6 Release: 0 Summary: ASN.1 types and codecs License: BSD-3-Clause