Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-pyscard-1.9.6-lp152.3.8 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: python2-pyscard Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 1.9.6 Vendor: openSUSE
Release: lp152.3.8 Build date: Sat May 16 13:19:04 2020
Group: Development/Languages/Python Build host: obs-power9-06
Size: 805107 Source RPM: python-pyscard-1.9.6-lp152.3.8.src.rpm
Packager: https://bugs.opensuse.org
Url: http://pyscard.sourceforge.net/
Summary: Python module adding smart card support
Python-pyscard consists of smartcard.scard, an extension module wrapping
Windows smart card base components (also known as PCSC) on Windows and PCSC
lite on linux and Mac OS X Tiger and Leopard, and smartcard, a higher level
python framework built on top of the raw PCSC API.

Provides

Requires

License

LGPL-2.0+

Changelog

* Mon Nov 27 2017 t.gruner@katodev.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.gruner@katodev.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.gruner@katodev.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.gruner@katodev.de
  - move changelog to a file
* Sat Jan 11 2014 pedro@pgalves - 1.6.16
  - 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
* Fri May 27 2011 hpj@urpla.net - 1.6.14
  - update to 1.6.14 svn 529
* Wed May 25 2011 hpj@urpla.net - 1.6.12
  - add docs
* Wed May 25 2011 hpj@urpla.net - 1.6.12
  - initial version

Files

