From owner-svn-ports-all@freebsd.org Sun Feb 2 11:01:21 2020 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 D4900228F2F; Sun, 2 Feb 2020 11:01:21 +0000 (UTC) (envelope-from sunpoet@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 489Sgj3v11z3QWr; Sun, 2 Feb 2020 11:01:21 +0000 (UTC) (envelope-from sunpoet@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 76F2BEDD3; Sun, 2 Feb 2020 11:01:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 012B1Lh4080766; Sun, 2 Feb 2020 11:01:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 012B1Lsf080764; Sun, 2 Feb 2020 11:01:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002021101.012B1Lsf080764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Feb 2020 11:01:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524888 - head/security/py-signedjson X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-signedjson X-SVN-Commit-Revision: 524888 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: Sun, 02 Feb 2020 11:01:21 -0000 Author: sunpoet Date: Sun Feb 2 11:01:20 2020 New Revision: 524888 URL: https://svnweb.freebsd.org/changeset/ports/524888 Log: Update to 1.1 - Change MASTER_SITES from GitHub to CHEESESHOP Changes: https://github.com/matrix-org/python-signedjson/commits/master Modified: head/security/py-signedjson/Makefile head/security/py-signedjson/distinfo Modified: head/security/py-signedjson/Makefile ============================================================================== --- head/security/py-signedjson/Makefile Sun Feb 2 11:01:15 2020 (r524887) +++ head/security/py-signedjson/Makefile Sun Feb 2 11:01:20 2020 (r524888) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= signedjson -PORTVERSION= 1.0.0 -DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= security devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -16,15 +15,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.0.0:devel/py-canonicaljson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl@${PY_FLAVOR} \ + ${PY_TYPING} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.5:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unpaddedbase64>=1.0.1:devel/py-unpaddedbase64@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils - -USE_GITHUB= yes -GH_ACCOUNT= matrix-org -GH_PROJECT= python-signedjson +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/security/py-signedjson/distinfo ============================================================================== --- head/security/py-signedjson/distinfo Sun Feb 2 11:01:15 2020 (r524887) +++ head/security/py-signedjson/distinfo Sun Feb 2 11:01:20 2020 (r524888) @@ -1,2 +1,3 @@ -SHA256 (matrix-org-python-signedjson-v1.0.0_GH0.tar.gz) = 9f50fbd678f3d0683e27c38533995c078d2bc2a2ee308f0b1161b5c7f8f68403 -SIZE (matrix-org-python-signedjson-v1.0.0_GH0.tar.gz) = 8563 +TIMESTAMP = 1580562315 +SHA256 (signedjson-1.1.tar.gz) = bbbce17b9aceebfbb7e22694231d98fb03b78de8159eafbb9168fccf41898e8f +SIZE (signedjson-1.1.tar.gz) = 10053