Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:17:07 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: 2cd7a0c8314c - main - devel/py-simplejson: Update to 3.18.0
Message-ID:  <202212300917.2BU9H7dg025247@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=2cd7a0c8314c8c27b63786083437081e511cc9ea

commit 2cd7a0c8314c8c27b63786083437081e511cc9ea
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:52:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:08 +0000

    devel/py-simplejson: Update to 3.18.0
    
    Changes:        https://github.com/simplejson/simplejson/releases
---
 devel/py-simplejson/Makefile | 5 +++--
 devel/py-simplejson/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile
index c07f2ce7b005..af6c2266920b 100644
--- a/devel/py-simplejson/Makefile
+++ b/devel/py-simplejson/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	simplejson
-PORTVERSION=	3.17.6
+PORTVERSION=	3.18.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +13,10 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		cpe python:3.6+
-CPE_VENDOR=	simplejson_project
 USE_PYTHON=	autoplist concurrent distutils unittest
 
+CPE_VENDOR=	simplejson_project
+
 post-install:
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
diff --git a/devel/py-simplejson/distinfo b/devel/py-simplejson/distinfo
index 56519bd3a579..68ff7b461f7a 100644
--- a/devel/py-simplejson/distinfo
+++ b/devel/py-simplejson/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641046844
-SHA256 (simplejson-3.17.6.tar.gz) = cf98038d2abf63a1ada5730e91e84c642ba6c225b0198c3684151b1f80c5f8a6
-SIZE (simplejson-3.17.6.tar.gz) = 83134
+TIMESTAMP = 1669058337
+SHA256 (simplejson-3.18.0.tar.gz) = 58a429d2c2fa80834115b923ff689622de8f214cf0dc4afa9f59e824b444ab31
+SIZE (simplejson-3.18.0.tar.gz) = 83533



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