Date: Sat, 1 Jul 2017 14:36:20 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444826 - head/security/py-pyotp Message-ID: <201707011436.v61EaKsM051607@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sat Jul 1 14:36:20 2017 New Revision: 444826 URL: https://svnweb.freebsd.org/changeset/ports/444826 Log: security/py-pyotp: Update to 2.2.6 v2.2.6: - Fix tests wrt double-quoting in provisioning URIs v2.2.5: - Quote issuer QS parameter in provisioning_uri. Fixes #47. - Raise an exception if a negative integer is passed to at() (#41). - Documentation and release infrastructure improvements. PR: 220400 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> (maintainer) Approved by: garga (mentor, implicit) Modified: head/security/py-pyotp/Makefile head/security/py-pyotp/distinfo Modified: head/security/py-pyotp/Makefile ============================================================================== --- head/security/py-pyotp/Makefile Sat Jul 1 14:30:34 2017 (r444825) +++ head/security/py-pyotp/Makefile Sat Jul 1 14:36:20 2017 (r444826) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyotp -PORTVERSION= 2.2.4 +PORTVERSION= 2.2.6 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-pyotp/distinfo ============================================================================== --- head/security/py-pyotp/distinfo Sat Jul 1 14:30:34 2017 (r444825) +++ head/security/py-pyotp/distinfo Sat Jul 1 14:36:20 2017 (r444826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484217021 -SHA256 (pyotp-pyotp-v2.2.4_GH0.tar.gz) = de96072fbf189b639186f6c0d2981955e3c6a15a6eab0135128002bec4a9d111 -SIZE (pyotp-pyotp-v2.2.4_GH0.tar.gz) = 15426 +TIMESTAMP = 1498915776 +SHA256 (pyotp-pyotp-v2.2.6_GH0.tar.gz) = 51dbd7691705a192a39c05b2bd27d98fabae99b260fe2cc6798054164a5f6299 +SIZE (pyotp-pyotp-v2.2.6_GH0.tar.gz) = 15942
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707011436.v61EaKsM051607>