Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 18:07:10 +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: r555346 - head/www/py-jsonfield2
Message-ID:  <202011151807.0AFI7Amr021806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 15 18:07:10 2020
New Revision: 555346
URL: https://svnweb.freebsd.org/changeset/ports/555346

Log:
  Update to 4.0.0.post0
  
  Changes:	https://github.com/rpkilby/jsonfield2/blob/archived/CHANGES.rst

Modified:
  head/www/py-jsonfield2/Makefile
  head/www/py-jsonfield2/distinfo
  head/www/py-jsonfield2/pkg-descr

Modified: head/www/py-jsonfield2/Makefile
==============================================================================
--- head/www/py-jsonfield2/Makefile	Sun Nov 15 18:07:05 2020	(r555345)
+++ head/www/py-jsonfield2/Makefile	Sun Nov 15 18:07:10 2020	(r555346)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jsonfield2
-PORTVERSION=	4.0.0
+PORTVERSION=	4.0.0.post0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/www/py-jsonfield2/distinfo
==============================================================================
--- head/www/py-jsonfield2/distinfo	Sun Nov 15 18:07:05 2020	(r555345)
+++ head/www/py-jsonfield2/distinfo	Sun Nov 15 18:07:10 2020	(r555346)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589487671
-SHA256 (jsonfield2-4.0.0.tar.gz) = 7bd43edd85d203ad6edb0ecb39870a1c7a4fadaf7e807b0feeca3da64b086b5d
-SIZE (jsonfield2-4.0.0.tar.gz) = 12684
+TIMESTAMP = 1605426493
+SHA256 (jsonfield2-4.0.0.post0.tar.gz) = cbce2d7c52563550cd2048fcf3a57631019d3547f5ed142f42141d1d2dc53283
+SIZE (jsonfield2-4.0.0.post0.tar.gz) = 12632

Modified: head/www/py-jsonfield2/pkg-descr
==============================================================================
--- head/www/py-jsonfield2/pkg-descr	Sun Nov 15 18:07:05 2020	(r555345)
+++ head/www/py-jsonfield2/pkg-descr	Sun Nov 15 18:07:10 2020	(r555346)
@@ -2,5 +2,4 @@ jsonfield2 is a reusable model field that allows you t
 automatically handling serialization to and from the database. To use, add
 jsonfield.JSONField to one of your models.
 
-WWW: https://pypi.org/project/jsonfield2/
 WWW: https://github.com/rpkilby/jsonfield2



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