06c6b13d62
Accepting request 1286751 from security
...
OBS-URL: https://build.opensuse.org/request/show/1286751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=24
2025-06-20 14:49:23 +00:00
d85ce113d1
- 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
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=45
2025-06-18 16:42:48 +00:00
601783efdf
Accepting request 1285205 from security
...
OBS-URL: https://build.opensuse.org/request/show/1285205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=23
2025-06-13 16:43:57 +00:00
925f9ced54
- Use pyproject macros to build and install.
...
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=43
2025-06-12 16:02:47 +00:00
f09c78f522
Accepting request 1237933 from security
...
OBS-URL: https://build.opensuse.org/request/show/1237933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=22
2025-01-15 16:44:05 +00:00
36345bc486
- Update to version 2.2.1
...
* waitforcardevent(): do not miss events between 2 calls.
* Test, fix, and simplify ATR parsing.
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=41
2025-01-14 20:17:59 +00:00
f10f309cc0
Accepting request 1216717 from security
...
OBS-URL: https://build.opensuse.org/request/show/1216717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=21
2024-10-21 14:26:36 +00:00
1555e6c19c
- 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)
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=39
2024-10-21 12:18:45 +00:00
e5fd2861b2
Accepting request 1200099 from security
...
OBS-URL: https://build.opensuse.org/request/show/1200099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=20
2024-09-11 14:56:49 +00:00
205f23a003
- 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.
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=37
2024-09-11 10:56:52 +00:00
a33b6aa307
Accepting request 1178369 from security
...
OBS-URL: https://build.opensuse.org/request/show/1178369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=19
2024-06-04 10:51:32 +00:00
130cc0300f
Accepting request 1178367 from home:mnhauke
...
- Update to version 2.0.10
* CardMonitoringThread(): do not catch unexpected exceptions
OBS-URL: https://build.opensuse.org/request/show/1178367
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=35
2024-06-03 17:41:38 +00:00
e75a87182c
Accepting request 1166218 from security
...
OBS-URL: https://build.opensuse.org/request/show/1166218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=18
2024-04-08 15:40:49 +00:00
6b95fcf40f
Accepting request 1165850 from home:mnhauke
...
- Update to version 2.0.9
* fix a bug with CardRequestTimeoutException introduced in 2.0.8
* Minor changes
OBS-URL: https://build.opensuse.org/request/show/1165850
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=33
2024-04-08 13:55:44 +00:00
63892276b4
Accepting request 1156664 from security
...
OBS-URL: https://build.opensuse.org/request/show/1156664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=17
2024-03-10 19:25:31 +00:00
cab73ea635
Accepting request 1156663 from home:mnhauke
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1156663
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=31
2024-03-09 22:04:46 +00:00
e3871f911d
Accepting request 1145068 from security
...
OBS-URL: https://build.opensuse.org/request/show/1145068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=16
2024-02-08 18:02:52 +00:00
8151a0ebb9
Accepting request 1145021 from home:mnhauke
...
- Add patch:
* 0001-Remove-use-of-imp-module-for-wx-GUI.patch
Fix build for python >= 3.12
OBS-URL: https://build.opensuse.org/request/show/1145021
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=29
2024-02-08 08:34:19 +00:00
fa45a4d1db
Accepting request 1078599 from security
...
OBS-URL: https://build.opensuse.org/request/show/1078599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=15
2023-04-12 12:03:31 +00:00
dcdb33bd7c
Accepting request 1077891 from home:mnhauke
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1077891
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=27
2023-04-12 08:56:14 +00:00
e27866c9d1
Accepting request 1007095 from security
...
OBS-URL: https://build.opensuse.org/request/show/1007095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=14
2022-09-30 15:58:09 +00:00
e4fe5f24d6
Accepting request 1007048 from home:mnhauke
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1007048
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=25
2022-09-29 19:31:40 +00:00
1183c04909
Accepting request 972314 from security
...
- use https url
OBS-URL: https://build.opensuse.org/request/show/972314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=13
2022-04-23 17:47:13 +00:00
a1fb909452
- use https url
...
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=23
2022-04-19 12:58:10 +00:00
614fc2f02d
Accepting request 929036 from security
...
OBS-URL: https://build.opensuse.org/request/show/929036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=12
2021-11-03 16:26:38 +00:00
276123fb66
Accepting request 928977 from home:pgajdos:python
...
- %check: use %pyunittest rpm macro
OBS-URL: https://build.opensuse.org/request/show/928977
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=22
2021-11-03 14:22:52 +00:00
04393f4b62
Accepting request 921177 from security
...
OBS-URL: https://build.opensuse.org/request/show/921177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=11
2021-09-23 21:04:24 +00:00
6a87cee031
Accepting request 921041 from home:mnhauke
...
- 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
OBS-URL: https://build.opensuse.org/request/show/921041
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=21
2021-09-23 19:07:49 +00:00
1bbe20dd44
Accepting request 913752 from security
...
OBS-URL: https://build.opensuse.org/request/show/913752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=10
2021-08-24 08:54:52 +00:00
8a1353b6c6
Accepting request 913203 from home:mnhauke
...
- Update to version 2.0.1
* Add .reconnect() method to high-level API
* Use Python3 by default
* Handle bogus ACS ACR122U PICC reader
OBS-URL: https://build.opensuse.org/request/show/913203
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=20
2021-08-23 12:03:45 +00:00
d148889470
Accepting request 862079 from security
...
OBS-URL: https://build.opensuse.org/request/show/862079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=9
2021-01-10 18:44:42 +00:00
27679ae80d
Accepting request 862050 from home:mnhauke
...
- Update to version 2.0.0
* SCardStatus(): Fix a crash in case of PC/SC error
* toASCIIString(): replace non-ASCII char by '.'
OBS-URL: https://build.opensuse.org/request/show/862050
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=18
2021-01-10 07:41:02 +00:00
2ac492158b
Accepting request 750716 from security
...
OBS-URL: https://build.opensuse.org/request/show/750716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=8
2019-12-05 16:33:41 +00:00
e237bb4e3b
Accepting request 750636 from home:mnhauke
...
- Update to version 1.9.9
* test: fix Exception test on 32-bits CPU
OBS-URL: https://build.opensuse.org/request/show/750636
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=16
2019-11-25 11:02:58 +00:00
0898d2b746
Accepting request 691405 from security
...
OBS-URL: https://build.opensuse.org/request/show/691405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=7
2019-04-04 10:08:58 +00:00
480b0fbdfb
Accepting request 691404 from home:Simmphonie:python
...
- Fix Exception test on 32-bits CPU. Issue #72
OBS-URL: https://build.opensuse.org/request/show/691404
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=14
2019-04-04 07:26:11 +00:00
9bc8f7acd7
Accepting request 688650 from security
...
OBS-URL: https://build.opensuse.org/request/show/688650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=6
2019-03-26 14:45:52 +00:00
256211358b
Accepting request 688509 from home:mnhauke:branches:security
...
- 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
OBS-URL: https://build.opensuse.org/request/show/688509
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=12
2019-03-26 10:35:17 +00:00
6454d5e57b
Accepting request 618168 from security
...
OBS-URL: https://build.opensuse.org/request/show/618168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=5
2018-06-29 20:31:41 +00:00
e607db27c9
Accepting request 618122 from home:mnhauke:osmocom:nightly
...
- 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
OBS-URL: https://build.opensuse.org/request/show/618122
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=10
2018-06-21 04:08:19 +00:00
96c8968f4f
Accepting request 546239 from security
...
OBS-URL: https://build.opensuse.org/request/show/546239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=4
2017-12-02 12:11:53 +00:00
df5a78c8a7
Accepting request 546230 from home:Simmphonie:python
...
- 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
- 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.
- 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
- move changelog to a file
*
- 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
*
- update to 1.6.14 svn 529
*
- add docs
*
- initial version
OBS-URL: https://build.opensuse.org/request/show/546230
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=8
2017-11-28 14:19:21 +00:00
efa0b66be4
Accepting request 544050 from home:Simmphonie:yubico
...
- update to version 1.9.6
- fix spec file
OBS-URL: https://build.opensuse.org/request/show/544050
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=7
2017-11-22 06:11:50 +00:00
461331daad
Accepting request 494936 from security
...
1
OBS-URL: https://build.opensuse.org/request/show/494936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=3
2017-05-16 12:46:03 +00:00
c12b87c26e
Accepting request 494935 from home:Simmphonie:yubico
...
OBS-URL: https://build.opensuse.org/request/show/494935
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=5
2017-05-15 12:59:21 +00:00
78d1f2fa12
Accepting request 346703 from security
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/346703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=2
2015-12-03 12:31:07 +00:00
Stephan Kulow
7fe2d4084d
Accepting request 339196 from security
...
OBS-URL: https://build.opensuse.org/request/show/339196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=1
2015-11-22 09:59:52 +00:00
04c1fe0e8b
Accepting request 341023 from home:Simmphonie:yubico
...
OBS-URL: https://build.opensuse.org/request/show/341023
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=2
2015-10-26 15:28:42 +00:00
9bf6c4c247
Accepting request 317243 from home:Simmphonie:yubico
...
package for yubioath-desktop (Yubikey Authenticator)
OBS-URL: https://build.opensuse.org/request/show/317243
OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=1
2015-07-20 08:48:11 +00:00