Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7272de9a64 | |||
| 0430c750e4 | |||
| 707be006f6 | |||
| 8b4f126155 |
@@ -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
3
pyscard-2.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a24356f57a0a950740b6e54f51f819edd5296ee8892a6625b0da04724e9e6c13
|
||||
size 160650
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user