[Python-modules-commits] [pykcs11] branch upstream updated (171ade5 -> 23ac450)
Ludovic Rousseau
rousseau at moszumanska.debian.org
Sat Oct 24 10:07:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
rousseau pushed a change to branch upstream
in repository pykcs11.
from 171ade5 Imported Upstream version 1.3.0
adds 8234fc2 Import pykcs11_1.3.1.orig.tar.gz
new 23ac450 Import pykcs11_1.3.1.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
MANIFEST | 12 +-
Makefile | 19 +-
Makefile.win32 | 10 +-
PKG-INFO | 2 +-
PyKCS11.sln | 24 -
PyKCS11.vcproj | 261 -
PyKCS11/LowLevel.py | 1161 --
PyKCS11/__init__.py | 190 +-
readme.txt | 72 +-
samples/LowLevel/InitTokenPin.py | 3 +-
samples/LowLevel/dumpit.py | 9 +-
samples/LowLevel/rand.py | 50 +
samples/LowLevel/test.py | 7 +-
samples/LowLevel/test1.py | 5 +-
samples/dumpit.py | 5 +-
samples/{unblock.py => encrypt.py} | 38 +-
samples/events.py | 78 +
samples/generate.py | 59 +
samples/genkeypair_import_cert.py | 123 +
samples/getinfo.py | 5 +-
samples/{unblock.py => modulus.py} | 33 +-
samples/{unblock.py => signature.py} | 36 +-
samples/unblock.py | 5 +-
setup.py | 6 +-
src/ck_attribute_smart.cpp | 1 +
src/dyn_unix.c | 2 +-
src/pkcs11lib.cpp | 4 +-
src/pkcs11lib.h | 2 +-
src/pykcs11.i | 91 +-
src/stdafx.h | 2 +-
src/unix_pykcs11_wrap.cpp | 21263 ---------------------------------
31 files changed, 704 insertions(+), 22874 deletions(-)
delete mode 100644 PyKCS11.sln
delete mode 100644 PyKCS11.vcproj
delete mode 100644 PyKCS11/LowLevel.py
create mode 100755 samples/LowLevel/rand.py
copy samples/{unblock.py => encrypt.py} (50%)
create mode 100755 samples/events.py
create mode 100755 samples/generate.py
create mode 100644 samples/genkeypair_import_cert.py
copy samples/{unblock.py => modulus.py} (55%)
copy samples/{unblock.py => signature.py} (50%)
delete mode 100644 src/unix_pykcs11_wrap.cpp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pykcs11.git
More information about the Python-modules-commits
mailing list