diff options
author | adam <adam@pkgsrc.org> | 2022-05-19 07:42:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-05-19 07:42:01 +0000 |
commit | ef9350c8a3ddd6989662aa54ed44eef32f9ddf63 (patch) | |
tree | f248d6c60068e42b21beb683bbc09008e0a5f99d /security | |
parent | 786825257268077d6b3f676b099fcedd59379e55 (diff) | |
download | pkgsrc-ef9350c8a3ddd6989662aa54ed44eef32f9ddf63.tar.gz |
py-google-reauth: updated to 0.1.1
0.1.1
Raise an exception for SAML reauth challenges.
Ensure code coverage is back at 100%.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-google-reauth/Makefile | 5 | ||||
-rw-r--r-- | security/py-google-reauth/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/py-google-reauth/Makefile b/security/py-google-reauth/Makefile index 6f3d5d61679..39f2d2a7c0c 100644 --- a/security/py-google-reauth/Makefile +++ b/security/py-google-reauth/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:41 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/05/19 07:42:01 adam Exp $ -DISTNAME= google-reauth-0.1.0 +DISTNAME= google-reauth-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-reauth/} diff --git a/security/py-google-reauth/distinfo b/security/py-google-reauth/distinfo index 460544b9e5a..45d8da7dcbc 100644 --- a/security/py-google-reauth/distinfo +++ b/security/py-google-reauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:17:45 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/19 07:42:01 adam Exp $ -BLAKE2s (google-reauth-0.1.0.tar.gz) = 1b3b7e310ccd4d4fe4bf2c6e47f59e2162a0a6ce648ded717ac1bbaf646872a2 -SHA512 (google-reauth-0.1.0.tar.gz) = 18eed013af9d314889435172c2d02c5029c69f4976e5307c6d2b2a646e150a5ade86dc2802e3a6ab153dfdeae1006a796bcaa9db4d91c07ce21916d94dc16034 -Size (google-reauth-0.1.0.tar.gz) = 17289 bytes +BLAKE2s (google-reauth-0.1.1.tar.gz) = 911a7a97b3aac71aa30de30cf4446d509bab414499a874e4a6f78397b578acf0 +SHA512 (google-reauth-0.1.1.tar.gz) = 1b3a3b70a579d7c7e1234e311082ec3c6e249c5030c8924df980dc89caa61b9e4f54d1cd06347b55fbbd1c5386163b5a28bacd73bb25164d3931c3e0d47cba85 +Size (google-reauth-0.1.1.tar.gz) = 19021 bytes |