Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2022 00:53:37 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9daf7712fcf7 - main - security/py-tuf: Update version 1.0.0=>1.1.0
Message-ID:  <202205040053.2440rbAR058254@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9daf7712fcf72073dbcc6ee51f38b23d5b81365c

commit 9daf7712fcf72073dbcc6ee51f38b23d5b81365c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-05-04 00:50:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-05-04 00:53:07 +0000

    security/py-tuf: Update version 1.0.0=>1.1.0
    
    Relnotes: https://github.com/theupdateframework/python-tuf/releases/tag/v1.1.0
---
 security/py-tuf/Makefile | 7 +++----
 security/py-tuf/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/security/py-tuf/Makefile b/security/py-tuf/Makefile
index a8fdebc1f620..513edd695d58 100644
--- a/security/py-tuf/Makefile
+++ b/security/py-tuf/Makefile
@@ -1,7 +1,7 @@
 # Created by: Kubilay Kocak <koobs@FreeBSD.org>
 
 PORTNAME=	tuf
-PORTVERSION=	1.0.0
+PORTVERSION=	1.1.0
 CATEGORIES=	security devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,12 +17,11 @@ LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}securesystemslib>=0.22.0:security/py-securesystemslib@${PY_FLAVOR}
 
-USES=		python:3.7+ pytest
+USES=		pytest python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-PYTEST_BROKEN_TESTS=	test_cleanup \
-			TestRepoExamples  # uses files missing from pypi distribution
+PYTEST_BROKEN_TESTS=	test_cleanup TestRepoExamples # uses files missing from pypi distribution
 
 .include <bsd.port.mk>
diff --git a/security/py-tuf/distinfo b/security/py-tuf/distinfo
index 26de1b34327a..6409131854cb 100644
--- a/security/py-tuf/distinfo
+++ b/security/py-tuf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646764548
-SHA256 (tuf-1.0.0.tar.gz) = ec74150954d56e206fa72f3b0234ea802649370e528dea5a83e507bd408fda82
-SIZE (tuf-1.0.0.tar.gz) = 218507
+TIMESTAMP = 1651613767
+SHA256 (tuf-1.1.0.tar.gz) = 28cd35eafa5aa4223eba03a397d14acb57c522381180db9ff3b54477dcbe1b73
+SIZE (tuf-1.1.0.tar.gz) = 243468



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