/usr/lib64/python2.7/site-packages/pyscard-1.9.6-py2.7.egg-info
/usr/lib64/python2.7/site-packages/pyscard-1.9.6-py2.7.egg-info/PKG-INFO
/usr/lib64/python2.7/site-packages/pyscard-1.9.6-py2.7.egg-info/SOURCES.txt
/usr/lib64/python2.7/site-packages/pyscard-1.9.6-py2.7.egg-info/dependency_links.txt
/usr/lib64/python2.7/site-packages/pyscard-1.9.6-py2.7.egg-info/pbr.json
/usr/lib64/python2.7/site-packages/pyscard-1.9.6-py2.7.egg-info/requires.txt
/usr/lib64/python2.7/site-packages/pyscard-1.9.6-py2.7.egg-info/top_level.txt
/usr/lib64/python2.7/site-packages/smartcard
/usr/lib64/python2.7/site-packages/smartcard/ATR.py
/usr/lib64/python2.7/site-packages/smartcard/ATR.pyc
/usr/lib64/python2.7/site-packages/smartcard/ATR.pyo
/usr/lib64/python2.7/site-packages/smartcard/AbstractCardRequest.py
/usr/lib64/python2.7/site-packages/smartcard/AbstractCardRequest.pyc
/usr/lib64/python2.7/site-packages/smartcard/AbstractCardRequest.pyo
/usr/lib64/python2.7/site-packages/smartcard/Card.py
/usr/lib64/python2.7/site-packages/smartcard/Card.pyc
/usr/lib64/python2.7/site-packages/smartcard/Card.pyo
/usr/lib64/python2.7/site-packages/smartcard/CardConnection.py
/usr/lib64/python2.7/site-packages/smartcard/CardConnection.pyc
/usr/lib64/python2.7/site-packages/smartcard/CardConnection.pyo
/usr/lib64/python2.7/site-packages/smartcard/CardConnectionDecorator.py
/usr/lib64/python2.7/site-packages/smartcard/CardConnectionDecorator.pyc
/usr/lib64/python2.7/site-packages/smartcard/CardConnectionDecorator.pyo
/usr/lib64/python2.7/site-packages/smartcard/CardConnectionEvent.py
/usr/lib64/python2.7/site-packages/smartcard/CardConnectionEvent.pyc
/usr/lib64/python2.7/site-packages/smartcard/CardConnectionEvent.pyo
/usr/lib64/python2.7/site-packages/smartcard/CardConnectionObserver.py
/usr/lib64/python2.7/site-packages/smartcard/CardConnectionObserver.pyc
/usr/lib64/python2.7/site-packages/smartcard/CardConnectionObserver.pyo
/usr/lib64/python2.7/site-packages/smartcard/CardMonitoring.py
/usr/lib64/python2.7/site-packages/smartcard/CardMonitoring.pyc
/usr/lib64/python2.7/site-packages/smartcard/CardMonitoring.pyo
/usr/lib64/python2.7/site-packages/smartcard/CardNames.py
/usr/lib64/python2.7/site-packages/smartcard/CardNames.pyc
/usr/lib64/python2.7/site-packages/smartcard/CardNames.pyo
/usr/lib64/python2.7/site-packages/smartcard/CardRequest.py
/usr/lib64/python2.7/site-packages/smartcard/CardRequest.pyc
/usr/lib64/python2.7/site-packages/smartcard/CardRequest.pyo
/usr/lib64/python2.7/site-packages/smartcard/CardService.py
/usr/lib64/python2.7/site-packages/smartcard/CardService.pyc
/usr/lib64/python2.7/site-packages/smartcard/CardService.pyo
/usr/lib64/python2.7/site-packages/smartcard/CardType.py
/usr/lib64/python2.7/site-packages/smartcard/CardType.pyc
/usr/lib64/python2.7/site-packages/smartcard/CardType.pyo
/usr/lib64/python2.7/site-packages/smartcard/ClassLoader.py
/usr/lib64/python2.7/site-packages/smartcard/ClassLoader.pyc
/usr/lib64/python2.7/site-packages/smartcard/ClassLoader.pyo
/usr/lib64/python2.7/site-packages/smartcard/Exceptions.py
/usr/lib64/python2.7/site-packages/smartcard/Exceptions.pyc
/usr/lib64/python2.7/site-packages/smartcard/Exceptions.pyo
/usr/lib64/python2.7/site-packages/smartcard/ExclusiveConnectCardConnection.py
/usr/lib64/python2.7/site-packages/smartcard/ExclusiveConnectCardConnection.pyc
/usr/lib64/python2.7/site-packages/smartcard/ExclusiveConnectCardConnection.pyo
/usr/lib64/python2.7/site-packages/smartcard/ExclusiveTransmitCardConnection.py
/usr/lib64/python2.7/site-packages/smartcard/ExclusiveTransmitCardConnection.pyc
/usr/lib64/python2.7/site-packages/smartcard/ExclusiveTransmitCardConnection.pyo
/usr/lib64/python2.7/site-packages/smartcard/Observer.py
/usr/lib64/python2.7/site-packages/smartcard/Observer.pyc
/usr/lib64/python2.7/site-packages/smartcard/Observer.pyo
/usr/lib64/python2.7/site-packages/smartcard/PassThruCardService.py
/usr/lib64/python2.7/site-packages/smartcard/PassThruCardService.pyc
/usr/lib64/python2.7/site-packages/smartcard/PassThruCardService.pyo
/usr/lib64/python2.7/site-packages/smartcard/ReaderMonitoring.py
/usr/lib64/python2.7/site-packages/smartcard/ReaderMonitoring.pyc
/usr/lib64/python2.7/site-packages/smartcard/ReaderMonitoring.pyo
/usr/lib64/python2.7/site-packages/smartcard/Session.py
/usr/lib64/python2.7/site-packages/smartcard/Session.pyc
/usr/lib64/python2.7/site-packages/smartcard/Session.pyo
/usr/lib64/python2.7/site-packages/smartcard/Synchronization.py
/usr/lib64/python2.7/site-packages/smartcard/Synchronization.pyc
/usr/lib64/python2.7/site-packages/smartcard/Synchronization.pyo
/usr/lib64/python2.7/site-packages/smartcard/System.py
/usr/lib64/python2.7/site-packages/smartcard/System.pyc
/usr/lib64/python2.7/site-packages/smartcard/System.pyo
/usr/lib64/python2.7/site-packages/smartcard/__init__.py
/usr/lib64/python2.7/site-packages/smartcard/__init__.pyc
/usr/lib64/python2.7/site-packages/smartcard/__init__.pyo
/usr/lib64/python2.7/site-packages/smartcard/guid.py
/usr/lib64/python2.7/site-packages/smartcard/guid.pyc
/usr/lib64/python2.7/site-packages/smartcard/guid.pyo
/usr/lib64/python2.7/site-packages/smartcard/pcsc
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCCardConnection.py
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCCardConnection.pyc
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCCardConnection.pyo
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCCardRequest.py
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCCardRequest.pyc
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCCardRequest.pyo
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCContext.py
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCContext.pyc
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCContext.pyo
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCExceptions.py
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCExceptions.pyc
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCExceptions.pyo
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCPart10.py
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCPart10.pyc
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCPart10.pyo
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCReader.py
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCReader.pyc
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCReader.pyo
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCReaderGroups.py
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCReaderGroups.pyc
/usr/lib64/python2.7/site-packages/smartcard/pcsc/PCSCReaderGroups.pyo
/usr/lib64/python2.7/site-packages/smartcard/pcsc/__init__.py
/usr/lib64/python2.7/site-packages/smartcard/pcsc/__init__.pyc
/usr/lib64/python2.7/site-packages/smartcard/pcsc/__init__.pyo
/usr/lib64/python2.7/site-packages/smartcard/pyro
/usr/lib64/python2.7/site-packages/smartcard/pyro/PyroReader.py
/usr/lib64/python2.7/site-packages/smartcard/pyro/PyroReader.pyc
/usr/lib64/python2.7/site-packages/smartcard/pyro/PyroReader.pyo
/usr/lib64/python2.7/site-packages/smartcard/pyro/__init__.py
/usr/lib64/python2.7/site-packages/smartcard/pyro/__init__.pyc
/usr/lib64/python2.7/site-packages/smartcard/pyro/__init__.pyo
/usr/lib64/python2.7/site-packages/smartcard/reader
/usr/lib64/python2.7/site-packages/smartcard/reader/Reader.py
/usr/lib64/python2.7/site-packages/smartcard/reader/Reader.pyc
/usr/lib64/python2.7/site-packages/smartcard/reader/Reader.pyo
/usr/lib64/python2.7/site-packages/smartcard/reader/ReaderFactory.py
/usr/lib64/python2.7/site-packages/smartcard/reader/ReaderFactory.pyc
/usr/lib64/python2.7/site-packages/smartcard/reader/ReaderFactory.pyo
/usr/lib64/python2.7/site-packages/smartcard/reader/ReaderGroups.py
/usr/lib64/python2.7/site-packages/smartcard/reader/ReaderGroups.pyc
/usr/lib64/python2.7/site-packages/smartcard/reader/ReaderGroups.pyo
/usr/lib64/python2.7/site-packages/smartcard/reader/__init__.py
/usr/lib64/python2.7/site-packages/smartcard/reader/__init__.pyc
/usr/lib64/python2.7/site-packages/smartcard/reader/__init__.pyo
/usr/lib64/python2.7/site-packages/smartcard/scard
/usr/lib64/python2.7/site-packages/smartcard/scard/__init__.py
/usr/lib64/python2.7/site-packages/smartcard/scard/__init__.pyc
/usr/lib64/python2.7/site-packages/smartcard/scard/__init__.pyo
/usr/lib64/python2.7/site-packages/smartcard/scard/_scard.so
/usr/lib64/python2.7/site-packages/smartcard/scard/scard.py
/usr/lib64/python2.7/site-packages/smartcard/scard/scard.pyc
/usr/lib64/python2.7/site-packages/smartcard/scard/scard.pyo
/usr/lib64/python2.7/site-packages/smartcard/sw
/usr/lib64/python2.7/site-packages/smartcard/sw/ErrorChecker.py
/usr/lib64/python2.7/site-packages/smartcard/sw/ErrorChecker.pyc
/usr/lib64/python2.7/site-packages/smartcard/sw/ErrorChecker.pyo
/usr/lib64/python2.7/site-packages/smartcard/sw/ErrorCheckingChain.py
/usr/lib64/python2.7/site-packages/smartcard/sw/ErrorCheckingChain.pyc
/usr/lib64/python2.7/site-packages/smartcard/sw/ErrorCheckingChain.pyo
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_4ErrorChecker.py
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_4ErrorChecker.pyc
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_4ErrorChecker.pyo
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.py
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.pyc
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.pyo
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_8ErrorChecker.py
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_8ErrorChecker.pyc
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_8ErrorChecker.pyo
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_9ErrorChecker.py
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_9ErrorChecker.pyc
/usr/lib64/python2.7/site-packages/smartcard/sw/ISO7816_9ErrorChecker.pyo
/usr/lib64/python2.7/site-packages/smartcard/sw/SWExceptions.py
/usr/lib64/python2.7/site-packages/smartcard/sw/SWExceptions.pyc
/usr/lib64/python2.7/site-packages/smartcard/sw/SWExceptions.pyo
/usr/lib64/python2.7/site-packages/smartcard/sw/__init__.py
/usr/lib64/python2.7/site-packages/smartcard/sw/__init__.pyc
/usr/lib64/python2.7/site-packages/smartcard/sw/__init__.pyo
/usr/lib64/python2.7/site-packages/smartcard/sw/op21_ErrorChecker.py
/usr/lib64/python2.7/site-packages/smartcard/sw/op21_ErrorChecker.pyc
/usr/lib64/python2.7/site-packages/smartcard/sw/op21_ErrorChecker.pyo
/usr/lib64/python2.7/site-packages/smartcard/ulist.py
/usr/lib64/python2.7/site-packages/smartcard/ulist.pyc
/usr/lib64/python2.7/site-packages/smartcard/ulist.pyo
/usr/lib64/python2.7/site-packages/smartcard/util
/usr/lib64/python2.7/site-packages/smartcard/util/__init__.py
/usr/lib64/python2.7/site-packages/smartcard/util/__init__.pyc
/usr/lib64/python2.7/site-packages/smartcard/util/__init__.pyo
/usr/lib64/python2.7/site-packages/smartcard/wx
/usr/lib64/python2.7/site-packages/smartcard/wx/APDUHexValidator.py
/usr/lib64/python2.7/site-packages/smartcard/wx/APDUHexValidator.pyc
/usr/lib64/python2.7/site-packages/smartcard/wx/APDUHexValidator.pyo
/usr/lib64/python2.7/site-packages/smartcard/wx/APDUTracerPanel.py
/usr/lib64/python2.7/site-packages/smartcard/wx/APDUTracerPanel.pyc
/usr/lib64/python2.7/site-packages/smartcard/wx/APDUTracerPanel.pyo
/usr/lib64/python2.7/site-packages/smartcard/wx/CardAndReaderTreePanel.py
/usr/lib64/python2.7/site-packages/smartcard/wx/CardAndReaderTreePanel.pyc
/usr/lib64/python2.7/site-packages/smartcard/wx/CardAndReaderTreePanel.pyo
/usr/lib64/python2.7/site-packages/smartcard/wx/ReaderToolbar.py
/usr/lib64/python2.7/site-packages/smartcard/wx/ReaderToolbar.pyc
/usr/lib64/python2.7/site-packages/smartcard/wx/ReaderToolbar.pyo
/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardApp.py
/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardApp.pyc
/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardApp.pyo
/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardAppEventObserver.py
/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardAppEventObserver.pyc
/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardAppEventObserver.pyo
/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardAppFrame.py
/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardAppFrame.pyc
/usr/lib64/python2.7/site-packages/smartcard/wx/SimpleSCardAppFrame.pyo
/usr/lib64/python2.7/site-packages/smartcard/wx/__init__.py
/usr/lib64/python2.7/site-packages/smartcard/wx/__init__.pyc
/usr/lib64/python2.7/site-packages/smartcard/wx/__init__.pyo
/usr/share/doc/packages/python2-pyscard
/usr/share/doc/packages/python2-pyscard/ACKS
/usr/share/doc/packages/python2-pyscard/ChangeLog
/usr/share/doc/packages/python2-pyscard/LICENSE
/usr/share/doc/packages/python2-pyscard/PKG-INFO
/usr/share/doc/packages/python2-pyscard/README
/usr/share/doc/packages/python2-pyscard/TODO
/usr/share/doc/packages/python2-pyscard/doc
/usr/share/doc/packages/python2-pyscard/doc/images
/usr/share/doc/packages/python2-pyscard/doc/images/pyscard.jpg
/usr/share/doc/packages/python2-pyscard/doc/images/sflogo.php.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:13:28 2024