Date: Fri, 22 Jul 2022 09:57:31 GMT From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7c1ce22e6b33 - main - security/py-itsdangerous: update to 2.1.2 Message-ID: <202207220957.26M9vVGW047859@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c1ce22e6b3357e36b0dd33cf964efff333a532e commit 7c1ce22e6b3357e36b0dd33cf964efff333a532e Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2022-07-22 09:57:12 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2022-07-22 09:57:12 +0000 security/py-itsdangerous: update to 2.1.2 Changes: https://itsdangerous.palletsprojects.com/en/2.1.x/changes/#version-2-1-2 PR: 264989 Reported by: p5B2EA84B3@t-online.de --- security/py-itsdangerous/Makefile | 4 ++-- security/py-itsdangerous/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/py-itsdangerous/Makefile b/security/py-itsdangerous/Makefile index acb0d4de549d..b908ecf4faa6 100644 --- a/security/py-itsdangerous/Makefile +++ b/security/py-itsdangerous/Makefile @@ -1,5 +1,5 @@ PORTNAME= itsdangerous -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +9,7 @@ COMMENT= Various helpers to pass data in untrusted environments LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/security/py-itsdangerous/distinfo b/security/py-itsdangerous/distinfo index eaaaee75fc20..2d79f1c5a0ec 100644 --- a/security/py-itsdangerous/distinfo +++ b/security/py-itsdangerous/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635210530 -SHA256 (itsdangerous-2.0.1.tar.gz) = 9e724d68fc22902a1435351f84c3fb8623f303fffcc566a4cb952df8c572cff0 -SIZE (itsdangerous-2.0.1.tar.gz) = 59336 +TIMESTAMP = 1658483457 +SHA256 (itsdangerous-2.1.2.tar.gz) = 5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a +SIZE (itsdangerous-2.1.2.tar.gz) = 56143
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207220957.26M9vVGW047859>