Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2019 19:26:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509534 - head/devel/py-marshmallow
Message-ID:  <201908211926.x7LJQWtO001259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 21 19:26:32 2019
New Revision: 509534
URL: https://svnweb.freebsd.org/changeset/ports/509534

Log:
  Update to 3.0.0
  
  Changes:	https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst

Modified:
  head/devel/py-marshmallow/Makefile
  head/devel/py-marshmallow/distinfo

Modified: head/devel/py-marshmallow/Makefile
==============================================================================
--- head/devel/py-marshmallow/Makefile	Wed Aug 21 19:26:26 2019	(r509533)
+++ head/devel/py-marshmallow/Makefile	Wed Aug 21 19:26:32 2019	(r509534)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	marshmallow
-DISTVERSION=	3.0.0rc5
+PORTVERSION=	3.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,8 +16,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR}
 
-USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python:3.5+
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 

Modified: head/devel/py-marshmallow/distinfo
==============================================================================
--- head/devel/py-marshmallow/distinfo	Wed Aug 21 19:26:26 2019	(r509533)
+++ head/devel/py-marshmallow/distinfo	Wed Aug 21 19:26:32 2019	(r509534)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557679694
-SHA256 (marshmallow-3.0.0rc5.tar.gz) = ea2a241f2ea69bb0863f2c00b907a8e22d7dd8b6d5b9960135906037c9dd7068
-SIZE (marshmallow-3.0.0rc5.tar.gz) = 166684
+TIMESTAMP = 1566393171
+SHA256 (marshmallow-3.0.0.tar.gz) = fa2d8a4b61d09b0e161a14acc5ad8ab7aaaf1477f3dd52819ddd6c6c8275733a
+SIZE (marshmallow-3.0.0.tar.gz) = 168015



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