Changelog for
python310-pyasn1-0.6.0-1.1.noarch.rpm :
* Wed Apr 03 2024 Dirk Müller
- update to 0.6.0:
* Added support for previously missing RELATIVE-OID construct
* Updated link to Layman\'s Guide Now it provides a link to links to a formatted PDF version of the paper, at a stable domain (researchgate), using https
* Removed support for EOL Python 2.7, 3.6, 3.7
* Mon Nov 27 2023 Dirk Müller - update to 0.5.1:
* Added support for PyPy 3.10 and Python 3.12
* Updated RTD configuration to include a dummy index.rst redirecting to contents.html, ensuring compatibility with third-party documentation and search indexes.
* Fixed the API breakage wih decoder.decode(substrateFun=...).
* A substrateFun passed to ``decoder.decode()`` can now be either v0.4 Non-Streaming or v0.5 Streaming. pyasn1 will detect and handle both cases transparently.
* A substrateFun passed to one of the new streaming decoders is
* still expected to be v0.5 Streaming only.
* 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