From owner-dev-commits-ports-all@freebsd.org Wed May 26 12:58:55 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 8E88863C38A; Wed, 26 May 2021 12:58:55 +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 4FqrcH08pjz4tGY; Wed, 26 May 2021 12:58:54 +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 C58B911260; Wed, 26 May 2021 12:58:54 +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 14QCwsVp033625; Wed, 26 May 2021 12:58:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14QCwstC033624; Wed, 26 May 2021 12:58:54 GMT (envelope-from git) Date: Wed, 26 May 2021 12:58:54 GMT Message-Id: <202105261258.14QCwstC033624@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 4585cf7a4caa - main - www/py-requests-aws4auth: Update to 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4585cf7a4caaa830cef82f97b48704a0ff0ab838 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: Wed, 26 May 2021 12:58:55 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4585cf7a4caaa830cef82f97b48704a0ff0ab838 commit 4585cf7a4caaa830cef82f97b48704a0ff0ab838 Author: Po-Chuan Hsieh AuthorDate: 2021-05-26 12:55:47 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-26 12:55:47 +0000 www/py-requests-aws4auth: Update to 1.1.0 Changes: https://github.com/tedder/requests-aws4auth/releases https://github.com/tedder/requests-aws4auth/blob/master/HISTORY.md --- www/py-requests-aws4auth/Makefile | 5 +++-- www/py-requests-aws4auth/distinfo | 6 +++--- www/py-requests-aws4auth/files/patch-setup.py | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/www/py-requests-aws4auth/Makefile b/www/py-requests-aws4auth/Makefile index 0da2efb8f6ea..fc2d8663907b 100644 --- a/www/py-requests-aws4auth/Makefile +++ b/www/py-requests-aws4auth/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= requests-aws4auth -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= AWS4 authentication for Requests LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/www/py-requests-aws4auth/distinfo b/www/py-requests-aws4auth/distinfo index 278746d76ce1..35100c7b6d77 100644 --- a/www/py-requests-aws4auth/distinfo +++ b/www/py-requests-aws4auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605426495 -SHA256 (requests-aws4auth-1.0.1.tar.gz) = 9a4a5f4a61c49f098f5f669410308ac5b0ea2682fd511ee3a4f9ff73b5bb275a -SIZE (requests-aws4auth-1.0.1.tar.gz) = 23812 +TIMESTAMP = 1621699745 +SHA256 (requests-aws4auth-1.1.0.tar.gz) = 309bfe4e22ec81e41ad91c92691cb0b77c897ffe4341bd898a15971634ede5e7 +SIZE (requests-aws4auth-1.1.0.tar.gz) = 25922 diff --git a/www/py-requests-aws4auth/files/patch-setup.py b/www/py-requests-aws4auth/files/patch-setup.py index bd2ecc61c8a9..ba91182fa589 100644 --- a/www/py-requests-aws4auth/files/patch-setup.py +++ b/www/py-requests-aws4auth/files/patch-setup.py @@ -1,8 +1,8 @@ ---- setup.py.orig 2020-09-29 00:16:05 UTC +--- setup.py.orig 2021-05-21 16:58:29 UTC +++ setup.py @@ -45,9 +45,7 @@ setup( keywords='requests authentication amazon web services aws s3 REST', - install_requires=['requests'], + install_requires=['requests', 'six'], packages=['requests_aws4auth'], - package_data={'requests_aws4auth': ['test/requests_aws4auth_test.py', - '../README.md', '../LICENSE',