Skip to content

Commit

Permalink
devel/py-testtools: Update to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 5, 2023
1 parent d9f7cdf commit c21f170
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
10 changes: 4 additions & 6 deletions 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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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
12 changes: 6 additions & 6 deletions 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

0 comments on commit c21f170

Please sign in to comment.