Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2023 21:56:21 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: 787722b9df55 - main - security/py-flask-httpauth: update to 4.8.0
Message-ID:  <202308202156.37KLuLmD074011@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=787722b9df55aecc1e8170b90236d10db7a23b44

commit 787722b9df55aecc1e8170b90236d10db7a23b44
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2023-08-20 21:55:31 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2023-08-20 21:55:31 +0000

    security/py-flask-httpauth: update to 4.8.0
    
    This release fixing runtime regression.
    Convert to pep517 while here
    PR:             273033
    Reported by:    ruben@verweg.com
---
 security/py-flask-httpauth/Makefile | 6 ++++--
 security/py-flask-httpauth/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/security/py-flask-httpauth/Makefile b/security/py-flask-httpauth/Makefile
index 7f51cf0897bc..6d630820e571 100644
--- a/security/py-flask-httpauth/Makefile
+++ b/security/py-flask-httpauth/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	Flask-HTTPAuth
-DISTVERSION=	4.7.0
+DISTVERSION=	4.8.0
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,12 @@ WWW=		https://github.com/miguelgrinberg/flask-httpauth/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 .include <bsd.port.mk>
diff --git a/security/py-flask-httpauth/distinfo b/security/py-flask-httpauth/distinfo
index 9747bcf94692..e3ae03489384 100644
--- a/security/py-flask-httpauth/distinfo
+++ b/security/py-flask-httpauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658484158
-SHA256 (Flask-HTTPAuth-4.7.0.tar.gz) = f7199e7bad20d5b68b3f0b62bddfca7637c55087e9d02f605ae26e0de479fd94
-SIZE (Flask-HTTPAuth-4.7.0.tar.gz) = 230266
+TIMESTAMP = 1692567946
+SHA256 (Flask-HTTPAuth-4.8.0.tar.gz) = 66568a05bc73942c65f1e2201ae746295816dc009edd84b482c44c758d75097a
+SIZE (Flask-HTTPAuth-4.8.0.tar.gz) = 230314



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