Date: Tue, 25 May 2021 07:07:15 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 62e26ec3ddf5 - main - devel/py-python-gist: Update 0.10.3 -> 0.10.4 Message-ID: <202105250707.14P77Ffv044854@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=62e26ec3ddf5f6f874e2ad485338fe5225d80164 commit 62e26ec3ddf5f6f874e2ad485338fe5225d80164 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-25 07:04:50 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-05-25 07:07:07 +0000 devel/py-python-gist: Update 0.10.3 -> 0.10.4 PR: 255606 --- devel/py-python-gist/Makefile | 6 +++--- devel/py-python-gist/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-python-gist/Makefile b/devel/py-python-gist/Makefile index aa27b17d8ab7..bc36bc5fad3e 100644 --- a/devel/py-python-gist/Makefile +++ b/devel/py-python-gist/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-gist -DISTVERSION= 0.10.3 +DISTVERSION= 0.10.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,8 @@ COMMENT= Command line interface for working with github gists LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-gnupg>=0.4.1:security/py-python-gnupg@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-gnupg>=0.4.7,<0.5.0:security/py-python-gnupg@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1,<3.0.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ diff --git a/devel/py-python-gist/distinfo b/devel/py-python-gist/distinfo index 3056e24730d7..1e948adf7479 100644 --- a/devel/py-python-gist/distinfo +++ b/devel/py-python-gist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618272456 -SHA256 (python-gist-0.10.3.tar.gz) = c1ffb710f80bbac620247db6fc578a8a426b53c163471f454fc178b1d7060a4e -SIZE (python-gist-0.10.3.tar.gz) = 18970 +TIMESTAMP = 1621592380 +SHA256 (python-gist-0.10.4.tar.gz) = f867574c244a065561e41f4b50a0b1d20fa75d47b9839e91f901aace9767ed68 +SIZE (python-gist-0.10.4.tar.gz) = 18880
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105250707.14P77Ffv044854>