Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2023 13:35:45 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c0f8e62a1247 - main - www/py-flask-smorest: Update to 0.41.0
Message-ID:  <202304201335.33KDZjvn081601@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c0f8e62a1247d5d3089c1f6752c3b71871fdbf78

commit c0f8e62a1247d5d3089c1f6752c3b71871fdbf78
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2023-04-18 13:48:41 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-04-20 11:49:22 +0000

    www/py-flask-smorest: Update to 0.41.0
    
    Changelog: https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0410-2023-03-30
    
      * Allow multiple responses with same status code and different content types
      * Set stacklevel in calls to warnings/warn
      * Official Python 3.11 support
    
    PR:             270913
---
 www/py-flask-smorest/Makefile | 2 +-
 www/py-flask-smorest/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/py-flask-smorest/Makefile b/www/py-flask-smorest/Makefile
index 75216119dc65..74dad5f2445c 100644
--- a/www/py-flask-smorest/Makefile
+++ b/www/py-flask-smorest/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	flask-smorest
-DISTVERSION=	0.40.0
+DISTVERSION=	0.41.0
 CATEGORIES=	www devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-flask-smorest/distinfo b/www/py-flask-smorest/distinfo
index a6807314a5fb..0f6bcde643cc 100644
--- a/www/py-flask-smorest/distinfo
+++ b/www/py-flask-smorest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669458106
-SHA256 (flask-smorest-0.40.0.tar.gz) = 9b46b4937ccf78702d99fed8cfd1cd5c37608ddefd65ff16a86d1ad5c7f7d8c0
-SIZE (flask-smorest-0.40.0.tar.gz) = 73305
+TIMESTAMP = 1681825422
+SHA256 (flask-smorest-0.41.0.tar.gz) = 9b98256a9073fcd3e18e0fd2e7511e32d9aa499e1aa133c646c0c27bc3fde218
+SIZE (flask-smorest-0.41.0.tar.gz) = 73848



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304201335.33KDZjvn081601>