pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-otp



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug  5 07:38:57 UTC 2023

Modified Files:
        pkgsrc/security/py-otp: Makefile PLIST distinfo

Log Message:
py-otp: updated to 2.9.0

v2.9.0
Add parse_uri() support for Steam TOTP
Test and documentation improvements


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-otp/Makefile \
    pkgsrc/security/py-otp/PLIST pkgsrc/security/py-otp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-otp/Makefile
diff -u pkgsrc/security/py-otp/Makefile:1.1 pkgsrc/security/py-otp/Makefile:1.2
--- pkgsrc/security/py-otp/Makefile:1.1 Sat Mar 11 08:55:13 2023
+++ pkgsrc/security/py-otp/Makefile     Sat Aug  5 07:38:57 2023
@@ -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@localhost
-HOMEPAGE=      https://github.com/pyotp/pyotp
+HOMEPAGE=      https://github.com/pyauth/pyotp
 COMMENT=       Python One-Time Password Library
 LICENSE=       mit
 
Index: pkgsrc/security/py-otp/PLIST
diff -u pkgsrc/security/py-otp/PLIST:1.1 pkgsrc/security/py-otp/PLIST:1.2
--- pkgsrc/security/py-otp/PLIST:1.1    Sat Mar 11 08:55:13 2023
+++ pkgsrc/security/py-otp/PLIST        Sat Aug  5 07:38:57 2023
@@ -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
Index: pkgsrc/security/py-otp/distinfo
diff -u pkgsrc/security/py-otp/distinfo:1.1 pkgsrc/security/py-otp/distinfo:1.2
--- pkgsrc/security/py-otp/distinfo:1.1 Sat Mar 11 08:55:13 2023
+++ pkgsrc/security/py-otp/distinfo     Sat Aug  5 07:38:57 2023
@@ -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



Home | Main Index | Thread Index | Old Index