Skip to content

Commit

Permalink
security/py-tuf: Update version 1.0.0=>1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed May 4, 2022
1 parent f73c97c commit 9daf771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions 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}
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 9daf771

Please sign in to comment.