Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:26:48 +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: r563641 - in head/devel/py-jaraco.context: . files
Message-ID:  <202102011926.111JQm9j015721@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  1 19:26:47 2021
New Revision: 563641
URL: https://svnweb.freebsd.org/changeset/ports/563641

Log:
  Update to 4.0.0
  
  Changes:	https://github.com/jaraco/jaraco.context/blob/main/CHANGES.rst

Deleted:
  head/devel/py-jaraco.context/files/
Modified:
  head/devel/py-jaraco.context/Makefile
  head/devel/py-jaraco.context/distinfo

Modified: head/devel/py-jaraco.context/Makefile
==============================================================================
--- head/devel/py-jaraco.context/Makefile	Mon Feb  1 19:26:42 2021	(r563640)
+++ head/devel/py-jaraco.context/Makefile	Mon Feb  1 19:26:47 2021	(r563641)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jaraco.context
-PORTVERSION=	3.0.0
+PORTVERSION=	4.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +13,14 @@ COMMENT=	Context managers by jaraco
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-black-multipy>=0:devel/py-pytest-black-multipy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-black>=0.3.7:devel/py-pytest-black@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pytest-enabler>=0:devel/py-pytest-enabler@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-jaraco.context/distinfo
==============================================================================
--- head/devel/py-jaraco.context/distinfo	Mon Feb  1 19:26:42 2021	(r563640)
+++ head/devel/py-jaraco.context/distinfo	Mon Feb  1 19:26:47 2021	(r563641)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581688152
-SHA256 (jaraco.context-3.0.0.tar.gz) = 0b7ddaf9bbed03bf5d1f77365bd4b7265c1bc9f52e58a4442cbd1e3a3827f8a9
-SIZE (jaraco.context-3.0.0.tar.gz) = 12901
+TIMESTAMP = 1612101584
+SHA256 (jaraco.context-4.0.0.tar.gz) = 4cdf4a1a1ede942e926fb75951769972191966cef91c67131afbc163a69bf585
+SIZE (jaraco.context-4.0.0.tar.gz) = 11257



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