Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:37:28 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: c21f1707175e - main - devel/py-testtools: Update to 2.6.0
Message-ID:  <202304051737.335HbS1I087894@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=c21f1707175eccfd8f99b209e818d4014a2288a5

commit c21f1707175eccfd8f99b209e818d4014a2288a5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:17:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:35 +0000

    devel/py-testtools: Update to 2.6.0
    
    Changes:        https://github.com/testing-cabal/testtools/releases
                    https://github.com/testing-cabal/testtools/blob/master/NEWS
---
 devel/py-testtools/Makefile                     | 10 ++++------
 devel/py-testtools/distinfo                     |  6 +++---
 devel/py-testtools/files/patch-requirements.txt | 12 ++++++------
 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



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