[Python-modules-commits] [pyscard] 01/04: New upstream version 1.9.6

Ludovic Rousseau rousseau at moszumanska.debian.org
Mon Aug 21 21:30:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository pyscard.

commit f0dc14b66d09cefa80616f4bee2c18aeff5fa25f
Author: Ludovic Rousseau <rousseau at debian.org>
Date:   Mon Aug 21 20:29:21 2017 +0200

    New upstream version 1.9.6
---
 ACKS                         |  2 +-
 ChangeLog                    | 11 ++++++---
 MANIFEST.in                  | 57 ++++++++++++++++++++++----------------------
 PKG-INFO                     |  4 ++--
 pyscard.egg-info/PKG-INFO    |  4 ++--
 pyscard.egg-info/SOURCES.txt |  1 +
 setup.py                     |  2 +-
 test/__init__.py             |  0
 8 files changed, 44 insertions(+), 37 deletions(-)

diff --git a/ACKS b/ACKS
index bb254bc..4264410 100644
--- a/ACKS
+++ b/ACKS
@@ -11,7 +11,7 @@ Jarle Bauck Hamar
 Antonio Aranda
 Frank Aune
 Michel Beziat
-Mattias Br�ndstr�m
+Mattias Brändström
 Luc Duche
 Nodir Gulyamov
 Yong David Huang
diff --git a/ChangeLog b/ChangeLog
index 0fbe1de..0b81c98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1.9.6 (August 2017)
+===================
+    * include test/__init__.py in the archive tarball.
+      "make test" now works. That fixes build using Python 3.6
+
 1.9.5 (Feb 2017)
 ================
     * SCardGetStatusChange(): fix a memory leak with Python 3
@@ -113,7 +118,7 @@
 1.6.7
 =====
         * better thread support and clean-up in ReaderMonitoringThread (Frank Aune)
-        * fixed issue on Mac OS X Leopard with dlsym loading of bad SCardControl function (Mattias Br�ndstr�m)
+        * fixed issue on Mac OS X Leopard with dlsym loading of bad SCardControl function (Mattias Brändström)
         * supported build of documentation files on linux and removed unresolved doc links (Ludovic Rousseau)
 
 1.6.6
@@ -145,8 +150,8 @@
         * better handling of protocol selection with associated test cases and added getATR_T1 example
           (issue reported by Adam Laurie for T=1 cards, and request from Yong David Huang for
           Omnikey CM5321 RFID that failed with T0|T1 mask).
-        * added handling of linux 64-bit platform and graceful exit for unsupported platform, thanks to Henryk Pl�tz
-        * added support for float value timeout in CardRequest, thanks to Henryk Pl�tz; updated test cases and a
+        * added handling of linux 64-bit platform and graceful exit for unsupported platform, thanks to Henryk Plötz
+        * added support for float value timeout in CardRequest, thanks to Henryk Plötz; updated test cases and a
           couple of samples with float timeouts.
 
 1.6.2
