From nobody Sat Oct 09 10:20:23 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 3030617F1401; Sat, 9 Oct 2021 10:20:24 +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 4HRLfc0LbRz4Xgq; Sat, 9 Oct 2021 10:20:24 +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 DD42318D97; Sat, 9 Oct 2021 10:20:23 +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 199AKNnY062341; Sat, 9 Oct 2021 10:20:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 199AKNgV062340; Sat, 9 Oct 2021 10:20:23 GMT (envelope-from git) Date: Sat, 9 Oct 2021 10:20:23 GMT Message-Id: <202110091020.199AKNgV062340@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: 27e99546bd59 - main - devel/py-websockets: Update to 10.0 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: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 27e99546bd59132465fe837686ad693ec1389db2 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=27e99546bd59132465fe837686ad693ec1389db2 commit 27e99546bd59132465fe837686ad693ec1389db2 Author: Emanuel Haupt AuthorDate: 2021-10-09 10:20:15 +0000 Commit: Emanuel Haupt CommitDate: 2021-10-09 10:20:15 +0000 devel/py-websockets: Update to 10.0 websockets 10.0 requires Python >= 3.7 therefore bump depending ports Python version requirements. Changes: https://websockets.readthedocs.io/en/stable/project/changelog.html --- devel/py-python-socketio/Makefile | 4 ++-- devel/py-websockets/Makefile | 4 ++-- devel/py-websockets/distinfo | 6 +++--- games/py-pychess/Makefile | 3 ++- net/py-saltyrtc.server/Makefile | 3 ++- www/yt-dlp/Makefile | 3 ++- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/devel/py-python-socketio/Makefile b/devel/py-python-socketio/Makefile index baa8fee46c51..5417a9b6eb7b 100644 --- a/devel/py-python-socketio/Makefile +++ b/devel/py-python-socketio/Makefile @@ -1,6 +1,6 @@ PORTNAME= python-socketio PORTVERSION= 4.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-engineio>=3.13.0<4:devel/py-python-engineio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-websockets/Makefile b/devel/py-websockets/Makefile index 8672f277cf6d..045116a2a045 100644 --- a/devel/py-websockets/Makefile +++ b/devel/py-websockets/Makefile @@ -1,7 +1,7 @@ # Created by: Emanuel Haupt PORTNAME= websockets -PORTVERSION= 9.1 +PORTVERSION= 10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Implementation of the WebSocket Protocol (RFC 6455 and 7692) LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils post-install: diff --git a/devel/py-websockets/distinfo b/devel/py-websockets/distinfo index 3b40533cf8a6..0f65ed050609 100644 --- a/devel/py-websockets/distinfo +++ b/devel/py-websockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622195262 -SHA256 (websockets-9.1.tar.gz) = 276d2339ebf0df4f45df453923ebd2270b87900eda5dfd4a6b0cfa15f82111c3 -SIZE (websockets-9.1.tar.gz) = 76694 +TIMESTAMP = 1633762714 +SHA256 (websockets-10.0.tar.gz) = c4fc9a1d242317892590abe5b61a9127f1a61740477bfb121743f290b8054002 +SIZE (websockets-10.0.tar.gz) = 81838 diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile index e9c8e5a36362..456c3c39c383 100644 --- a/games/py-pychess/Makefile +++ b/games/py-pychess/Makefile @@ -2,6 +2,7 @@ PORTNAME= pychess PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= https://github.com/pychess/pychess/releases/download/${PORTVERSION}/ @@ -18,7 +19,7 @@ COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ RUN_DEPENDS= ${COMMON_DEPENDS} BUILD_DEPENDS= ${COMMON_DEPENDS} -USES= desktop-file-utils display:configure gettext gnome python:3.3+ +USES= desktop-file-utils display:configure gettext gnome python:3.7+ # DISPLAY must be set at all steps: .for t in build install stage _USES_$t+= ${_USES_configure} diff --git a/net/py-saltyrtc.server/Makefile b/net/py-saltyrtc.server/Makefile index c8a7480823e6..5dd846497e23 100644 --- a/net/py-saltyrtc.server/Makefile +++ b/net/py-saltyrtc.server/Makefile @@ -1,5 +1,6 @@ PORTNAME= saltyrtc.server PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +28,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}collective.checkdocs>=0.2:textproc/py-colle ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.5:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=1.10:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils USE_RC_SUBR= saltyrtc-server diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile index 32144c417610..945546810cf9 100644 --- a/www/yt-dlp/Makefile +++ b/www/yt-dlp/Makefile @@ -1,5 +1,6 @@ PORTNAME= yt-dlp DISTVERSION= 2021.09.25 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org @@ -15,7 +16,7 @@ PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} \ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= gmake python:3.6+ shebangfix +USES= gmake python:3.7+ shebangfix SHEBANG_GLOB= devscripts/*.py USE_GITHUB= yes