Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d49ebc7d2feb9e511e50088f65dc66d5ba76fa8b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d49ebc7d2feb9e511e50088f65dc66d5ba76fa8b)
  • Date: Thu, 27 Jul 2017 13:39:37 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/pyotp/DEPENDS | 1 +
python-pypi/pyotp/DETAILS | 31 +++++++++++++++++++++++++++++++
python-pypi/pyotp/HISTORY | 2 ++
4 files changed, 37 insertions(+)

New commits:
commit d49ebc7d2feb9e511e50088f65dc66d5ba76fa8b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pyotp: new spell, Python One-Time Password library

diff --git a/ChangeLog b/ChangeLog
index 2375c7d..be4496e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-07-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pyotp: new spell, Python One-Time Password library
+
2017-07-24 Treeve Jelbert <treeve AT sourcemage.org>
* disk/libbytesize: added
* disk/libblockdev: added
diff --git a/python-pypi/pyotp/DEPENDS b/python-pypi/pyotp/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/pyotp/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/pyotp/DETAILS b/python-pypi/pyotp/DETAILS
new file mode 100755
index 0000000..0d8c73e
--- /dev/null
+++ b/python-pypi/pyotp/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=pyotp
+ VERSION=2.2.6
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.org/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:4f962704411ceebff967cf13af5ec5b815da0f82af665a086c4e5d53acc735453d638c65aa2afa40fe546e92d04a9250f6964cb22270a67c9609f8486eb5ba90
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://pyotp.readthedocs.io/
+ LICENSE[0]=BSD
+ ENTERED=20170727
+ KEYWORDS="otp totp hotp auth"
+ SHORT="Python One-Time Password library"
+cat << EOF
+PyOTP is a Python library for generating and verifying one-time passwords.
+
+It can be used to implement two-factor (2FA) or multi-factor (MFA)
+authentication methods in web applications and in other systems that require
+users to log in.
+
+Open MFA standards are defined in RFC 4226 (HOTP: An HMAC-Based One-Time
+Password Algorithm) and in RFC 6238 (TOTP: Time-Based One-Time Password
+Algorithm). PyOTP implements server-side support for both of these standards.
+Client-side support can be enabled by sending authentication codes to users
over
+SMS or email (HOTP) or, for TOTP, by instructing users to use Google
+Authenticator, Authy, or another compatible app. Users can set up auth
tokens in
+their apps easily by using their phone camera to scan otpauth:// QR codes
+provided by PyOTP.
+
+We recommend that implementers read the OWASP Authentication Cheat Sheet and
+NIST SP 800-63-3: Digital Authentication Guideline for a high level overview
of
+authentication best practices.
+EOF
diff --git a/python-pypi/pyotp/HISTORY b/python-pypi/pyotp/HISTORY
new file mode 100644
index 0000000..2495407
--- /dev/null
+++ b/python-pypi/pyotp/HISTORY
@@ -0,0 +1,2 @@
+2017-07-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 2.2.6



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d49ebc7d2feb9e511e50088f65dc66d5ba76fa8b), Vlad Glagolev, 07/27/2017

Archive powered by MHonArc 2.6.24.

Top of Page