Date: Mon, 18 Apr 2022 00:06:16 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: 10c54167ff12 - main - devel/py-pytest-django: Update to 4.5.2 Message-ID: <202204180006.23I06GcE050100@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=10c54167ff1240bb106b16bab6328c4223889ef7 commit 10c54167ff1240bb106b16bab6328c4223889ef7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:52:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:59:14 +0000 devel/py-pytest-django: Update to 4.5.2 - Update version requirement of RUN_DEPENDS - Update USES=python: devel/py-pytest requires Python 3.7+ Changes: https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst https://pytest-django.readthedocs.io/en/latest/changelog.html --- devel/py-pytest-django/Makefile | 8 ++++---- devel/py-pytest-django/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-pytest-django/Makefile b/devel/py-pytest-django/Makefile index ed7cc4a4eb79..044781fd1ab6 100644 --- a/devel/py-pytest-django/Makefile +++ b/devel/py-pytest-django/Makefile @@ -1,7 +1,7 @@ # Created by: Tom Judge <tj@FreeBSD.org> PORTNAME= pytest-django -PORTVERSION= 3.10.0 +PORTVERSION= 4.5.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,10 @@ COMMENT= Django plugin for py.test LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11.1:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6:devel/py-pytest@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=5.0.0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=5.4.0,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-pytest-django/distinfo b/devel/py-pytest-django/distinfo index 2069ad91bb4f..00a3b829273f 100644 --- a/devel/py-pytest-django/distinfo +++ b/devel/py-pytest-django/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601754228 -SHA256 (pytest-django-3.10.0.tar.gz) = 4de6dbd077ed8606616958f77655fed0d5e3ee45159475671c7fa67596c6dba6 -SIZE (pytest-django-3.10.0.tar.gz) = 73732 +TIMESTAMP = 1650229194 +SHA256 (pytest-django-4.5.2.tar.gz) = d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2 +SIZE (pytest-django-4.5.2.tar.gz) = 79949
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204180006.23I06GcE050100>