Changelog for
python313-pyscard-debuginfo-2.2.1-1.1.x86_64.rpm :
* Tue Jan 14 2025 Martin Hauke
- Update to version 2.2.1
* waitforcardevent(): do not miss events between 2 calls.
* Test, fix, and simplify ATR parsing.
* Sun Oct 20 2024 Martin Hauke - Update to version 2.2.0
* PCSCCardRequest: - handle KeyboardInterrupt in waitforcard() & waitforcardevent() - use a local PC/SC context to avoid locks
* smartcard.util.padd(): do NOT modify the input parameter
* CardMonitoring: a timeout exception IS expected
* Fix pydoctor documentation
* wx: fix module and examples
* Remove Python 2 conditional code
* Test and improve the synchronization code
* Test and update the `Observer.py` code
* Remove `ClassLoader.py`
* Migrate a `src/` layout
* Migrate test/
* from unittest to pytest
* Add missing GSM 03.38 symbols for decoding
* Support only Python 3.9 and higher
* Remove the Python 2.x-only Pyro dependency
* Migrate CI to use the official Coveralls action
* Standardize local and CI testing to use tox
* Build wheels in CI for all supported Python versions
* Build the docs as a part of the test suite
* Begin to add type annotations to the package
* Deprecate the `HexListToBinString`, `BinStringToHexList`, `hl2bs`, and `bs2hl` utility functions
* Support \"64\" as an ATR baud rate adjustment integer (ISO 7816-3 2006)
* Mon Sep 09 2024 Martin Hauke - Update to version 2.1.1
* Fix a regression introduced in 2.1.0- Update to version 2.1.0
* PCSCCardRequest: fix active polling (was a 0.1 sec loop)
* Fix use of undefined variable \'hresult\' in exceptions
* Fix print() use in pyscard user’s guide
* Fix deprecation warnings
* Minor changes
* some more pylint-detected fixes.
* Mon Jun 03 2024 Martin Hauke - Update to version 2.0.10
* CardMonitoringThread(): do not catch unexpected exceptions
* Sat Apr 06 2024 Martin Hauke - Update to version 2.0.9
* fix a bug with CardRequestTimeoutException introduced in 2.0.8
* Minor changes
* Sat Mar 09 2024 Martin Hauke - Update to version 2.0.8
* Make CardMonitor() thread safe on Python 3.12
* Add hresult value in exceptions
* Improve documentation
* Check swig is installed on build
* Remove use of imp module for wx (GUI)
* Makefile: modernize use of setup.py- Drop not longer needed patch:
* 0001-Remove-use-of-imp-module-for-wx-GUI.patch
* Wed Feb 07 2024 Martin Hauke - Add patch:
* 0001-Remove-use-of-imp-module-for-wx-GUI.patch Fix build for python >= 3.12
* Fri Apr 07 2023 Martin Hauke - Update to version 2.0.7
* do not include the generated HTML documentation in the archive- Update to version 2.0.6
* handle SCARD_E_NO_SERVICE on Windows (on last reader removal)
* add support of MSYS2/mingw environment on Windows
* improve documentation
* minor changes
* Thu Sep 29 2022 Martin Hauke - Update to version 2.0.5
* no functional changes- Update to version 2.0.4
* Fix a problem on PCSCCardConnection.disconnect
* Add support of BaseSCardException(hresult) format
* Do not use deprecated distutils anymore- Update to version 2.0.3
* PCSCExceptions: include error code in the message
* Tue Apr 19 2022 Marcus Meissner - use https url