From owner-svn-ports-all@freebsd.org Mon Sep 7 18:11:27 2020 Return-Path: Delivered-To: svn-ports-all@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 4A21B3D1789; Mon, 7 Sep 2020 18:11:27 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BlbvJ1dgjz4Tjk; Mon, 7 Sep 2020 18:11:23 +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 9B7A923266; Mon, 7 Sep 2020 18:11:23 +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 087IBNbs076148; Mon, 7 Sep 2020 18:11:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 087IBMnl076145; Mon, 7 Sep 2020 18:11:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009071811.087IBMnl076145@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, 7 Sep 2020 18:11:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547918 - in head/devel/py-flit-core: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/py-flit-core: . files X-SVN-Commit-Revision: 547918 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.33 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: Mon, 07 Sep 2020 18:11:27 -0000 Author: sunpoet Date: Mon Sep 7 18:11:22 2020 New Revision: 547918 URL: https://svnweb.freebsd.org/changeset/ports/547918 Log: Update to 3.0.0 Changes: https://github.com/takluyver/flit/blob/master/doc/history.rst Modified: head/devel/py-flit-core/Makefile head/devel/py-flit-core/distinfo head/devel/py-flit-core/files/setup.py Modified: head/devel/py-flit-core/Makefile ============================================================================== --- head/devel/py-flit-core/Makefile Mon Sep 7 18:11:17 2020 (r547917) +++ head/devel/py-flit-core/Makefile Mon Sep 7 18:11:22 2020 (r547918) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flit-core -PORTVERSION= 2.3.0 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytoml>=0:textproc TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR} -USES= python +USES= python:3.4+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-flit-core/distinfo ============================================================================== --- head/devel/py-flit-core/distinfo Mon Sep 7 18:11:17 2020 (r547917) +++ head/devel/py-flit-core/distinfo Mon Sep 7 18:11:22 2020 (r547918) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586534745 -SHA256 (flit_core-2.3.0.tar.gz) = a50bcd8bf5785e3a7d95434244f30ba693e794c5204ac1ee908fc07c4acdbf80 -SIZE (flit_core-2.3.0.tar.gz) = 22995 +TIMESTAMP = 1599492094 +SHA256 (flit_core-3.0.0.tar.gz) = a465052057e2d6d957e6850e9915245adedfc4fd0dd5737d0791bf3132417c2d +SIZE (flit_core-3.0.0.tar.gz) = 22037 Modified: head/devel/py-flit-core/files/setup.py ============================================================================== --- head/devel/py-flit-core/files/setup.py Mon Sep 7 18:11:17 2020 (r547917) +++ head/devel/py-flit-core/files/setup.py Mon Sep 7 18:11:22 2020 (r547918) @@ -11,7 +11,7 @@ setup( url='https://github.com/takluyver/flit', packages=find_packages(), install_requires=['pytoml'], - requires_python='>=2.7, !=3.0, !=3.1, !=3.2, != 3.3', + requires_python='>=3.4', classifiers=[ "License :: OSI Approved :: BSD License", "Topic :: Software Development :: Libraries :: Python Modules",