git: d6925c0bf677 - main - www/py-spyne: Update to 2.14.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 12:52:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6925c0bf67718431302c354f8ebe08471942298 commit d6925c0bf67718431302c354f8ebe08471942298 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-02-28 09:38:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-02-28 12:46:27 +0000 www/py-spyne: Update to 2.14.0 Changes: https://github.com/arskom/spyne/blob/master/CHANGELOG.rst --- www/py-spyne/Makefile | 3 +-- www/py-spyne/distinfo | 6 +++--- www/py-spyne/pkg-descr | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/py-spyne/Makefile b/www/py-spyne/Makefile index fc0d038f5d57..35f489382de3 100644 --- a/www/py-spyne/Makefile +++ b/www/py-spyne/Makefile @@ -1,8 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= spyne -PORTVERSION= 2.13.16 -PORTREVISION= 1 +PORTVERSION= 2.14.0 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-spyne/distinfo b/www/py-spyne/distinfo index dbc01998d895..648b3246404e 100644 --- a/www/py-spyne/distinfo +++ b/www/py-spyne/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606307723 -SHA256 (spyne-2.13.16.tar.gz) = 439e9fab8d9fd61b260fafe4df326630c92c652e94f5b53d403d76c58283c80c -SIZE (spyne-2.13.16.tar.gz) = 514410 +TIMESTAMP = 1643971142 +SHA256 (spyne-2.14.0.tar.gz) = 063e950e179a7d5b06b577c9f2c9091a70d40217f1a853076b3709caa2bf3a16 +SIZE (spyne-2.14.0.tar.gz) = 528323 diff --git a/www/py-spyne/pkg-descr b/www/py-spyne/pkg-descr index c4b241381bb5..0dcda48f6539 100644 --- a/www/py-spyne/pkg-descr +++ b/www/py-spyne/pkg-descr @@ -5,3 +5,4 @@ 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: http://spyne.io/ +WWW: https://github.com/arskom/spyne