Update to 3.17.2
- Update WWW Changes: https://github.com/simplejson/simplejson/releases
This commit is contained in:
parent
8f158e7648
commit
5325c5251e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545432
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= simplejson
|
PORTNAME= simplejson
|
||||||
PORTVERSION= 3.17.0
|
PORTVERSION= 3.17.2
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1578923324
|
TIMESTAMP = 1597570077
|
||||||
SHA256 (simplejson-3.17.0.tar.gz) = 2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81
|
SHA256 (simplejson-3.17.2.tar.gz) = 75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841
|
||||||
SIZE (simplejson-3.17.0.tar.gz) = 83119
|
SIZE (simplejson-3.17.2.tar.gz) = 83210
|
||||||
|
|
|
@ -12,4 +12,4 @@ pickle).
|
||||||
The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by
|
The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by
|
||||||
default).
|
default).
|
||||||
|
|
||||||
WWW: https://pypi.org/project/simplejson/
|
WWW: https://github.com/simplejson/simplejson
|
||||||
|
|
Loading…
Reference in a new issue