4 Commits

Author SHA256 Message Date
7272de9a64 Accepting request 1314553 from security
OBS-URL: https://build.opensuse.org/request/show/1314553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=26
2025-10-30 16:10:47 +00:00
0430c750e4 - Update to version 2.3.1
* Add support of SWIG 4.4.0
  * Minor changes

OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=49
2025-10-30 12:33:33 +00:00
707be006f6 Accepting request 1305001 from security
OBS-URL: https://build.opensuse.org/request/show/1305001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyscard?expand=0&rev=25
2025-09-16 16:18:15 +00:00
8b4f126155 - Update to version 2.3.0
* PCSCCardRequest: fix waitforcardevent() initialization.
  * PCSCCardConnection: raise exception for .connect() after
    .release()
  * Fix race issue in SCardListReaders() and
    SCardListReaderGroups().
  * Use SCARD_AUTOALLOCATE where defined.
  * Use SCardFreeMemory() on Unix.
  * CardMonitoringThread: Fix a thread safeness issue.
  * fix/ignore all pylint warnings.
  * Minor changes.

OBS-URL: https://build.opensuse.org/package/show/security/python-pyscard?expand=0&rev=47
2025-09-15 16:50:35 +00:00
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c77481fb86f4a17bc441d7b36551c1d36a9d3a48c4bb30ab8118886e6f275081
size 156637

3
pyscard-2.3.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a24356f57a0a950740b6e54f51f819edd5296ee8892a6625b0da04724e9e6c13
size 160650

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Oct 29 18:38:24 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.3.1
* Add support of SWIG 4.4.0
* Minor changes
-------------------------------------------------------------------
Fri Sep 12 19:06:18 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.3.0
* PCSCCardRequest: fix waitforcardevent() initialization.
* PCSCCardConnection: raise exception for .connect() after
.release()
* Fix race issue in SCardListReaders() and
SCardListReaderGroups().
* Use SCARD_AUTOALLOCATE where defined.
* Use SCardFreeMemory() on Unix.
* CardMonitoringThread: Fix a thread safeness issue.
* fix/ignore all pylint warnings.
* Minor changes.
-------------------------------------------------------------------
Wed Jun 18 10:36:19 UTC 2025 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyscard
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2011 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%define modname pyscard
Name: python-pyscard
Version: 2.2.2
Version: 2.3.1
Release: 0
Summary: Python module adding smart card support
License: LGPL-2.0-or-later