Changelog for
python3-pyscard-2.0.2-4.1.x86_64.rpm :
* Tue Apr 19 2022 meissnerAATTsuse.com- use https url
* Wed Nov 03 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro
* Wed Sep 22 2021 mardnhAATTgmx.de- Update to version 2.0.2
* Restrict MAX_BUFFER_SIZE_EXTENDED to 65535 and fix an issue on Lenovo laptops with NXP NFC readers
* SmartcardException: display a positive PCSC error code
* Thu Aug 19 2021 mardnhAATTgmx.de- Update to version 2.0.1
* Add .reconnect() method to high-level API
* Use Python3 by default
* Handle bogus ACS ACR122U PICC reader
* Sat Jan 09 2021 mardnhAATTgmx.de- Update to version 2.0.0
* SCardStatus(): Fix a crash in case of PC/SC error
* toASCIIString(): replace non-ASCII char by \'.\'
* Sun Nov 24 2019 mardnhAATTgmx.de- Update to version 1.9.9
* test: fix Exception test on 32-bits CPU
* Thu Apr 04 2019 t.grunerAATTkatodev.de- Fix Exception test on 32-bits CPU. Issue #72
* Mon Mar 25 2019 mardnhAATTgmx.de- Update to version 1.9.8
* SmartcardException: store the PC/SC return code in hresult
* CardMonitoring: stop the looping only if PCSC exited
* Minor documentation improvements
* Wed Jun 20 2018 mardnhAATTgmx.de- Update to version 1.9.7
* Modify CardMonitoring\'s deleteObserver method to cleanly remove threads
* Python 3: fix smartcard/Synchronization.py
* Python 3: Fix SCardGetErrorMessage() on Windows
* PCSCPart10: add parseFeatureRequest(), parseTlvProperties()
* Fix PEP8 warnings
* Minor documentation improvements
* Mon Nov 27 2017 t.grunerAATTkatodev.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.grunerAATTkatodev.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.grunerAATTkatodev.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.grunerAATTkatodev.de- move changelog to a file