py-otp: updated to 2.9.0

v2.9.0
Add parse_uri() support for Steam TOTP
Test and documentation improvements
This commit is contained in:
adam 2023-08-05 07:38:57 +00:00
parent 55aff58890
commit 2d9f213b11
3 changed files with 9 additions and 8 deletions

View File

@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.1 2023/03/11 08:55:13 wiz Exp $
# $NetBSD: Makefile,v 1.2 2023/08/05 07:38:57 adam Exp $
DISTNAME= pyotp-2.8.0
DISTNAME= pyotp-2.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyotp/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/pyotp/pyotp
HOMEPAGE= https://github.com/pyauth/pyotp
COMMENT= Python One-Time Password Library
LICENSE= mit

View File

@ -1,8 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2023/03/11 08:55:13 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2023/08/05 07:38:57 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pyotp/__init__.py
${PYSITELIB}/pyotp/__init__.pyc

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2023/03/11 08:55:13 wiz Exp $
$NetBSD: distinfo,v 1.2 2023/08/05 07:38:57 adam Exp $
BLAKE2s (pyotp-2.8.0.tar.gz) = fe6d9d51dbda44979c1cb2a78b4f7ad460117683175bab29402699acbe8f29dd
SHA512 (pyotp-2.8.0.tar.gz) = f4e6c857833c7c994a64586bb495b48935752d0fa9d90edbdcce899ebce10fc0ac13ab03c439ea81f1c0fcfc4adafbf2c42ee8c4fa4afdd662c30d5be164c9b2
Size (pyotp-2.8.0.tar.gz) = 16873 bytes
BLAKE2s (pyotp-2.9.0.tar.gz) = 7ba41180a40a4b4827c42ba17e2c5476ba8deaed1de52100ba9751822686b732
SHA512 (pyotp-2.9.0.tar.gz) = 2d3dd43997bbeceb078d9dfc4ec2d2ea608f1ac60c2189d45f775e1f47ff0cefcdfd36b77db1e022a8f8307b46329fbbad270e054853b63b5d7d457ad358731c
Size (pyotp-2.9.0.tar.gz) = 17763 bytes