Date: Mon, 13 Jan 2020 17:49:23 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522962 - head/devel/py-six Message-ID: <202001131749.00DHnN67092091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001131749.00DHnN67092091>