From owner-dev-commits-ports-all@freebsd.org Tue May 25 07:07:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6387D646285; Tue, 25 May 2021 07:07:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fq4rz24xjz4VSN; Tue, 25 May 2021 07:07:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FD56192D1; Tue, 25 May 2021 07:07:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14P77FWQ044855; Tue, 25 May 2021 07:07:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14P77Ffv044854; Tue, 25 May 2021 07:07:15 GMT (envelope-from git) Date: Tue, 25 May 2021 07:07:15 GMT Message-Id: <202105250707.14P77Ffv044854@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 62e26ec3ddf5 - main - devel/py-python-gist: Update 0.10.3 -> 0.10.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 62e26ec3ddf5f6f874e2ad485338fe5225d80164 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 07:07:15 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=62e26ec3ddf5f6f874e2ad485338fe5225d80164 commit 62e26ec3ddf5f6f874e2ad485338fe5225d80164 Author: Yuri Victorovich AuthorDate: 2021-05-25 07:04:50 +0000 Commit: Yuri Victorovich 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