From owner-svn-ports-all@freebsd.org Sun Nov 15 18:07:19 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F05246180A; Sun, 15 Nov 2020 18:07:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZ0Xf4WMjz4ncj; Sun, 15 Nov 2020 18:07:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B7641FCEC; Sun, 15 Nov 2020 18:07:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AFI7BGJ021808; Sun, 15 Nov 2020 18:07:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AFI7Amr021806; Sun, 15 Nov 2020 18:07:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011151807.0AFI7Amr021806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2020 18:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555346 - head/www/py-jsonfield2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-jsonfield2 X-SVN-Commit-Revision: 555346 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2020 18:07:19 -0000 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