Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 16:26:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545432 - head/devel/py-simplejson
Message-ID:  <202008191626.07JGQ4Oi082908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 19 16:26:04 2020
New Revision: 545432
URL: https://svnweb.freebsd.org/changeset/ports/545432

Log:
  Update to 3.17.2
  
  - Update WWW
  
  Changes:	https://github.com/simplejson/simplejson/releases

Modified:
  head/devel/py-simplejson/Makefile
  head/devel/py-simplejson/distinfo
  head/devel/py-simplejson/pkg-descr

Modified: head/devel/py-simplejson/Makefile
==============================================================================
--- head/devel/py-simplejson/Makefile	Wed Aug 19 16:25:59 2020	(r545431)
+++ head/devel/py-simplejson/Makefile	Wed Aug 19 16:26:04 2020	(r545432)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	simplejson
-PORTVERSION=	3.17.0
+PORTVERSION=	3.17.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-simplejson/distinfo
==============================================================================
--- head/devel/py-simplejson/distinfo	Wed Aug 19 16:25:59 2020	(r545431)
+++ head/devel/py-simplejson/distinfo	Wed Aug 19 16:26:04 2020	(r545432)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578923324
-SHA256 (simplejson-3.17.0.tar.gz) = 2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81
-SIZE (simplejson-3.17.0.tar.gz) = 83119
+TIMESTAMP = 1597570077
+SHA256 (simplejson-3.17.2.tar.gz) = 75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841
+SIZE (simplejson-3.17.2.tar.gz) = 83210

Modified: head/devel/py-simplejson/pkg-descr
==============================================================================
--- head/devel/py-simplejson/pkg-descr	Wed Aug 19 16:25:59 2020	(r545431)
+++ head/devel/py-simplejson/pkg-descr	Wed Aug 19 16:26:04 2020	(r545432)
@@ -12,4 +12,4 @@ pickle).
 The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by
 default).
 
-WWW: https://pypi.org/project/simplejson/
+WWW: https://github.com/simplejson/simplejson



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