From 412bba8cebb911a416afc59b1e33ba880323f433be01c7630abed4287737c201 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Sat, 28 Jul 2012 10:06:30 +0000 Subject: [PATCH] Accepting request 129125 from home:stroeder:branches:devel:languages:python Update to upstrean release 0.1.4 OBS-URL: https://build.opensuse.org/request/show/129125 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=16 --- pyasn1-0.1.3.tar.gz | 3 --- pyasn1-0.1.4.tar.gz | 3 +++ python-pyasn1.changes | 16 ++++++++++++++++ python-pyasn1.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 pyasn1-0.1.3.tar.gz create mode 100644 pyasn1-0.1.4.tar.gz diff --git a/pyasn1-0.1.3.tar.gz b/pyasn1-0.1.3.tar.gz deleted file mode 100644 index bc0c0ed..0000000 --- a/pyasn1-0.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:937fd751c4c25dbd37810d15138114640773c7c276039c9f6d7276fdacb355b7 -size 54291 diff --git a/pyasn1-0.1.4.tar.gz b/pyasn1-0.1.4.tar.gz new file mode 100644 index 0000000..fb9948e --- /dev/null +++ b/pyasn1-0.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e28e25b15c6aeba4fdf91cb7077acd339218fd36fcd27c61c21b768626bc26 +size 74935 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index c3575ee..b35d0c7 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jul 27 18:03:18 UTC 2012 - michael@stroeder.com + +- updated to upstrean release 0.1.4 +- includes fix needed by python-ldap's module ldap.syncrepl + +Most important changes include: + +* A built-in de/serialization debugging facility added +* Package versioning added (pyasn1.__version__) +* Leading sub-OIDs overflow condition handled +* REAL type exponent encoding implemented properly at BER codec +* Boolean BER decoder fixed to allow arbitrary payload +* Leading 0x80 octet now handled properly by DER/CER/DER + ObjectIdentifier decoder + ------------------------------------------------------------------- Wed Apr 25 20:11:18 UTC 2012 - michael@stroeder.com diff --git a/python-pyasn1.spec b/python-pyasn1.spec index 031be38..5002c88 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -17,7 +17,7 @@ Name: python-pyasn1 -Version: 0.1.3 +Version: 0.1.4 Release: 0 Summary: ASN.1 types and codecs License: BSD-3-Clause