Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 May 2022 21:37:56 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fc6cc69c0efe - main - devel/py-pytest-localserver: Update version 0.5.1=>0.6.0
Message-ID:  <202205072137.247Lbuta077558@gitrepo.freebsd.org>

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

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

commit fc6cc69c0efe7fce24b4abd59b1552759b2b036e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-05-07 21:24:54 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-05-07 21:37:44 +0000

    devel/py-pytest-localserver: Update version 0.5.1=>0.6.0
    
    Relnotes:
    https://github.com/pytest-dev/pytest-localserver/releases/tag/v0.6.0
---
 devel/py-pytest-localserver/Makefile | 5 +++--
 devel/py-pytest-localserver/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-pytest-localserver/Makefile b/devel/py-pytest-localserver/Makefile
index 52461e0e7a6b..99d12871c2d3 100644
--- a/devel/py-pytest-localserver/Makefile
+++ b/devel/py-pytest-localserver/Makefile
@@ -1,7 +1,7 @@
 # Created by: Kubilay Kocak <koobs@FreeBSD.org>
 
 PORTNAME=	pytest-localserver
-PORTVERSION=	0.5.1
+PORTVERSION=	0.6.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ COMMENT=	Py.test Plugin to test server connections locally
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiosmtpd>0:mail/py-aiosmtpd@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}werkzeug>=0.10:www/py-werkzeug@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
 
diff --git a/devel/py-pytest-localserver/distinfo b/devel/py-pytest-localserver/distinfo
index 2446ac363f45..ca76d91f67bc 100644
--- a/devel/py-pytest-localserver/distinfo
+++ b/devel/py-pytest-localserver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646763270
-SHA256 (pytest-localserver-0.5.1.tar.gz) = ef6f04193dc0f7e8df5b27b3a8834318fa12eaf025436d2a99afff1b73cde761
-SIZE (pytest-localserver-0.5.1.tar.gz) = 19341
+TIMESTAMP = 1651931010
+SHA256 (pytest-localserver-0.6.0.tar.gz) = ddc479aba96a7da0e7a1cc7d3a303e50582d6d505803e8f67b827218f9fe0f65
+SIZE (pytest-localserver-0.6.0.tar.gz) = 182346



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