forked from pool/python-pyasn1
- update to 0.5.0:
* Change `RealEncoder.supportIndefLenMode` type to a boolean * Fix CI for py39 test environment * Replace all snmplabs.com links * Use correct SPDX identifier for the license * Re-add ``tagMap`` and ``typeMap`` module level attributes to all encoder and decoder modules. They are aliases for ``TAG_MAP`` and ``TYPE_MAP`` * Restore API for passing for ``tagMap`` and ``typeMap`` arguments to ``Encoder`` and ``Decoder`` classes by name and position, * Re-add ``tagMap`` and ``typeMap`` module level attributes to all encoder and decoder modules. They are aliases for ``TAG_MAP`` and ``TYPE_MAP`` * Restore API for passing for ``tagMap`` and ``typeMap`` arguments to ``Encoder`` and ``Decoder`` classes by name and position, * Make BER/CER/DER decoders streaming and suspendible OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=87
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 19:21:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5.0:
|
||||
* Change `RealEncoder.supportIndefLenMode` type to a boolean
|
||||
* Fix CI for py39 test environment
|
||||
* Replace all snmplabs.com links
|
||||
* Use correct SPDX identifier for the license
|
||||
* Re-add ``tagMap`` and ``typeMap`` module level attributes to all
|
||||
encoder and decoder modules. They are aliases for ``TAG_MAP`` and
|
||||
``TYPE_MAP``
|
||||
* Restore API for passing for ``tagMap`` and ``typeMap`` arguments
|
||||
to ``Encoder`` and ``Decoder`` classes by name and position,
|
||||
* Re-add ``tagMap`` and ``typeMap`` module level attributes to all
|
||||
encoder and decoder modules. They are aliases for ``TAG_MAP`` and
|
||||
``TYPE_MAP``
|
||||
* Restore API for passing for ``tagMap`` and ``typeMap`` arguments
|
||||
to ``Encoder`` and ``Decoder`` classes by name and position,
|
||||
* Make BER/CER/DER decoders streaming and suspendible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:30:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user