diff --git a/MANIFEST.in b/MANIFEST.in
index 3f68602..8fc7826 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,28 +1,29 @@
-include ACKS
-include ChangeLog
-include LICENSE
-include MANIFEST.in
-include Makefile
-include README
-include README.md
-include TODO
-include smartcard/scard/PcscDefs.i
-include smartcard/scard/PcscTypemaps.i
-include smartcard/scard/gemalto.ver
-include smartcard/scard/helpers.c
-include smartcard/scard/helpers.h
-include smartcard/scard/memlog.h
-include smartcard/scard/pcsctypes.h
-include smartcard/scard/pyscard-reader.h
-include smartcard/scard/scard.def
-include smartcard/scard/scard.i
-include smartcard/scard/scard.rc
-include smartcard/scard/winscarddll.c
-include smartcard/scard/winscarddll.h
-include smartcard/test/configcheck.py
-recursive-include smartcard/Examples *.py *.ico
-recursive-include smartcard/doc *.html *.jpg *.css *.js *.png *.txt
-recursive-include smartcard/test/framework *.txt *.py
-recursive-include smartcard/test/frameworkpcsc *.txt *.py
-recursive-include smartcard/test/scard *.txt *.py
-recursive-include smartcard/wx *.ico
+include ACKS
+include ChangeLog
+include LICENSE
+include MANIFEST.in
+include Makefile
+include README
+include README.md
+include TODO
+include smartcard/scard/PcscDefs.i
+include smartcard/scard/PcscTypemaps.i
+include smartcard/scard/gemalto.ver
+include smartcard/scard/helpers.c
+include smartcard/scard/helpers.h
+include smartcard/scard/memlog.h
+include smartcard/scard/pcsctypes.h
+include smartcard/scard/pyscard-reader.h
+include smartcard/scard/scard.def
+include smartcard/scard/scard.i
+include smartcard/scard/scard.rc
+include smartcard/scard/winscarddll.c
+include smartcard/scard/winscarddll.h
+include smartcard/test/configcheck.py
+recursive-include smartcard/Examples *.py *.ico
+recursive-include smartcard/doc *.html *.jpg *.css *.js *.png *.txt
+recursive-include smartcard/test/framework *.txt *.py
+recursive-include smartcard/test/frameworkpcsc *.txt *.py
+recursive-include smartcard/test/scard *.txt *.py
+recursive-include smartcard/wx *.ico
+include test/*.py
diff --git a/PKG-INFO b/PKG-INFO
index d7e35dc..a76bd34 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: pyscard
-Version: 1.9.5
+Version: 1.9.6
 Summary: Smartcard module for Python.
 Home-page: http://www.gemalto.com
 Author: Jean-Daniel Aussel
 Author-email: aussel.jean-daniel at gemalto.com
 License: GNU LESSER GENERAL PUBLIC LICENSE
-Download-URL: http://sourceforge.net/projects/pyscard/files/pyscard/pyscard%201.9.5/pyscard-1.9.5.tar.gz/download
+Download-URL: http://sourceforge.net/projects/pyscard/files/pyscard/pyscard%201.9.6/pyscard-1.9.6.tar.gz/download
 Description: Smartcard package for Python
 Platform: linux
 Platform: win32
diff --git a/pyscard.egg-info/PKG-INFO b/pyscard.egg-info/PKG-INFO
index d7e35dc..a76bd34 100644
--- a/pyscard.egg-info/PKG-INFO
+++ b/pyscard.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: pyscard
-Version: 1.9.5
+Version: 1.9.6
 Summary: Smartcard module for Python.
 Home-page: http://www.gemalto.com
 Author: Jean-Daniel Aussel
 Author-email: aussel.jean-daniel at gemalto.com
 License: GNU LESSER GENERAL PUBLIC LICENSE
-Download-URL: http://sourceforge.net/projects/pyscard/files/pyscard/pyscard%201.9.5/pyscard-1.9.5.tar.gz/download
+Download-URL: http://sourceforge.net/projects/pyscard/files/pyscard/pyscard%201.9.6/pyscard-1.9.6.tar.gz/download
 Description: Smartcard package for Python
 Platform: linux
 Platform: win32
diff --git a/pyscard.egg-info/SOURCES.txt b/pyscard.egg-info/SOURCES.txt
index f152b54..d90bfac 100644
--- a/pyscard.egg-info/SOURCES.txt
+++ b/pyscard.egg-info/SOURCES.txt
@@ -163,5 +163,6 @@ smartcard/test/scard/testcase_transaction.py
 smartcard/test/scard/testsuite_scard.py
 smartcard/wx/resources/reader.ico
 smartcard/wx/resources/smartcard.ico
+test/__init__.py
 test/test_ATR.py
 test/test_util.py
\ No newline at end of file
diff --git a/setup.py b/setup.py
index ae1f8c3..62e197f 100755
--- a/setup.py
+++ b/setup.py
@@ -79,7 +79,7 @@ else:
     platform_extra_link_args = []   # ['-ggdb']
 
 
-VERSION_INFO = (1, 9, 5, 0)
+VERSION_INFO = (1, 9, 6, 0)
 VERSION_STR = '%i.%i.%i' % VERSION_INFO[:3]
 VERSION_ALT = '%i,%01i,%01i,%04i' % VERSION_INFO
 
diff --git a/test/__init__.py b/test/__init__.py
new file mode 100644
index 0000000..e69de29

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyscard.git



More information about the Python-modules-commits mailing list