Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 09:04:56 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7f43ac6c86f0 - main - devel/py-marshmallow: Update to 3.16.0
Message-ID:  <202206030904.25394uVW090431@gitrepo.freebsd.org>

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

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

commit 7f43ac6c86f08e62c5f5b242c2806dc28c78a000
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:51:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:35 +0000

    devel/py-marshmallow: Update to 3.16.0
    
    Changes:        https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
---
 devel/py-marshmallow/Makefile | 4 ++--
 devel/py-marshmallow/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-marshmallow/Makefile b/devel/py-marshmallow/Makefile
index 7e2473ebdbd2..9d5bec1dc4b9 100644
--- a/devel/py-marshmallow/Makefile
+++ b/devel/py-marshmallow/Makefile
@@ -1,7 +1,7 @@
 # Created by: Mark Felder <feld@FreeBSD.org>
 
 PORTNAME=	marshmallow
-PORTVERSION=	3.15.0
+PORTVERSION=	3.16.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Simplified object serialization for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=17.0:devel/py-packaging@${PY_FLAVOR}
 
 USES=		cpe python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-marshmallow/distinfo b/devel/py-marshmallow/distinfo
index 6264308ab2df..8d15e8bbec3e 100644
--- a/devel/py-marshmallow/distinfo
+++ b/devel/py-marshmallow/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647264546
-SHA256 (marshmallow-3.15.0.tar.gz) = 2aaaab4f01ef4f5a011a21319af9fce17ab13bf28a026d1252adab0e035648d5
-SIZE (marshmallow-3.15.0.tar.gz) = 179483
+TIMESTAMP = 1653925960
+SHA256 (marshmallow-3.16.0.tar.gz) = a762c1d8b2bcb0e5c8e964850d03f9f3bffd6a12b626f3c14b9d6b1841999af5
+SIZE (marshmallow-3.16.0.tar.gz) = 180106



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