From owner-svn-ports-head@freebsd.org Sun Nov 3 11:54:40 2019 Return-Path: Delivered-To: svn-ports-head@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 E8D081B1EE4; Sun, 3 Nov 2019 11:54:40 +0000 (UTC) (envelope-from kai@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) server-signature RSA-PSS (4096 bits) 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 475Z9D5yJ7z42vX; Sun, 3 Nov 2019 11:54:40 +0000 (UTC) (envelope-from kai@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 985FAB59F; Sun, 3 Nov 2019 11:54:40 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA3Bsecw027017; Sun, 3 Nov 2019 11:54:40 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA3BsdfP027013; Sun, 3 Nov 2019 11:54:39 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201911031154.xA3BsdfP027013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 3 Nov 2019 11:54:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516413 - in head/www: py-dj21-django-timezone-field py-dj22-django-timezone-field X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in head/www: py-dj21-django-timezone-field py-dj22-django-timezone-field X-SVN-Commit-Revision: 516413 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2019 11:54:41 -0000 Author: kai Date: Sun Nov 3 11:54:39 2019 New Revision: 516413 URL: https://svnweb.freebsd.org/changeset/ports/516413 Log: www/py-{dj21,dj22}-django-timezone-field: Update to 3.1 Changelog: * Officially support django 2.2 (already worked) * Add option to display TZ offsets in form field Modified: head/www/py-dj21-django-timezone-field/Makefile head/www/py-dj21-django-timezone-field/distinfo head/www/py-dj22-django-timezone-field/Makefile head/www/py-dj22-django-timezone-field/distinfo Modified: head/www/py-dj21-django-timezone-field/Makefile ============================================================================== --- head/www/py-dj21-django-timezone-field/Makefile Sun Nov 3 11:53:36 2019 (r516412) +++ head/www/py-dj21-django-timezone-field/Makefile Sun Nov 3 11:54:39 2019 (r516413) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-timezone-field -DISTVERSION= 3.0 +DISTVERSION= 3.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj21- @@ -12,7 +12,7 @@ COMMENT= Provides database and form fields for pytz ti LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.8:www/py-django21@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.11:www/py-django21@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} USES= python:3.5+ Modified: head/www/py-dj21-django-timezone-field/distinfo ============================================================================== --- head/www/py-dj21-django-timezone-field/distinfo Sun Nov 3 11:53:36 2019 (r516412) +++ head/www/py-dj21-django-timezone-field/distinfo Sun Nov 3 11:54:39 2019 (r516413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542121057 -SHA256 (django-timezone-field-3.0.tar.gz) = 7d7a37cfeacec5b1e81cd2f0aa334d46ebaa369cd516028579ed343cbc676c38 -SIZE (django-timezone-field-3.0.tar.gz) = 6217 +TIMESTAMP = 1571060518 +SHA256 (django-timezone-field-3.1.tar.gz) = 1a7bbcf984ae191c6dfe713994b4ff4062dc21e47a909356c93e76d027c87c8f +SIZE (django-timezone-field-3.1.tar.gz) = 6858 Modified: head/www/py-dj22-django-timezone-field/Makefile ============================================================================== --- head/www/py-dj22-django-timezone-field/Makefile Sun Nov 3 11:53:36 2019 (r516412) +++ head/www/py-dj22-django-timezone-field/Makefile Sun Nov 3 11:54:39 2019 (r516413) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-timezone-field -DISTVERSION= 3.0 +DISTVERSION= 3.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22- @@ -12,7 +12,7 @@ COMMENT= Provides database and form fields for pytz ti LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} USES= python:3.5+ Modified: head/www/py-dj22-django-timezone-field/distinfo ============================================================================== --- head/www/py-dj22-django-timezone-field/distinfo Sun Nov 3 11:53:36 2019 (r516412) +++ head/www/py-dj22-django-timezone-field/distinfo Sun Nov 3 11:54:39 2019 (r516413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542121057 -SHA256 (django-timezone-field-3.0.tar.gz) = 7d7a37cfeacec5b1e81cd2f0aa334d46ebaa369cd516028579ed343cbc676c38 -SIZE (django-timezone-field-3.0.tar.gz) = 6217 +TIMESTAMP = 1571060518 +SHA256 (django-timezone-field-3.1.tar.gz) = 1a7bbcf984ae191c6dfe713994b4ff4062dc21e47a909356c93e76d027c87c8f +SIZE (django-timezone-field-3.1.tar.gz) = 6858