14
0
forked from pool/python-pyasn1

Accepting request 110733 from home:stroeder:branches:devel:languages:python

Update to 0.1.2 hopefully now compliant with OBS policy

OBS-URL: https://build.opensuse.org/request/show/110733
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=9
This commit is contained in:
Sascha Peilicke
2012-03-23 11:49:05 +00:00
committed by Git OBS Bridge
parent 940215daea
commit af86c76ff0
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 23 09:59:28 UTC 2012 - michael@stroeder.com
- updated to upstrean release 0.1.2
From upstream CHANGES:
- Fix to __long__() to actually return longs on py2k
- Fix to OctetString.__str__() workings of a non-initialized object.
- Fix to quote initializer of OctetString.__repr__()
- Minor fix towards ObjectIdentifier.prettyIn() reliability
- ObjectIdentifier.__str__() is aliased to prettyPrint()
- Exlicit repr() calls replaced with '%r'
-------------------------------------------------------------------
Thu Dec 8 13:52:32 UTC 2011 - coolo@suse.com