python-pskc 0.3-1 source package in Ubuntu

Changelog

python-pskc (0.3-1) unstable; urgency=medium

  * New upstream release:
    - support writing unencrypted PSKC files
    - include a sample pskc2csv script in the source code
    - fix an issue with XML namespaces for PBKDF2 parameters
    - support Python 3
    - update documentation
  * Update debian/copyright
  * Update debhelper compatibility level to 9
  * Bump Standards-Version to 3.9.6, no changes needed
  * Switch to pybuild buildsystem
  * Also build a python3-pskc package for Python 3
  * Provide the pskc2csv.py example script

 -- Arthur de Jong <email address hidden>  Thu, 08 Oct 2015 12:43:24 +0200

Upload details

Uploaded by:
Arthur de Jong
Uploaded to:
Sid
Original maintainer:
Arthur de Jong
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pskc_0.3-1.dsc 2.2 KiB 23e474cc8ef8f5e976869ef46d09e8112502342e4cf3928bc54206e0a4fdef97
python-pskc_0.3.orig.tar.gz 53.1 KiB c081e7895e7249747574416ebbe6171e080abdf4e4eca9bcd5e4a7c4911ee945
python-pskc_0.3-1.debian.tar.xz 73.6 KiB eaae9f2be26db5c06a7359d2c89845d18bcc34bd392346e9cb3f6583bd3ff761

Available diffs

No changes file available.

Binary packages built by this source

python-pskc: Python module for handling PSKC files (Python 2)

 This Python library handles Portable Symmetric Key Container (PSKC) files as
 defined in RFC6030. PSKC files are used to transport and provision symmetric
 keys (seed files) to different types of crypto modules, commonly one-time
 password tokens or other authentication devices.
 .
 The main goal of this module is to be able to extract keys from PSKC files
 for use in an OTP authentication system.
 .
 This package installs the library for Python 2.

python3-pskc: Python module for handling PSKC files (Python 3)

 This Python library handles Portable Symmetric Key Container (PSKC) files as
 defined in RFC6030. PSKC files are used to transport and provision symmetric
 keys (seed files) to different types of crypto modules, commonly one-time
 password tokens or other authentication devices.
 .
 The main goal of this module is to be able to extract keys from PSKC files
 for use in an OTP authentication system.
 .
 This package installs the library for Python 3.