From owner-svn-ports-all@freebsd.org Fri Sep 7 02:26:37 2018 Return-Path: Delivered-To: svn-ports-all@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 6FFEAFED376; Fri, 7 Sep 2018 02:26:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22A9F7629F; Fri, 7 Sep 2018 02:26:37 +0000 (UTC) (envelope-from yuri@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 1CDDD15BFA; Fri, 7 Sep 2018 02:26:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w872QahB090443; Fri, 7 Sep 2018 02:26:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w872Qatn090441; Fri, 7 Sep 2018 02:26:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809070226.w872Qatn090441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Sep 2018 02:26:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479175 - head/devel/py-tzlocal X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-tzlocal X-SVN-Commit-Revision: 479175 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.27 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: Fri, 07 Sep 2018 02:26:37 -0000 Author: yuri Date: Fri Sep 7 02:26:36 2018 New Revision: 479175 URL: https://svnweb.freebsd.org/changeset/ports/479175 Log: devel/py-tzlocal: Update 1.4 -> 1.5.1 Also change WWW to the proper homepage. PR: 230586 Approved by: rob.kruus@gmail.com (maintainer) Modified: head/devel/py-tzlocal/Makefile head/devel/py-tzlocal/distinfo head/devel/py-tzlocal/pkg-descr Modified: head/devel/py-tzlocal/Makefile ============================================================================== --- head/devel/py-tzlocal/Makefile Fri Sep 7 02:23:54 2018 (r479174) +++ head/devel/py-tzlocal/Makefile Fri Sep 7 02:26:36 2018 (r479175) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tzlocal -PORTVERSION= 1.4 +DISTVERSION= 1.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-tzlocal/distinfo ============================================================================== --- head/devel/py-tzlocal/distinfo Fri Sep 7 02:23:54 2018 (r479174) +++ head/devel/py-tzlocal/distinfo Fri Sep 7 02:26:36 2018 (r479175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510850729 -SHA256 (tzlocal-1.4.tar.gz) = 05a2908f7fb1ba8843f03b2360d6ad314dbf2bce4644feb702ccd38527e13059 -SIZE (tzlocal-1.4.tar.gz) = 15279 +TIMESTAMP = 1534137722 +SHA256 (tzlocal-1.5.1.tar.gz) = 4ebeb848845ac898da6519b9b31879cf13b6626f7184c496037b818e238f2c4e +SIZE (tzlocal-1.5.1.tar.gz) = 16809 Modified: head/devel/py-tzlocal/pkg-descr ============================================================================== --- head/devel/py-tzlocal/pkg-descr Fri Sep 7 02:23:54 2018 (r479174) +++ head/devel/py-tzlocal/pkg-descr Fri Sep 7 02:26:36 2018 (r479175) @@ -7,4 +7,4 @@ to get the local timezone information, unless you know name, and under several Linux distros that's hard or impossible to figure out. -WWW: https://pypi.org/project/tzlocal/ +WWW: https://github.com/regebro/tzlocal