Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 19:46:22 +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: r525068 - head/www/py-pastedeploy
Message-ID:  <202002031946.013JkMYv076702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  3 19:46:22 2020
New Revision: 525068
URL: https://svnweb.freebsd.org/changeset/ports/525068

Log:
  Update to 2.1.0
  
  Changes:	https://github.com/Pylons/pastedeploy/blob/master/docs/news.rst
  		https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html

Modified:
  head/www/py-pastedeploy/Makefile
  head/www/py-pastedeploy/distinfo

Modified: head/www/py-pastedeploy/Makefile
==============================================================================
--- head/www/py-pastedeploy/Makefile	Mon Feb  3 19:46:17 2020	(r525067)
+++ head/www/py-pastedeploy/Makefile	Mon Feb  3 19:46:22 2020	(r525068)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	PasteDeploy
-PORTVERSION=	2.0.1
+PORTVERSION=	2.1.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,7 @@ COMMENT=	Load, configure, and compose WSGI application
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Paste>=1.6:www/py-paste@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/www/py-pastedeploy/distinfo
==============================================================================
--- head/www/py-pastedeploy/distinfo	Mon Feb  3 19:46:17 2020	(r525067)
+++ head/www/py-pastedeploy/distinfo	Mon Feb  3 19:46:22 2020	(r525068)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544007596
-SHA256 (PasteDeploy-2.0.1.tar.gz) = d423fb9d51fdcf853aa4ff43ac7ec469b643ea19590f67488122d6d0d772350a
-SIZE (PasteDeploy-2.0.1.tar.gz) = 13756
+TIMESTAMP = 1580746245
+SHA256 (PasteDeploy-2.1.0.tar.gz) = e7559878b6e92023041484be9bcb6d767cf4492fc3de7257a5dae76a7cc11a9b
+SIZE (PasteDeploy-2.1.0.tar.gz) = 19078



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