From owner-svn-ports-head@freebsd.org Mon Jun 3 18:37:13 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F81615B9EB1; Mon, 3 Jun 2019 18:37:13 +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) 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 036BC8F23A; Mon, 3 Jun 2019 18:37:11 +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 9D4C7A04B; Mon, 3 Jun 2019 18:37:08 +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 x53Ib8Tm073465; Mon, 3 Jun 2019 18:37:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x53Ib8kq073464; Mon, 3 Jun 2019 18:37:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201906031837.x53Ib8kq073464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Jun 2019 18:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503409 - head/www/py-python-dotenv X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-python-dotenv X-SVN-Commit-Revision: 503409 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 036BC8F23A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Mon, 03 Jun 2019 18:37:13 -0000 Author: sunpoet Date: Mon Jun 3 18:37:07 2019 New Revision: 503409 URL: https://svnweb.freebsd.org/changeset/ports/503409 Log: Update to 0.10.3 Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog Modified: head/www/py-python-dotenv/Makefile head/www/py-python-dotenv/distinfo Modified: head/www/py-python-dotenv/Makefile ============================================================================== --- head/www/py-python-dotenv/Makefile Mon Jun 3 18:37:02 2019 (r503408) +++ head/www/py-python-dotenv/Makefile Mon Jun 3 18:37:07 2019 (r503409) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-dotenv -PORTVERSION= 0.10.2 +PORTVERSION= 0.10.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,5 +20,6 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +USE_LOCALE= en_US.UTF-8 .include Modified: head/www/py-python-dotenv/distinfo ============================================================================== --- head/www/py-python-dotenv/distinfo Mon Jun 3 18:37:02 2019 (r503408) +++ head/www/py-python-dotenv/distinfo Mon Jun 3 18:37:07 2019 (r503409) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558010851 -SHA256 (python-dotenv-0.10.2.tar.gz) = 6640acd76e6cab84648e4fec16c9d19de6700971f9d91d045e7120622167bfda -SIZE (python-dotenv-0.10.2.tar.gz) = 30246 +TIMESTAMP = 1559578216 +SHA256 (python-dotenv-0.10.3.tar.gz) = f157d71d5fec9d4bd5f51c82746b6344dffa680ee85217c123f4a0c8117c4544 +SIZE (python-dotenv-0.10.3.tar.gz) = 26781