security/py-tuf: Update version 1.0.0=>1.1.0
Relnotes: https://github.com/theupdateframework/python-tuf/releases/tag/v1.1.0
This commit is contained in:
parent
f73c97c06b
commit
9daf7712fc
2 changed files with 6 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue