Commit Graph

13 Commits

Author SHA256 Message Date
315fb6da92 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
9307e239cb 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
7d19984af0 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
57667a4032 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
a8e9a75a3d 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
e3a04b2587 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
fa0608b26d 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
b206c1d457 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
ee9bc41fa4 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
8044d9fa17 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
47c522a597 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
f54c99bb35 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
f7eefb3ceb 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