[Python-modules-commits] [pykcs11] branch master updated (58708b4 -> 5b52582)
Ludovic Rousseau
rousseau at moszumanska.debian.org
Fri Oct 23 10:10:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
rousseau pushed a change to branch master
in repository pykcs11.
from 58708b4 Update Vcs fields for git migration
new 8234fc2 Import pykcs11_1.3.1.orig.tar.gz
new 65c7ca6 record new upstream branch created by importing pykcs11_1.3.1.orig.tar.gz and merge it
new f3d1eca change version to 1.3.1-1 (UNRELEASED) new upstream version
new 5b52582 change target to unstable
The 4 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 +-
debian/.git-dpm | 14 +-
debian/changelog | 6 +
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 ---------------------------------
33 files changed, 717 insertions(+), 22881 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