From owner-svn-ports-head@freebsd.org Sat Jan 25 18:31:35 2020 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 B8D251F7046; Sat, 25 Jan 2020 18:31:35 +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 484l2v3GHHz3wcf; Sat, 25 Jan 2020 18:31:35 +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 69FBAC880; Sat, 25 Jan 2020 18:31:35 +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 00PIVZfn077796; Sat, 25 Jan 2020 18:31:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00PIVZON077793; Sat, 25 Jan 2020 18:31:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001251831.00PIVZON077793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jan 2020 18:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524120 - head/devel/py-apispec X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-apispec X-SVN-Commit-Revision: 524120 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.29 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: Sat, 25 Jan 2020 18:31:35 -0000 Author: sunpoet Date: Sat Jan 25 18:31:34 2020 New Revision: 524120 URL: https://svnweb.freebsd.org/changeset/ports/524120 Log: Update to 3.2.0 Changes: https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst PR: 243559 Submitted by: Goran Mekic (maintainer) Modified: head/devel/py-apispec/Makefile head/devel/py-apispec/distinfo Modified: head/devel/py-apispec/Makefile ============================================================================== --- head/devel/py-apispec/Makefile Sat Jan 25 18:31:29 2020 (r524119) +++ head/devel/py-apispec/Makefile Sat Jan 25 18:31:34 2020 (r524120) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= apispec -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-apispec/distinfo ============================================================================== --- head/devel/py-apispec/distinfo Sat Jan 25 18:31:29 2020 (r524119) +++ head/devel/py-apispec/distinfo Sat Jan 25 18:31:34 2020 (r524120) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576929086 -SHA256 (apispec-3.1.1.tar.gz) = 24b8490c22310b0779a058ccb24ec2fef33d571bb5aba1f525ab5963b0eabcdd -SIZE (apispec-3.1.1.tar.gz) = 63152 +TIMESTAMP = 1579945521 +SHA256 (apispec-3.2.0.tar.gz) = c1625ae910f699c9adb21928693a3245b9faab6843f1b1c94ab2d505549cd78a +SIZE (apispec-3.2.0.tar.gz) = 63221