diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-26 12:55:47 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-26 12:55:47 +0000 |
commit | 4585cf7a4caaa830cef82f97b48704a0ff0ab838 (patch) | |
tree | 75809af08888f17fcee628ac159aa5be4b7aa16e | |
parent | 9e74a2efa25f18bdb81dfc0d730309f644be4ffd (diff) |
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
-rw-r--r-- | www/py-requests-aws4auth/Makefile | 5 | ||||
-rw-r--r-- | www/py-requests-aws4auth/distinfo | 6 | ||||
-rw-r--r-- | 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 <sunpoet@FreeBSD.org> 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', |