From owner-svn-ports-head@freebsd.org Mon Jan 13 17:49:24 2020 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 DFD1E1E59D9; Mon, 13 Jan 2020 17:49:24 +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 47xLgm3d7gz3RKp; Mon, 13 Jan 2020 17:49:24 +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 7366F85AA; Mon, 13 Jan 2020 17:49:24 +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 00DHnO3w092094; Mon, 13 Jan 2020 17:49:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00DHnN67092091; Mon, 13 Jan 2020 17:49:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001131749.00DHnN67092091@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, 13 Jan 2020 17:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522962 - head/devel/py-six X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-six X-SVN-Commit-Revision: 522962 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: Mon, 13 Jan 2020 17:49:25 -0000 Author: sunpoet Date: Mon Jan 13 17:49:23 2020 New Revision: 522962 URL: https://svnweb.freebsd.org/changeset/ports/522962 Log: Update to 1.13.0 - Update WWW Changes: https://github.com/benjaminp/six/blob/master/CHANGES Modified: head/devel/py-six/Makefile head/devel/py-six/distinfo head/devel/py-six/pkg-descr Modified: head/devel/py-six/Makefile ============================================================================== --- head/devel/py-six/Makefile Mon Jan 13 17:49:17 2020 (r522961) +++ head/devel/py-six/Makefile Mon Jan 13 17:49:23 2020 (r522962) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= six -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-six/distinfo ============================================================================== --- head/devel/py-six/distinfo Mon Jan 13 17:49:17 2020 (r522961) +++ head/devel/py-six/distinfo Mon Jan 13 17:49:23 2020 (r522962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544577254 -SHA256 (six-1.12.0.tar.gz) = d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73 -SIZE (six-1.12.0.tar.gz) = 32725 +TIMESTAMP = 1578923326 +SHA256 (six-1.13.0.tar.gz) = 30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66 +SIZE (six-1.13.0.tar.gz) = 33726 Modified: head/devel/py-six/pkg-descr ============================================================================== --- head/devel/py-six/pkg-descr Mon Jan 13 17:49:17 2020 (r522961) +++ head/devel/py-six/pkg-descr Mon Jan 13 17:49:23 2020 (r522962) @@ -3,4 +3,4 @@ functions for smoothing over the differences between t with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. -WWW: https://pypi.org/project/six/ +WWW: https://github.com/benjaminp/six