Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2023 16:13:35 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7588876e0127 - main - security/py-gssapi: update to 1.8.3
Message-ID:  <202309101613.38AGDZKA024689@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7588876e01271f3f2191cfa238deb86a51fd2d03

commit 7588876e01271f3f2191cfa238deb86a51fd2d03
Author:     John W. O'Brien <john@saltant.com>
AuthorDate: 2023-09-06 01:43:45 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-10 16:12:59 +0000

    security/py-gssapi: update to 1.8.3
    
    Changelog: https://github.com/pythongssapi/python-gssapi/releases/tag/v1.8.3
    
    PR:             273531
---
 security/py-gssapi/Makefile | 6 +++---
 security/py-gssapi/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/security/py-gssapi/Makefile b/security/py-gssapi/Makefile
index 616e56d6cec2..68d8b9fb9d66 100644
--- a/security/py-gssapi/Makefile
+++ b/security/py-gssapi/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gssapi
-DISTVERSION=	1.8.2
+DISTVERSION=	1.8.3
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,8 @@ LICENSE=	ISCL
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR}
 
-# Officially: 3.7-3.11
-USES=	python:3.8-3.11
+# Officially: 3.7-3.12
+USES=	python
 USE_PYTHON=	autoplist cython distutils
 
 OPTIONS_RADIO=	GSSAPI
diff --git a/security/py-gssapi/distinfo b/security/py-gssapi/distinfo
index 2e7381728f0c..1a45a168b4ca 100644
--- a/security/py-gssapi/distinfo
+++ b/security/py-gssapi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672500221
-SHA256 (gssapi-1.8.2.tar.gz) = b78e0a021cc91158660e4c5cc9263e07c719346c35a9c0f66725e914b235c89a
-SIZE (gssapi-1.8.2.tar.gz) = 94305
+TIMESTAMP = 1693664318
+SHA256 (gssapi-1.8.3.tar.gz) = aa3c8d0b1526f52559552bb2c9d2d6be013d76a8e5db00b39a1db5727e93b0b0
+SIZE (gssapi-1.8.3.tar.gz) = 94190



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309101613.38AGDZKA024689>