From owner-svn-ports-all@freebsd.org Fri Jul 24 19:01:26 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 67D433702B2; Fri, 24 Jul 2020 19:01:26 +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) 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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BCz7m0qmVz42V3; Fri, 24 Jul 2020 19:01:23 +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 7ADBFF077; Fri, 24 Jul 2020 19:01:23 +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 06OJ1Npb037285; Fri, 24 Jul 2020 19:01:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06OJ1NY9037282; Fri, 24 Jul 2020 19:01:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007241901.06OJ1NY9037282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2020 19:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543309 - head/science/py-asdf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-asdf X-SVN-Commit-Revision: 543309 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.33 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, 24 Jul 2020 19:01:26 -0000 Author: sunpoet Date: Fri Jul 24 19:01:22 2020 New Revision: 543309 URL: https://svnweb.freebsd.org/changeset/ports/543309 Log: Update to 2.7.0 Changes: https://github.com/spacetelescope/asdf/releases Modified: head/science/py-asdf/Makefile head/science/py-asdf/distinfo Modified: head/science/py-asdf/Makefile ============================================================================== --- head/science/py-asdf/Makefile Fri Jul 24 19:01:17 2020 (r543308) +++ head/science/py-asdf/Makefile Fri Jul 24 19:01:22 2020 (r543309) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= asdf -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,14 +14,14 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.3<4:devel/py-jsonschema@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.2<4:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.8:devel/py-semantic_version@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} USES= python:3.5+ shebangfix -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/science/py-asdf/distinfo ============================================================================== --- head/science/py-asdf/distinfo Fri Jul 24 19:01:17 2020 (r543308) +++ head/science/py-asdf/distinfo Fri Jul 24 19:01:22 2020 (r543309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587721905 -SHA256 (asdf-2.6.0.tar.gz) = 6549c3f84d16ad60c17001b1dece76827a9a93c4aee7e0a98dd4da2b7bada9fa -SIZE (asdf-2.6.0.tar.gz) = 492956 +TIMESTAMP = 1595578502 +SHA256 (asdf-2.7.0.tar.gz) = 687d741f19db663b769eb188458dafd4fe5cc10201640ffed3210c7f138f15d0 +SIZE (asdf-2.7.0.tar.gz) = 494204