From owner-svn-ports-all@freebsd.org Sun Nov 15 18:07:27 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 C2F28461168; Sun, 15 Nov 2020 18:07:27 +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 4CZ0Xr4CYvz4ndX; Sun, 15 Nov 2020 18:07:22 +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 443F72017F; Sun, 15 Nov 2020 18:07: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 0AFI7L9S022093; Sun, 15 Nov 2020 18:07:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AFI7KPv022088; Sun, 15 Nov 2020 18:07:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011151807.0AFI7KPv022088@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, 15 Nov 2020 18:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555348 - in head/www/py-spyne: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/py-spyne: . files X-SVN-Commit-Revision: 555348 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.34 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, 15 Nov 2020 18:07:28 -0000 Author: sunpoet Date: Sun Nov 15 18:07:20 2020 New Revision: 555348 URL: https://svnweb.freebsd.org/changeset/ports/555348 Log: Update to 2.13.15 - Add LICENSE_FILE Changes: https://github.com/arskom/spyne/blob/master/CHANGELOG.rst Deleted: head/www/py-spyne/files/ Modified: head/www/py-spyne/Makefile head/www/py-spyne/distinfo head/www/py-spyne/pkg-descr Modified: head/www/py-spyne/Makefile ============================================================================== --- head/www/py-spyne/Makefile Sun Nov 15 18:07:15 2020 (r555347) +++ head/www/py-spyne/Makefile Sun Nov 15 18:07:20 2020 (r555348) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spyne -PORTVERSION= 2.12.16 -PORTREVISION= 1 +PORTVERSION= 2.13.15 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Transport and architecture agnostic RPC library LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} Modified: head/www/py-spyne/distinfo ============================================================================== --- head/www/py-spyne/distinfo Sun Nov 15 18:07:15 2020 (r555347) +++ head/www/py-spyne/distinfo Sun Nov 15 18:07:20 2020 (r555348) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547904086 -SHA256 (spyne-2.12.16.tar.gz) = 4793b1b22cc90b4896f14560f5bd587fe9ba2a04479f24d055ad5a43c09dc97b -SIZE (spyne-2.12.16.tar.gz) = 439039 +TIMESTAMP = 1605426497 +SHA256 (spyne-2.13.15.tar.gz) = 379f569fa1a756307cd39dd72f31a6d6093b6ca23d174be5cc17d4f3db98793f +SIZE (spyne-2.13.15.tar.gz) = 511313 Modified: head/www/py-spyne/pkg-descr ============================================================================== --- head/www/py-spyne/pkg-descr Sun Nov 15 18:07:15 2020 (r555347) +++ head/www/py-spyne/pkg-descr Sun Nov 15 18:07:20 2020 (r555348) @@ -4,5 +4,4 @@ have a well-defined API using multiple protocols and t It integrates with popular Python web frameworks as well as libraries like SQLAlchemy to keep your code as DRY (Don't Repeat Yourself) as possible. -WWW: https://pypi.org/project/spyne/ WWW: http://spyne.io/