Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2023 20:50:36 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 90761c06482b - main - devel/py-flynt: Update to 1.0.1
Message-ID:  <202308222050.37MKoaTE059153@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=90761c06482b4f2dc6c6c5bd43fd5c01f2650972

commit 90761c06482b4f2dc6c6c5bd43fd5c01f2650972
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2023-08-22 20:50:14 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2023-08-22 20:50:14 +0000

    devel/py-flynt: Update to 1.0.1
    
    Changes since 0.78:
    
     - Drop support for python 3.7.
    
     - Use ast to find candidate fstring expressions
    
    Reported by:    portscout
---
 devel/py-flynt/Makefile | 5 ++---
 devel/py-flynt/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/devel/py-flynt/Makefile b/devel/py-flynt/Makefile
index 3e5a8c96eb36..a2085fb1be45 100644
--- a/devel/py-flynt/Makefile
+++ b/devel/py-flynt/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	flynt
-PORTVERSION=	0.78
-PORTREVISION=	1
+PORTVERSION=	1.0.1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,7 +13,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astor>0:devel/py-astor@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tomli>1.1.0:textproc/py-tomli@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.8+
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist pep517
 
diff --git a/devel/py-flynt/distinfo b/devel/py-flynt/distinfo
index 59b3a5d9dd22..1574d85327d8 100644
--- a/devel/py-flynt/distinfo
+++ b/devel/py-flynt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679763402
-SHA256 (ikamensh-flynt-0.78_GH0.tar.gz) = be3508adad6e15878053ffc011fbc2e8e47b8175997661112119e990ef808ac6
-SIZE (ikamensh-flynt-0.78_GH0.tar.gz) = 54675
+TIMESTAMP = 1692736926
+SHA256 (ikamensh-flynt-1.0.1_GH0.tar.gz) = b8a2ad633b3670f04aa1ccac13ac30bb2c0e6a6b83ecea69bd256a0413110ede
+SIZE (ikamensh-flynt-1.0.1_GH0.tar.gz) = 55138



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