forked from pool/python-pyasn1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=13
67 lines
2.6 KiB
Plaintext
67 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Apr 18 07:46:46 UTC 2012 - saschpe@suse.de
|
|
|
|
- Fix obsoletes for python-asn1 instead
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 17 15:12:23 UTC 2012 - dmueller@suse.com
|
|
|
|
- remove self-obsoletes
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- fix license to be in spdx.org format
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Packaged documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 31 15:04:38 UTC 2011 - saschpe@suse.de
|
|
|
|
- Initial version, obsoletes 'python-asn1'
|
|
|