From owner-dev-commits-ports-main@freebsd.org Mon Jun 7 18:08:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 8F1E6651A73; Mon, 7 Jun 2021 18:08:11 +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 4FzLvb3ffpz3mCB; Mon, 7 Jun 2021 18:08:11 +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 5B67F1A230; Mon, 7 Jun 2021 18:08:11 +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 157I8BAf023793; Mon, 7 Jun 2021 18:08:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 157I8BpJ023792; Mon, 7 Jun 2021 18:08:11 GMT (envelope-from git) Date: Mon, 7 Jun 2021 18:08:11 GMT Message-Id: <202106071808.157I8BpJ023792@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thierry Thomas Subject: git: a1e5451ffa48 - main - devel/py-pytest-runner: upgrade to 5.3.1 and deprecate MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: thierry X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a1e5451ffa481df45779bd912ceb90b0de40cb18 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2021 18:08:11 -0000 The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1e5451ffa481df45779bd912ceb90b0de40cb18 commit a1e5451ffa481df45779bd912ceb90b0de40cb18 Author: Thierry Thomas AuthorDate: 2021-05-30 20:38:38 +0000 Commit: Thierry Thomas CommitDate: 2021-06-07 18:08:03 +0000 devel/py-pytest-runner: upgrade to 5.3.1 and deprecate aAccording to upstream: pytest-runner depends on deprecated features of setuptools and relies on features that break security mechanisms in pip. PR: 255272 Reported by: Gian-Simon Purkert Approved by: wg (maintainer= --- devel/py-pytest-runner/Makefile | 6 ++++-- devel/py-pytest-runner/distinfo | 6 +++--- devel/py-pytest-runner/pkg-descr | 11 +++++++++++ 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/devel/py-pytest-runner/Makefile b/devel/py-pytest-runner/Makefile index 3fd3c37c6614..7cd62e5d7aa8 100644 --- a/devel/py-pytest-runner/Makefile +++ b/devel/py-pytest-runner/Makefile @@ -1,7 +1,7 @@ # Created by: William Grzybowski PORTNAME= pytest-runner -PORTVERSION= 2.11.1 +PORTVERSION= 5.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,9 @@ COMMENT= Test support for pytest runner in setup.py LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} +DEPRECATED= pytest-runner depends on deprecated features of setuptools + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils diff --git a/devel/py-pytest-runner/distinfo b/devel/py-pytest-runner/distinfo index 6e9a6f9cb78c..3fa2faf1cf4e 100644 --- a/devel/py-pytest-runner/distinfo +++ b/devel/py-pytest-runner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492252528 -SHA256 (pytest-runner-2.11.1.tar.gz) = 983a31eab45e375240e250161a556163bc8d250edaba97960909338c273a89b3 -SIZE (pytest-runner-2.11.1.tar.gz) = 9661 +TIMESTAMP = 1622406175 +SHA256 (pytest-runner-5.3.1.tar.gz) = 0fce5b8dc68760f353979d99fdd6b3ad46330b6b1837e2077a89ebcf204aac91 +SIZE (pytest-runner-5.3.1.tar.gz) = 16262 diff --git a/devel/py-pytest-runner/pkg-descr b/devel/py-pytest-runner/pkg-descr index 1b0616cc255e..d19d15fdc356 100644 --- a/devel/py-pytest-runner/pkg-descr +++ b/devel/py-pytest-runner/pkg-descr @@ -1,4 +1,15 @@ Setup scripts can use pytest-runner to add setup.py test support for pytest runner. +Notice: pytest-runner depends on deprecated features of setuptools and relies on +features that break security mechanisms in pip. + +It is recommended that you: + +- Remove 'pytest-runner' from your setup_requires, preferably removing the + setup_requires option. +- Remove 'pytest' and any other testing requirements from tests_require, + preferably removing the tests_requires option. +- Select a tool to bootstrap and then run tests such as tox. + WWW: https://github.com/pytest-dev/pytest-runner