From: <jda...@us...> - 2008-02-26 13:20:27
|
Revision: 196 http://pyscard.svn.sourceforge.net/pyscard/?rev=196&view=rev Author: jdaussel Date: 2008-02-26 05:20:33 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Updated release number to 1.6.6 and date to Feb 2008 Modified Paths: -------------- trunk/pyscard/src/PKG-INFO trunk/pyscard/src/README trunk/pyscard/src/setup.py trunk/pyscard/src/smartcard/ChangeLog trunk/pyscard/src/smartcard/README trunk/pyscard/src/smartcard/TODO trunk/pyscard/src/smartcard/__init__.py trunk/pyscard/src/smartcard/doc/framework-samples.html trunk/pyscard/src/smartcard/doc/index.html trunk/pyscard/src/smartcard/doc/scard-samples.html trunk/pyscard/src/smartcard/scard/gemalto.ver trunk/pyscard/tools/vslick/pyscard.macosX.darwin.vpj Modified: trunk/pyscard/src/PKG-INFO =================================================================== --- trunk/pyscard/src/PKG-INFO 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/PKG-INFO 2008-02-26 13:20:33 UTC (rev 196) @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: pyscard -Version: 1.6.5 +Version: 1.6.6 Summary: Smartcard module for Python. Home-page: http://pyscard.sourceforge.net/ Author: Jean-Daniel Aussel @@ -10,7 +10,7 @@ Description: Smartcard package for Python Platform: linux Platform: win32 -Classifier: Development Status :: 1.6.5 - Release +Classifier: Development Status :: 1.6.6 - Release Classifier: License :: GNU LESSER GENERAL PUBLIC LICENSE Classifier: Intended Audience :: Developers Classifier: Operating System :: Unix Modified: trunk/pyscard/src/README =================================================================== --- trunk/pyscard/src/README 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/README 2008-02-26 13:20:33 UTC (rev 196) @@ -23,7 +23,7 @@ Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ------------------------------------------------------------------------------- -Last update : pyscard 1.6.5 (January 2008) +Last update : pyscard 1.6.6 (February 2008) ------------------------------------------------------------------------------- pyscard is a python module adding smart cards support to python. @@ -61,7 +61,7 @@ The binary msi installer and self-executable installer are packaged for a specific version of python, and have name similar to -pyscard-1.6.5.win32-py2.5.msi and pyscard-1.6.5.win32-py2.5.exe for +pyscard-1.6.6.win32-py2.5.msi and pyscard-1.6.6.win32-py2.5.exe for python 2.5. @@ -77,8 +77,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.5.zip for windows, -and pyscard-1.6.5.tar.gz for linux. +The source distribution is available as pyscard-1.6.6.zip for windows, +and pyscard-1.6.6.tar.gz for linux. 3. unzip the source distribution, open a console and type the following: @@ -99,8 +99,8 @@ 1. download the binary distribution The binary distribution is either an archive file or a rpm file, with -names similar to pyscard-1.6.5-1.i386.rpm for the rpm distribution, -or pyscard-1.6.5.linux-i686.tar.gz for the archive distribution. +names similar to pyscard-1.6.6-1.i386.rpm for the rpm distribution, +or pyscard-1.6.6.linux-i686.tar.gz for the archive distribution. 2. untar the binary distribution @@ -115,8 +115,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.5.zip or -pyscard-1.6.5.tar.gz. +The source distribution is available as pyscard-1.6.6.zip or +pyscard-1.6.6.tar.gz. 3. untar the source distribution @@ -130,7 +130,7 @@ Installation on Max OS X Tiger: -------------------------------- -The Mac OS X Tiger support is experimental on pyscard 1.6.5. It was developed +The Mac OS X Tiger support is experimental on pyscard 1.6.6. It was developed and tested on a i386 MacBook Pro. Please drop me a mail if you succeed on a ppc MacBook. @@ -140,14 +140,14 @@ 1. download the binary distribution The binary distribution is an archive file, with a name similar to -pyscard-1.6.5-py-2.3-macosx10.4.mpkg or pyscard-1.6.5-py-2.5-macosx10.4.mpkg. +pyscard-1.6.6-py-2.3-macosx10.4.mpkg or pyscard-1.6.6-py-2.5-macosx10.4.mpkg. 2. Open the package and proceed with installation. -Python 2.3 is pre-installed, so install pyscard-1.6.5-py-2.3-macosx10.4.mpkg if +Python 2.3 is pre-installed, so install pyscard-1.6.6-py-2.3-macosx10.4.mpkg if you did not install another release of python. -Install pyscard-1.6.5-py-2.5-macosx10.4.mpkg if you installed python 2.5. +Install pyscard-1.6.6-py-2.5-macosx10.4.mpkg if you installed python 2.5. Installing on Mac OS X Tiger from the source distribution ---------------------------------------------------------- @@ -157,8 +157,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.5.zip or -pyscard-1.6.5.tar.gz. +The source distribution is available as pyscard-1.6.6.zip or +pyscard-1.6.6.tar.gz. 3. untar or unzip the source distribution @@ -197,9 +197,9 @@ setup.py build_ext bdist_wininst This will build the msi installer and self-executable installer in the dist -directory, with names similar to pyscard-1.6.5.win32-py2.5.msi and -pyscard-1.6.5.win32-py2.5.exe for python 2.5, and -pyscard-1.6.5.win32-py2.4.msi and pyscard-1.6.5.win32-py2.4.exe for +directory, with names similar to pyscard-1.6.6.win32-py2.5.msi and +pyscard-1.6.6.win32-py2.5.exe for python 2.5, and +pyscard-1.6.6.win32-py2.4.msi and pyscard-1.6.6.win32-py2.4.exe for python 2.4. Building a binary distribution for linux @@ -214,7 +214,7 @@ /usr/bin/python setup.py build_ext bdist -This will build a package similar to pyscard-1.6.5.linux-i686.tar.gz +This will build a package similar to pyscard-1.6.6.linux-i686.tar.gz containing a tree Building a rpm distribution for linux @@ -236,7 +236,7 @@ echo "%_unpackaged_files_terminate_build 0" >> /etc/rpm/macros This will build in the dist directory a binary distribution with a name -similar to pyscard-1.6.5-1.i386.rpm. +similar to pyscard-1.6.6-1.i386.rpm. Building a binary distribution for Mac OS X Tiger ------------------------------------------------- @@ -253,7 +253,7 @@ python setup.py build_ext /System/Library/Frameworks/Python.Framework/Versions/2.3/bin/bdist_mpkg setup.py -This will build package pyscard-1.6.5-py-2.3-macosx10.4.mpkg. +This will build package pyscard-1.6.6-py-2.3-macosx10.4.mpkg. If you are using python 2.5, in the root directory of the source distribution, i.e. in the src directory, execute the following commands in a terminal: @@ -261,7 +261,7 @@ python setup.py build_ext /Library/Frameworks/Python.Framework/Versions/2.5/bin/bdist_mpkg setup.py -This will build package pyscard-1.6.5-py-2.6-macosx10.4.mpkg. +This will build package pyscard-1.6.6-py-2.6-macosx10.4.mpkg. ------------------------------------------------------------------------------- Modified: trunk/pyscard/src/setup.py =================================================================== --- trunk/pyscard/src/setup.py 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/setup.py 2008-02-26 13:20:33 UTC (rev 196) @@ -138,7 +138,7 @@ build_ext.swig_sources = swig_sources kw = {'name':"pyscard", - 'version':"1.6.5", + 'version':"1.6.6", 'description':"Smartcard module for Python.", 'author':"Jean-Daniel Aussel", 'author_email':"aus...@ge...", @@ -184,7 +184,7 @@ if hasattr(core, 'setup_keywords'): if 'classifiers' in core.setup_keywords: kw['classifiers'] = [ - 'Development Status :: 1.6.5 - Release', + 'Development Status :: 1.6.6 - Release', 'License :: GNU LESSER GENERAL PUBLIC LICENSE', 'Intended Audience :: Developers', 'Operating System :: Unix', Modified: trunk/pyscard/src/smartcard/ChangeLog =================================================================== --- trunk/pyscard/src/smartcard/ChangeLog 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/smartcard/ChangeLog 2008-02-26 13:20:33 UTC (rev 196) @@ -1,3 +1,7 @@ +1.6.6 +===== + * added support for Mac OS X Leopard + 1.6.5 ===== * added sample_MonitorCardsAndTransmit.py sample to illustrate how to transmit apdu to a card notified Modified: trunk/pyscard/src/smartcard/README =================================================================== --- trunk/pyscard/src/smartcard/README 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/smartcard/README 2008-02-26 13:20:33 UTC (rev 196) @@ -23,7 +23,7 @@ Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ------------------------------------------------------------------------------- -Last update : pyscard 1.6.5 (January 2008) +Last update : pyscard 1.6.6 (February 2008) ------------------------------------------------------------------------------- pyscard is a python module adding smart cards support to python. @@ -61,7 +61,7 @@ The binary msi installer and self-executable installer are packaged for a specific version of python, and have name similar to -pyscard-1.6.5.win32-py2.5.msi and pyscard-1.6.5.win32-py2.5.exe for +pyscard-1.6.6.win32-py2.5.msi and pyscard-1.6.6.win32-py2.5.exe for python 2.5. @@ -77,8 +77,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.5.zip for windows, -and pyscard-1.6.5.tar.gz for linux. +The source distribution is available as pyscard-1.6.6.zip for windows, +and pyscard-1.6.6.tar.gz for linux. 3. unzip the source distribution, open a console and type the following: @@ -99,8 +99,8 @@ 1. download the binary distribution The binary distribution is either an archive file or a rpm file, with -names similar to pyscard-1.6.5-1.i386.rpm for the rpm distribution, -or pyscard-1.6.5.linux-i686.tar.gz for the archive distribution. +names similar to pyscard-1.6.6-1.i386.rpm for the rpm distribution, +or pyscard-1.6.6.linux-i686.tar.gz for the archive distribution. 2. untar the binary distribution @@ -115,8 +115,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.5.zip or -pyscard-1.6.5.tar.gz. +The source distribution is available as pyscard-1.6.6.zip or +pyscard-1.6.6.tar.gz. 3. untar the source distribution @@ -130,7 +130,7 @@ Installation on Max OS X Tiger: -------------------------------- -The Mac OS X Tiger support is experimental on pyscard 1.6.5. It was developed +The Mac OS X Tiger support is experimental on pyscard 1.6.6. It was developed and tested on a i386 MacBook Pro. Please drop me a mail if you succeed on a ppc MacBook. @@ -140,14 +140,14 @@ 1. download the binary distribution The binary distribution is an archive file, with a name similar to -pyscard-1.6.5-py-2.3-macosx10.4.mpkg or pyscard-1.6.5-py-2.5-macosx10.4.mpkg. +pyscard-1.6.6-py-2.3-macosx10.4.mpkg or pyscard-1.6.6-py-2.5-macosx10.4.mpkg. 2. Open the package and proceed with installation. -Python 2.3 is pre-installed, so install pyscard-1.6.5-py-2.3-macosx10.4.mpkg if +Python 2.3 is pre-installed, so install pyscard-1.6.6-py-2.3-macosx10.4.mpkg if you did not install another release of python. -Install pyscard-1.6.5-py-2.5-macosx10.4.mpkg if you installed python 2.5. +Install pyscard-1.6.6-py-2.5-macosx10.4.mpkg if you installed python 2.5. Installing on Mac OS X Tiger from the source distribution ---------------------------------------------------------- @@ -157,8 +157,8 @@ 2. download the source distribution -The source distribution is available as pyscard-1.6.5.zip or -pyscard-1.6.5.tar.gz. +The source distribution is available as pyscard-1.6.6.zip or +pyscard-1.6.6.tar.gz. 3. untar or unzip the source distribution @@ -197,9 +197,9 @@ setup.py build_ext bdist_wininst This will build the msi installer and self-executable installer in the dist -directory, with names similar to pyscard-1.6.5.win32-py2.5.msi and -pyscard-1.6.5.win32-py2.5.exe for python 2.5, and -pyscard-1.6.5.win32-py2.4.msi and pyscard-1.6.5.win32-py2.4.exe for +directory, with names similar to pyscard-1.6.6.win32-py2.5.msi and +pyscard-1.6.6.win32-py2.5.exe for python 2.5, and +pyscard-1.6.6.win32-py2.4.msi and pyscard-1.6.6.win32-py2.4.exe for python 2.4. Building a binary distribution for linux @@ -214,7 +214,7 @@ /usr/bin/python setup.py build_ext bdist -This will build a package similar to pyscard-1.6.5.linux-i686.tar.gz +This will build a package similar to pyscard-1.6.6.linux-i686.tar.gz containing a tree Building a rpm distribution for linux @@ -236,7 +236,7 @@ echo "%_unpackaged_files_terminate_build 0" >> /etc/rpm/macros This will build in the dist directory a binary distribution with a name -similar to pyscard-1.6.5-1.i386.rpm. +similar to pyscard-1.6.6-1.i386.rpm. Building a binary distribution for Mac OS X Tiger ------------------------------------------------- @@ -253,7 +253,7 @@ python setup.py build_ext /System/Library/Frameworks/Python.Framework/Versions/2.3/bin/bdist_mpkg setup.py -This will build package pyscard-1.6.5-py-2.3-macosx10.4.mpkg. +This will build package pyscard-1.6.6-py-2.3-macosx10.4.mpkg. If you are using python 2.5, in the root directory of the source distribution, i.e. in the src directory, execute the following commands in a terminal: @@ -261,7 +261,7 @@ python setup.py build_ext /Library/Frameworks/Python.Framework/Versions/2.5/bin/bdist_mpkg setup.py -This will build package pyscard-1.6.5-py-2.6-macosx10.4.mpkg. +This will build package pyscard-1.6.6-py-2.6-macosx10.4.mpkg. ------------------------------------------------------------------------------- Modified: trunk/pyscard/src/smartcard/TODO =================================================================== --- trunk/pyscard/src/smartcard/TODO 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/smartcard/TODO 2008-02-26 13:20:33 UTC (rev 196) @@ -8,6 +8,4 @@ - more unit tests -- support of Mac OS X leopard - -January 2008 +February 2008 Modified: trunk/pyscard/src/smartcard/__init__.py =================================================================== --- trunk/pyscard/src/smartcard/__init__.py 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/smartcard/__init__.py 2008-02-26 13:20:33 UTC (rev 196) @@ -5,7 +5,7 @@ __author__ = "gemalto http://www.gemalto.com" __date__ = "January 2008" -__version__ = "1.6.5" +__version__ = "1.6.6" Copyright 2001-2008 gemalto Author: Jean-Daniel Aussel, mailto:jea...@ge... Modified: trunk/pyscard/src/smartcard/doc/framework-samples.html =================================================================== --- trunk/pyscard/src/smartcard/doc/framework-samples.html 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/smartcard/doc/framework-samples.html 2008-02-26 13:20:33 UTC (rev 196) @@ -9,7 +9,7 @@ <a href="http://sourceforge.net"></a><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=196342&type=3" width="125" height="37" border="0" align="right" alt="SourceForge.net Logo" /></a> <hr> <H1 align="center"> </h1> -Last update : pyscard 1.6.5 (January 2008) +Last update : pyscard 1.6.6 (February 2008) <p> <a href="pyscard-usersguide.html">pyscard</a> is a python module adding smart cards support to <a href="http://www.python.org">python</a>. <p>It consists of <a href="html/smartcard.scard.scard-module.html">smartcard.scard</a>, Modified: trunk/pyscard/src/smartcard/doc/index.html =================================================================== --- trunk/pyscard/src/smartcard/doc/index.html 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/smartcard/doc/index.html 2008-02-26 13:20:33 UTC (rev 196) @@ -8,7 +8,7 @@ <body bgcolor="#ffffff"> <H1 align="center">pyscard<a href="http://sourceforge.net"></a><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=196342&type=3" width="125" height="37" border="0" align="right" alt="SourceForge.net Logo" /></a></h1> <hr> -Last update : pyscard 1.6.5 (January 2008) +Last update : pyscard 1.6.6 (February 2008) <p> <a href="pyscard-usersguide.html">pyscard - python smart card library</a> is a python module adding smart cards support to <a href="http://www.python.org">python.</a> @@ -16,9 +16,9 @@ sourceforge.net. <p>Pyscard consists of <a href="epydoc/smartcard.scard.scard-module.html">smartcard.scard</a>, 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 <a - href="epydoc/index.html">smartcard</a>, a higher level python framework built - on top of the raw PCSC API. + as PCSC) on Windows and PCSC lite on linux and Mac OS X Tiger and Leopard, and + <a href="epydoc/index.html">smartcard</a>, a higher level python framework + built on top of the raw PCSC API. <p align="center"><img src="images/pyscard.jpg" width="396" height="540" align="middle"> <h2>Documentation Index</h2> Modified: trunk/pyscard/src/smartcard/doc/scard-samples.html =================================================================== --- trunk/pyscard/src/smartcard/doc/scard-samples.html 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/smartcard/doc/scard-samples.html 2008-02-26 13:20:33 UTC (rev 196) @@ -9,7 +9,7 @@ <a href="http://sourceforge.net"></a><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=196342&type=3" width="125" height="37" border="0" align="right" alt="SourceForge.net Logo" /></a> <hr> <H1 align="center"> </h1> -Last update : pyscard 1.6.5 (January 2008) +Last update : pyscard 1.6.6 (February 2008) <p>Using the <a href="html/index.html">smartcard framework</a> is the preferred way to write python smart card application. You can however use the <a href="html/smartcard.scard.scard-module.html">smartcard.scard</a> library to write your python smart card application if you want to write your Modified: trunk/pyscard/src/smartcard/scard/gemalto.ver =================================================================== --- trunk/pyscard/src/smartcard/scard/gemalto.ver 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/src/smartcard/scard/gemalto.ver 2008-02-26 13:20:33 UTC (rev 196) @@ -16,7 +16,7 @@ #endif #ifndef VER_PRODUCTVERSION -#define VER_PRODUCTVERSION 1,06,05,0002 +#define VER_PRODUCTVERSION 1,06,06,0002 #endif #ifndef VER_FILEVERSION @@ -24,7 +24,7 @@ #endif #ifndef VER_PRODUCTVERSION_STR -#define VER_PRODUCTVERSION_STR "1.6.5" +#define VER_PRODUCTVERSION_STR "1.6.6" #endif #ifndef VER_FILEFLAGSMASK Modified: trunk/pyscard/tools/vslick/pyscard.macosX.darwin.vpj =================================================================== --- trunk/pyscard/tools/vslick/pyscard.macosX.darwin.vpj 2008-02-26 13:08:00 UTC (rev 195) +++ trunk/pyscard/tools/vslick/pyscard.macosX.darwin.vpj 2008-02-26 13:20:33 UTC (rev 196) @@ -66,6 +66,14 @@ RunFromDir="%wp"> <Exec CmdLine="sudo /usr/bin/env python ../commands/uninstall.py"/> </Target> + <Target + Name="run" + MenuCaption="&run" + RunFromDir="%p" + CaptureOutputWith="ProcessBuffer" + ClearProcessBuffer="1"> + <Exec CmdLine="python %f"/> + </Target> </Menu> </Config> <Files> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |