From db96616086ba6b0062a43a7a87a23a547a3b3577dba806fb0d08f78f3743b218 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 8 Nov 2011 07:09:52 +0000 Subject: [PATCH] Accepting request 90507 from home:HighwayStar:branches:devel:languages:python Update pyasn1 to 0.1.1, required for pysnmp. Current pysnmp doesnt work with 0.0.13 that avaliable in repository now OBS-URL: https://build.opensuse.org/request/show/90507 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=4 --- pyasn1-0.0.13.tar.gz | 3 --- pyasn1-0.1.1.tar.gz | 3 +++ python-pyasn1.changes | 28 ++++++++++++++++++++++++++++ python-pyasn1.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 pyasn1-0.0.13.tar.gz create mode 100644 pyasn1-0.1.1.tar.gz diff --git a/pyasn1-0.0.13.tar.gz b/pyasn1-0.0.13.tar.gz deleted file mode 100644 index 6e77fe1..0000000 --- a/pyasn1-0.0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:059bc1fd109cdf3d579b1a3e7175494cf70066f93f05a642c20d7993bbf841c7 -size 51225 diff --git a/pyasn1-0.1.1.tar.gz b/pyasn1-0.1.1.tar.gz new file mode 100644 index 0000000..346bd72 --- /dev/null +++ b/pyasn1-0.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a771ab5b092a016d638e672e566c4fb4fb8080073986104490562b55d890b3 +size 54184 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index c393f71..cfffafb 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Nov 8 06:25:13 UTC 2011 - highwaystar.ru@gmail.com + +- updated to 0.1.1 + * Hex/bin string initializer to OctetString object reworked + (in a backward-incompatible manner) + * Fixed float() infinity compatibility issue (affects 2.5 and earlier) + * Fixed a bug/typo at Boolean CER encoder + * Major overhawl for Python 2.4 -- 3.2 compatibility + + get rid of old-style types + + drop string module usage + + switch to rich comparation + + drop explicit long integer type use + + map()/filter() replaced with list comprehension + + apply() replaced with */**args + + switched to use 'key' sort() callback function + + support both __nonzero__() and __bool__() methods + + modified not to use py3k-incompatible exception syntax + + getslice() operator fully replaced with getitem() + + dictionary operations made 2K/3K compatible + + base type for encoding substrate and OctetString-based types + is now 'bytes' when running py3k and 'str' otherwise + + OctetString and derivatives now unicode compliant. + + OctetString now supports two python-neutral getters: asOcts() & asInts() + + print OctetString content in hex whenever it is not printable otherwise + + in test suite, implicit relative import replaced with the absolute one + + in test suite, string constants replaced with numerics + ------------------------------------------------------------------- Wed Aug 31 16:07:46 UTC 2011 - saschpe@gmx.de diff --git a/python-pyasn1.spec b/python-pyasn1.spec index 8bde6b3..5092338 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -18,7 +18,7 @@ Name: python-pyasn1 -Version: 0.0.13 +Version: 0.1.1 Release: 1 Url: http://pyasn1.sf.net/ Summary: ASN.1 types and codecs