From 37364439a808eb615da5f42e7236903c119b60ca Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> Date: Sat, 16 Apr 2022 12:01:28 +0800 Subject: [PATCH] devel/py-pytest-httpbin: Update to 1.0.2 Changes: https://github.com/kevin1024/pytest-httpbin/releases https://github.com/kevin1024/pytest-httpbin/blob/master/README.md#changelog --- devel/py-pytest-httpbin/Makefile | 11 ++++++----- devel/py-pytest-httpbin/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/devel/py-pytest-httpbin/Makefile b/devel/py-pytest-httpbin/Makefile index 0795e0b7fc97..d0ec26c157e9 100644 --- a/devel/py-pytest-httpbin/Makefile +++ b/devel/py-pytest-httpbin/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-httpbin -DISTVERSION= 1.0.0 +PORTVERSION= 1.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,11 +9,12 @@ COMMENT= Easily test your HTTP library against a local copy of httpbin.org LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpbin>0:www/py-httpbin@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpbin>=0:www/py-httpbin@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils -USES= python -USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/py-pytest-httpbin/distinfo b/devel/py-pytest-httpbin/distinfo index 77b9fa2606d3..1e3bedb66c01 100644 --- a/devel/py-pytest-httpbin/distinfo +++ b/devel/py-pytest-httpbin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609040419 -SHA256 (pytest-httpbin-1.0.0.tar.gz) = d8ce547f42423026550ed7765f6c6d50c033b43025e8592270a7abf970e19b72 -SIZE (pytest-httpbin-1.0.0.tar.gz) = 12244 +TIMESTAMP = 1649423976 +SHA256 (pytest-httpbin-1.0.2.tar.gz) = 52c9d3f75f8f43f1488b5a0be321eeca3cc5f0fae0c85445ece66bd53c95fe0e +SIZE (pytest-httpbin-1.0.2.tar.gz) = 15494 -- GitLab