Package Release Info

python-pyscard-2.2.2-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-pyscard

Change Logs

* Wed Jun 18 2025 Martin Hauke <mardnh@gmx.de>
- Update to version 2.2.2
  * add .release() method to CardConnection & PCSCCardRequest
  * add context manager protocol to CardRequest & CardService
  * fix some parallel execution issues
  * PCSCCardRequest: correctly initialize waitforcardevent()
  * user-guide: Update documentation
* Thu Jun 12 2025 Steve Kowalik <steven.kowalik@suse.com>
- Use pyproject macros to build and install.
* Tue Jan 14 2025 Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- Update to version 2.0.10
  * CardMonitoringThread(): do not catch unexpected exceptions
* Sat Apr 06 2024 Martin Hauke <mardnh@gmx.de>
- Update to version 2.0.9
  * fix a bug with CardRequestTimeoutException introduced in 2.0.8
  * Minor changes
* Sat Mar 09 2024 Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- Add patch:
  * 0001-Remove-use-of-imp-module-for-wx-GUI.patch
    Fix build for python >= 3.12
* Fri Apr 07 2023 Martin Hauke <mardnh@gmx.de>
- 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
Version: 1.9.6-bp152.2.18
* Mon Nov 27 2017 t.gruner@katodev.de
- update to version 1.9.6 (August 2017)
  - include test/__init__.py in the archive tarball.
    "make test" now works. That fixes build using Python 3.6
- fix spec file
* Fri May 05 2017 t.gruner@katodev.de
- single spec for python 2 and python 3
- Update to version 1.9.5 (Feb 2017)
  - SCardGetStatusChange(): fix a memory leak with Python 3
  - SCardTransmit(): use SCARD_PCI_RAW for undefined protocol
  - Improve epydoc documentation
- verison 1.9.4 (May 2016)
  - Fix installation using pip and easy_install
  - Avoid El Capitan SCardGetAttrib bug
  - CardConnection: Add context management
  - PCSCCardConnection: raise NoCardException if SCARD_E_NO_SMARTCARD
  - Stop CardMonitor monitor thread after traceback print.
  - minor improvements
- verison 1.9.3 (March 2016)
  - Fix SCardControl() on Windows 7
  - Fix installation using pip and easy_install
- verison 1.9.2 (February 2016)
  - Fix toBytes regression
  - Fix installation using pip
  - improve pydoc documentation
  - user-guide.rst: use real sample codes
  - minor improvements
- verison 1.9.1 (September 2015)
  - Create a new version so that the upload to Pypi does _not_
    contain the swig generated files.
* Fri Oct 16 2015 t.gruner@katodev.de
- Version 1.9.0 (August 2015)
  - add Python3 support (Python2 is still supported)
  - fix a lot of pylint warnings
  - smartcard/test/* replace deprecated assert calls
  - add tox support and coverage reports, run test suite on Travis
  - add Travis CI support to automatically build on Unix
  - add AppVeyor support to automatically build on Windows
  - minor bugs fixed
  - Big thank you to Alex Willmer for his work on pyscard
- Version 1.7.0 (June 2015)
  - PCSCCardConnection: Fix a problem with mode=SCARD_SHARE_DIRECT
  - add support of cygwin as a build platform
  - Fix a problem with Windows Remote Desktop
  - Switch from distutils to setuptools
  - dropped support for Python 2.5 and earlier (Alex Willmer)
  - dropped support for OS X 10.5 (Leopard) and earlier (Alex Willmer)
  - minor bugs fixed
* Thu Jul 16 2015 t.gruner@katodev.de
- move changelog to a file
* Sat Jan 11 2014 pedro@pgalves - 1.6.16
- added support for windows 64bit amd64 (Jean-Daniel Aussel)
- support python "new" classes (derive classes from object) (Ludovic Rousseau from chrysn feature request ID 3110077)
- fixed Reader.__eq__() (Ludovic Rousseau from Bernard Paulus bug ID 3418113)
- fixed extended APDU transmit buffer too short by 2 (Jean-Daniel Aussel from bugs ID 2914636 and 3106761)
- make Card and Reader objects hashable (Jean-Daniel Aussel from Hans-Peter Jansen feature request and patch)
- convert the user guide to python-Sphinx
* Fri May 27 2011 hpj@urpla.net - 1.6.14
- update to 1.6.14 svn 529
* Wed May 25 2011 hpj@urpla.net - 1.6.12
- add docs
* Wed May 25 2011 hpj@urpla.net - 1.6.12
- initial version