Changelog for
python39-pyasn1-0.5.0-102.5.noarch.rpm :
* Thu May 04 2023 Dirk Müller
- 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 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Thu May 27 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro
* Sun Nov 17 2019 Michael Ströder - Update to 0.4.8:
* Added ability of combining `SingleValueConstraint` and `PermittedAlphabetConstraint` objects into one for proper modeling `FROM ... EXCEPT ...` ASN.1 clause.
* Tue Sep 10 2019 Tomáš Chvátal - Update to 0.4.7:
* Many bugfixes all around, see CHANGES.rst
* Mon Jan 28 2019 Michael Ströder - update to 0.4.5
* Debug logging refactored for more efficiency when disabled and for more functionality when in use. Specifically, the global LOG object can easily be used from any function/method, not just from codec main loop as it used to be.
* More debug logging added to BER family of codecs to ease encoding problems troubleshooting.
* Copyright notice extended to the year 2019
* Fixed defaulted constructed SEQUENCE component initialization.
* Fri Dec 07 2018 Tomáš Chvátal - Fix fdupes call
* Tue Aug 07 2018 toddrme2178AATTgmail.com- update to 0.4.4
* Fixed native encoder type map to include all ASN.1 types rather than just ambiguous ones
* Fixed crash in `.prettyPrint` of `Sequence` and `Set` occurring at OPTIONAL components
* Sat May 26 2018 michaelAATTstroeder.com- update to version 0.4.3:
* Copyright notice extended to the year 2018
* Fixed GeneralizedTime.asDateTime to perform milliseconds conversion correctly