From owner-svn-ports-all@freebsd.org Tue Apr 28 22:55:23 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 5E3452C7A90; Tue, 28 Apr 2020 22:55:23 +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 49BcRv0fMPz4Q4C; Tue, 28 Apr 2020 22:55:22 +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 6AF872BB24; Tue, 28 Apr 2020 22:55:21 +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 03SMtLu0067786; Tue, 28 Apr 2020 22:55:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03SMtKp5067783; Tue, 28 Apr 2020 22:55:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004282255.03SMtKp5067783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Apr 2020 22:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533286 - in head/devel/py-astroid: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/py-astroid: . files X-SVN-Commit-Revision: 533286 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.29 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: Tue, 28 Apr 2020 22:55:23 -0000 Author: sunpoet Date: Tue Apr 28 22:55:20 2020 New Revision: 533286 URL: https://svnweb.freebsd.org/changeset/ports/533286 Log: Update to 2.4.0 Changes: https://github.com/PyCQA/astroid/blob/master/ChangeLog Modified: head/devel/py-astroid/Makefile head/devel/py-astroid/distinfo head/devel/py-astroid/files/patch-astroid-__pkginfo__.py Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Tue Apr 28 22:55:14 2020 (r533285) +++ head/devel/py-astroid/Makefile Tue Apr 28 22:55:20 2020 (r533286) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= astroid -PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,6 @@ COMMENT= Abstract syntax tree for Python with inferenc LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4<1.5:devel/py-lazy-object-proxy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12<2:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR} \ Modified: head/devel/py-astroid/distinfo ============================================================================== --- head/devel/py-astroid/distinfo Tue Apr 28 22:55:14 2020 (r533285) +++ head/devel/py-astroid/distinfo Tue Apr 28 22:55:20 2020 (r533286) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573649196 -SHA256 (astroid-2.3.3.tar.gz) = 71ea07f44df9568a75d0f354c49143a4575d90645e9fead6dfb52c26a85ed13a -SIZE (astroid-2.3.3.tar.gz) = 297350 +TIMESTAMP = 1588092625 +SHA256 (astroid-2.4.0.tar.gz) = 29fa5d46a2404d01c834fcb802a3943685f1fc538eb2a02a161349f5505ac196 +SIZE (astroid-2.4.0.tar.gz) = 310255 Modified: head/devel/py-astroid/files/patch-astroid-__pkginfo__.py ============================================================================== --- head/devel/py-astroid/files/patch-astroid-__pkginfo__.py Tue Apr 28 22:55:14 2020 (r533285) +++ head/devel/py-astroid/files/patch-astroid-__pkginfo__.py Tue Apr 28 22:55:20 2020 (r533286) @@ -1,10 +1,10 @@ ---- astroid/__pkginfo__.py.orig 2019-11-06 18:41:21 UTC +--- astroid/__pkginfo__.py.orig 2020-04-27 09:43:18 UTC +++ astroid/__pkginfo__.py -@@ -24,7 +24,7 @@ extras_require = {} +@@ -28,7 +28,7 @@ extras_require = {} install_requires = [ "lazy_object_proxy==1.4.*", "six~=1.12", -- "wrapt==1.11.*", +- "wrapt~=1.11", + "wrapt>=1.11.0,<1.13", 'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"', ]