Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2022 11:45:46 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 80b2045b7e82 - main - devel/py-jmespath: Update to 1.0.0
Message-ID:  <202205131145.24DBjksh064178@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=80b2045b7e82090fc3625644a0fa2baac4760252

commit 80b2045b7e82090fc3625644a0fa2baac4760252
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-13 11:30:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-13 11:39:28 +0000

    devel/py-jmespath: Update to 1.0.0
    
    Changes:        https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst
---
 devel/py-jmespath/Makefile | 4 ++--
 devel/py-jmespath/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-jmespath/Makefile b/devel/py-jmespath/Makefile
index c31cbc883e45..c527d4629347 100644
--- a/devel/py-jmespath/Makefile
+++ b/devel/py-jmespath/Makefile
@@ -1,7 +1,7 @@
 # Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
 
 PORTNAME=	jmespath
-PORTVERSION=	0.10.0
+PORTVERSION=	1.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	JSON Matching Expressions
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
diff --git a/devel/py-jmespath/distinfo b/devel/py-jmespath/distinfo
index d5a5a1449ee9..0cf8d676fc46 100644
--- a/devel/py-jmespath/distinfo
+++ b/devel/py-jmespath/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589395403
-SHA256 (jmespath-0.10.0.tar.gz) = b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9
-SIZE (jmespath-0.10.0.tar.gz) = 21607
+TIMESTAMP = 1652122643
+SHA256 (jmespath-1.0.0.tar.gz) = a490e280edd1f57d6de88636992d05b71e97d69a26a19f058ecf7d304474bf5e
+SIZE (jmespath-1.0.0.tar.gz) = 20690



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