aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:17:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:35 +0000
commitc21f1707175eccfd8f99b209e818d4014a2288a5 (patch)
tree10a6b295101b4a4ef03f891d6b72d1d2c4bdd0b9
parentd9f7cdf4b63155881cab95054e937ec4b30f44b4 (diff)
downloadports-c21f1707175eccfd8f99b209e818d4014a2288a5.tar.gz
ports-c21f1707175eccfd8f99b209e818d4014a2288a5.zip
devel/py-testtools: Update to 2.6.0
-rw-r--r--devel/py-testtools/Makefile10
-rw-r--r--devel/py-testtools/distinfo6
-rw-r--r--devel/py-testtools/files/patch-requirements.txt12
3 files changed, 13 insertions, 15 deletions
diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile
index 358f75f0efc0..d5d84fe74ced 100644
--- a/devel/py-testtools/Makefile
+++ b/devel/py-testtools/Makefile
@@ -1,5 +1,5 @@
PORTNAME= testtools
-PORTVERSION= 2.5.0
+PORTVERSION= 2.6.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,16 +12,14 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=1.0.0:devel/py-extras@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR}
-USES= python:3.5+
+USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-PORTDOCS= api.rst for-framework-folk.rst for-test-authors.rst hacking.rst \
- index.rst overview.rst twisted-support.rst
+PORTDOCS= api.rst for-framework-folk.rst for-test-authors.rst hacking.rst index.rst news.rst overview.rst twisted-support.rst
OPTIONS_DEFINE= DOCS
diff --git a/devel/py-testtools/distinfo b/devel/py-testtools/distinfo
index b5343e73748c..dd7cf52acbf1 100644
--- a/devel/py-testtools/distinfo
+++ b/devel/py-testtools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1626383176
-SHA256 (testtools-2.5.0.tar.gz) = 57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f
-SIZE (testtools-2.5.0.tar.gz) = 235399
+TIMESTAMP = 1679498748
+SHA256 (testtools-2.6.0.tar.gz) = 28b65e14c0f2d3ecbbfb5f55c9dcde5e4faa80ac16a37a823909a1fe3cbcb30a
+SIZE (testtools-2.6.0.tar.gz) = 237864
diff --git a/devel/py-testtools/files/patch-requirements.txt b/devel/py-testtools/files/patch-requirements.txt
index a6e8eb0038ae..9d3b505e204f 100644
--- a/devel/py-testtools/files/patch-requirements.txt
+++ b/devel/py-testtools/files/patch-requirements.txt
@@ -1,7 +1,7 @@
---- requirements.txt.orig 2021-07-14 18:29:13 UTC
+PR: 228769
+
+--- requirements.txt.orig 2023-03-14 10:43:35 UTC
+++ requirements.txt
-@@ -2,4 +2,3 @@ pbr>=0.11
- # TODO(stephenfin): Remove this once fixtures no longer depends on extras
- # or explicitly specifies the dependency
- extras>=1.0.0
--fixtures>=1.3.0
+@@ -1,2 +1 @@
+ pbr>=0.11
+-fixtures>=2.0