From nobody Wed Oct 13 19:21:09 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BECDF17F37B0; Wed, 13 Oct 2021 19:21:19 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV2Ss4bnMz4qw3; Wed, 13 Oct 2021 19:21:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C3612D717; Wed, 13 Oct 2021 19:21:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19DJL9bV076175; Wed, 13 Oct 2021 19:21:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DJL96k076174; Wed, 13 Oct 2021 19:21:09 GMT (envelope-from git) Date: Wed, 13 Oct 2021 19:21:09 GMT Message-Id: <202110131921.19DJL96k076174@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e224e9092ee9 - main - devel/py-astroid: Update to 2.8.2 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e224e9092ee908be78cefaaa2b1d820f81484a84 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e224e9092ee908be78cefaaa2b1d820f81484a84 commit e224e9092ee908be78cefaaa2b1d820f81484a84 Author: Po-Chuan Hsieh AuthorDate: 2021-10-13 19:13:29 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-13 19:13:29 +0000 devel/py-astroid: Update to 2.8.2 Changes: https://github.com/PyCQA/astroid/releases https://github.com/PyCQA/astroid/blob/master/ChangeLog --- devel/py-astroid/Makefile | 4 ++-- devel/py-astroid/distinfo | 6 +++--- devel/py-astroid/files/patch-setup.cfg | 13 +++++++++++++ 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index 8537480439bc..3023d5ac1197 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,5 +1,5 @@ PORTNAME= astroid -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4.0:devel/py-lazy-object-proxy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.13:devel/py-wrapt@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.14:devel/py-wrapt@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo index f5c59e9360cb..d071fa258442 100644 --- a/devel/py-astroid/distinfo +++ b/devel/py-astroid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632227502 -SHA256 (astroid-2.8.0.tar.gz) = fe81f80c0b35264acb5653302ffbd935d394f1775c5e4487df745bf9c2442708 -SIZE (astroid-2.8.0.tar.gz) = 197845 +TIMESTAMP = 1634111718 +SHA256 (astroid-2.8.2.tar.gz) = 304e99c129794f2cfda584a12b71fde85205da950e2f330f4be09150525ae949 +SIZE (astroid-2.8.2.tar.gz) = 199889 diff --git a/devel/py-astroid/files/patch-setup.cfg b/devel/py-astroid/files/patch-setup.cfg new file mode 100644 index 000000000000..99c7155b8b61 --- /dev/null +++ b/devel/py-astroid/files/patch-setup.cfg @@ -0,0 +1,13 @@ +Obtained from: https://github.com/PyCQA/astroid/commit/fd510e08c2ee862cd284861e02b9bcc9a7fd9809 + +--- setup.cfg.orig 2021-10-07 05:36:55 UTC ++++ setup.cfg +@@ -37,7 +37,7 @@ project_urls = + packages = find: + install_requires = + lazy_object_proxy>=1.4.0 +- wrapt>=1.11,<1.13 ++ wrapt>=1.11,<1.14 + setuptools>=20.0 + typed-ast>=1.4.0,<1.5;implementation_name=="cpython" and python_version<"3.8" + typing-extensions>=3.10;python_version<"3.10"