From owner-svn-ports-head@freebsd.org Sun Feb 14 03:16:15 2021 Return-Path: Delivered-To: svn-ports-head@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 2AEC25471CA; Sun, 14 Feb 2021 03:16:15 +0000 (UTC) (envelope-from swills@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 4DdXSZ4xHqz4Rff; Sun, 14 Feb 2021 03:16:14 +0000 (UTC) (envelope-from swills@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 A580C22D67; Sun, 14 Feb 2021 03:16:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11E3GDb3087080; Sun, 14 Feb 2021 03:16:13 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11E3GDG9087079; Sun, 14 Feb 2021 03:16:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202102140316.11E3GDG9087079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 14 Feb 2021 03:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565191 - head/devel/py-aiortc X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-aiortc X-SVN-Commit-Revision: 565191 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2021 03:16:15 -0000 Author: swills Date: Sun Feb 14 03:16:12 2021 New Revision: 565191 URL: https://svnweb.freebsd.org/changeset/ports/565191 Log: devel/py-aiortc: update to 1.1.2 Modified: head/devel/py-aiortc/Makefile (contents, props changed) head/devel/py-aiortc/distinfo (contents, props changed) Modified: head/devel/py-aiortc/Makefile ============================================================================== --- head/devel/py-aiortc/Makefile Sun Feb 14 03:16:02 2021 (r565190) +++ head/devel/py-aiortc/Makefile Sun Feb 14 03:16:12 2021 (r565191) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aiortc -PORTVERSION= 0.9.28 +PORTVERSION= 1.1.2 CATEGORIES= devel multimedia python www MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:deve RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioice>=0.6.17:devel/py-aioice@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}av>=8.0.0:multimedia/py-av@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}crc32c>0:devel/py-crc32c@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}crc32c>=2.1:devel/py-crc32c@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.2:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ @@ -28,4 +28,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioice>=0.6.17:dev USES= localbase python:3.5+ USE_PYTHON= autoplist concurrent distutils -.include +.include + +.if ${PYTHON_REL} < 3700 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR} +.endif + +.include Modified: head/devel/py-aiortc/distinfo ============================================================================== --- head/devel/py-aiortc/distinfo Sun Feb 14 03:16:02 2021 (r565190) +++ head/devel/py-aiortc/distinfo Sun Feb 14 03:16:12 2021 (r565191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594655808 -SHA256 (aiortc-0.9.28.tar.gz) = 4a41122e043a75c93a80dbb6d884b6f7cf27b774ebdef226d819a2c3a997c550 -SIZE (aiortc-0.9.28.tar.gz) = 1155306 +TIMESTAMP = 1613255859 +SHA256 (aiortc-1.1.2.tar.gz) = 3dc159f0ab096057956b5e75dadffd77b257d025c8f643913389577b92e7248a +SIZE (aiortc-1.1.2.tar.gz) = 1156895