From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 22:25:31 2021 Return-Path: Delivered-To: dev-commits-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 2AE8267C9C0; Tue, 21 Sep 2021 22:25:31 +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 4HDbbZ5K33z4hjd; Tue, 21 Sep 2021 22:25:30 +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 7655C445F; Tue, 21 Sep 2021 22:25:29 +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 18LMPTWm039211; Tue, 21 Sep 2021 22:25:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18LMPTAI039210; Tue, 21 Sep 2021 22:25:29 GMT (envelope-from git) Date: Tue, 21 Sep 2021 22:25:29 GMT Message-Id: <202109212225.18LMPTAI039210@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: 5cc14958df7f - main - net/py-pyroute2: Update to 0.6.5 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: 5cc14958df7fcd8f442051564703cb304cf2a4b0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 22:25:31 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cc14958df7fcd8f442051564703cb304cf2a4b0 commit 5cc14958df7fcd8f442051564703cb304cf2a4b0 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 22:13:50 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 22:23:36 +0000 net/py-pyroute2: Update to 0.6.5 Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md --- net/py-pyroute2/Makefile | 10 ++++++++-- net/py-pyroute2/distinfo | 6 +++--- net/py-pyroute2/files/patch-setup.cfg | 12 ++++++------ 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/net/py-pyroute2/Makefile b/net/py-pyroute2/Makefile index 3b8c74ccbd34..1a8934d7c6a8 100644 --- a/net/py-pyroute2/Makefile +++ b/net/py-pyroute2/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= pyroute2 -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -31,4 +31,10 @@ SS2_DESC= Socket statistics SS2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.0<6:sysutils/py-psutil@${PY_FLAVOR} -.include +.include + +.if ${PYTHON_REL} < 30800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} +.endif + +.include diff --git a/net/py-pyroute2/distinfo b/net/py-pyroute2/distinfo index a1835e14e299..f857322031a0 100644 --- a/net/py-pyroute2/distinfo +++ b/net/py-pyroute2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189745 -SHA256 (pyroute2-0.6.4.tar.gz) = 560b48a751b1150056ba553c89a31d563cc18ae2675b3793666adcaeb4fabfda -SIZE (pyroute2-0.6.4.tar.gz) = 23875 +TIMESTAMP = 1632227550 +SHA256 (pyroute2-0.6.5.tar.gz) = d0995c8aeb96c0e4eed4d62e97c9d795000a1a33b747d6dc54326665857cf11c +SIZE (pyroute2-0.6.5.tar.gz) = 23971 diff --git a/net/py-pyroute2/files/patch-setup.cfg b/net/py-pyroute2/files/patch-setup.cfg index 2b5c41a45b4c..94583d03ff4e 100644 --- a/net/py-pyroute2/files/patch-setup.cfg +++ b/net/py-pyroute2/files/patch-setup.cfg @@ -1,12 +1,12 @@ Reference: https://github.com/svinota/pyroute2/discussions/788 ---- setup.cfg.orig 2021-06-06 20:07:55 UTC +--- setup.cfg.orig 2021-09-20 06:42:36 UTC +++ setup.cfg @@ -33,7 +33,6 @@ install_requires = - pyroute2.nftables==0.6.4 - pyroute2.ethtool==0.6.4 - pyroute2.ipset==0.6.4 -- pyroute2.ipdb==0.6.4 - pyroute2.ndb==0.6.4 + pyroute2.nftables==0.6.5 + pyroute2.ethtool==0.6.5 + pyroute2.ipset==0.6.5 +- pyroute2.ipdb==0.6.5 + pyroute2.ndb==0.6.5 packages_dir = =pyroute2