forked from pool/python-pyasn1
2511bde28c29ad30a3d90173f7dad6f6480769b1b02b6832372c0e81505a66f2
- 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. * 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 * More debug logging added to BER family of codecs to ease encoding problems - Constructed types now verify their consistency by invoking components rather than isSuperTypeOf() as it used to be. Constriants check - The abs(Integer()) & abs(Real()) operation now returns respective pyasn1 format for the type (e.g. BOOLEAN is always PRIMITIVE, SET is always * Fixed a bug/typo at Boolean CER encoder OBS-URL: https://build.opensuse.org/request/show/1129186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=44
Description
No description provided
Languages
RPM Spec
100%