From owner-svn-ports-all@freebsd.org Fri Dec 20 14:20:05 2019 Return-Path: Delivered-To: svn-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 88E5E1DADD8; Fri, 20 Dec 2019 14:20:05 +0000 (UTC) (envelope-from skozlov@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47fW9K2qftz41DT; Fri, 20 Dec 2019 14:20:05 +0000 (UTC) (envelope-from skozlov@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 57C6C27EEC; Fri, 20 Dec 2019 14:20:05 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBKEK5h2042822; Fri, 20 Dec 2019 14:20:05 GMT (envelope-from skozlov@FreeBSD.org) Received: (from skozlov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBKEK5Kp042819; Fri, 20 Dec 2019 14:20:05 GMT (envelope-from skozlov@FreeBSD.org) Message-Id: <201912201420.xBKEK5Kp042819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skozlov set sender to skozlov@FreeBSD.org using -f From: "Serhii (Sergey) Kozlov" Date: Fri, 20 Dec 2019 14:20:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520507 - head/devel/py-RPyC X-SVN-Group: ports-head X-SVN-Commit-Author: skozlov X-SVN-Commit-Paths: head/devel/py-RPyC X-SVN-Commit-Revision: 520507 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2019 14:20:05 -0000 Author: skozlov Date: Fri Dec 20 14:20:04 2019 New Revision: 520507 URL: https://svnweb.freebsd.org/changeset/ports/520507 Log: devel/py-RPyC: Update to 4.1.2 - Update distinfo and PORTVERSION - Pet portlint while here RPyC 4.x.x is not completely backwards compatible with RPyC 3.x.x. Backward incompatibilities list can be found at: https://rpyc.readthedocs.io/en/latest/changelog.html#backward-incompatibilities Relnotes: https://rpyc.readthedocs.io/en/latest/changelog.html Sponsored by: Intel Corporation Modified: head/devel/py-RPyC/Makefile head/devel/py-RPyC/distinfo Modified: head/devel/py-RPyC/Makefile ============================================================================== --- head/devel/py-RPyC/Makefile Fri Dec 20 13:48:50 2019 (r520506) +++ head/devel/py-RPyC/Makefile Fri Dec 20 14:20:04 2019 (r520507) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rpyc -PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTVERSION= 4.1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +12,15 @@ COMMENT= Remote Python Call LICENSE= MIT +USES= python + OPTIONS_DEFINE= PLUMBUM OPTIONS_DEFAULT=PLUMBUM PLUMBUM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plumbum>0:sysutils/py-plumbum@${PY_FLAVOR} -PLUMBUM_DESC= Required for features like rpyc_classic.py and zero deploy +PLUMBUM_DESC= Required for features like rpyc_classic.py and zero deploy -USES= python +NO_ARCH= yes USE_PYTHON= distutils autoplist .include Modified: head/devel/py-RPyC/distinfo ============================================================================== --- head/devel/py-RPyC/distinfo Fri Dec 20 13:48:50 2019 (r520506) +++ head/devel/py-RPyC/distinfo Fri Dec 20 14:20:04 2019 (r520507) @@ -1,2 +1,3 @@ -SHA256 (rpyc-3.3.0.tar.gz) = 43fa845314f0bf442f5f5fab15bb1d1b5fe2011a8fc603f92d8022575cef8b4b -SIZE (rpyc-3.3.0.tar.gz) = 53541 +TIMESTAMP = 1576847404 +SHA256 (rpyc-4.1.2.tar.gz) = 0df276076891797bbaaff322cc6debb02e10817426bba00a9beca915053a8a91 +SIZE (rpyc-4.1.2.tar.gz) = 56783