git: 17b72f673cd2 - main - www/py-requests-aws4auth: Update to 1.1.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:23:17 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=17b72f673cd298f343910d4e1fbd534bcc8017b9
commit 17b72f673cd298f343910d4e1fbd534bcc8017b9
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 03:59:08 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:29 +0000
www/py-requests-aws4auth: Update to 1.1.2
Changes: https://github.com/tedder/requests-aws4auth/releases
https://github.com/tedder/requests-aws4auth/blob/main/HISTORY.md
---
www/py-requests-aws4auth/Makefile | 2 +-
www/py-requests-aws4auth/distinfo | 6 +++---
www/py-requests-aws4auth/files/patch-setup.py | 13 -------------
3 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/www/py-requests-aws4auth/Makefile b/www/py-requests-aws4auth/Makefile
index a1cd2f7508ec..db30cfe4051a 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.1.1
+PORTVERSION= 1.1.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-requests-aws4auth/distinfo b/www/py-requests-aws4auth/distinfo
index b009ced29979..82d1c7b4abc5 100644
--- a/www/py-requests-aws4auth/distinfo
+++ b/www/py-requests-aws4auth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622214128
-SHA256 (requests-aws4auth-1.1.1.tar.gz) = c0883346ce30b5018903a67da88df72f73ff06e1a320845bba9cd85e811ba0ba
-SIZE (requests-aws4auth-1.1.1.tar.gz) = 24838
+TIMESTAMP = 1649423858
+SHA256 (requests-aws4auth-1.1.2.tar.gz) = ebde0662dccda5023546055ec4cbe4470cae017ecbfce8d368b80b5e4a94d619
+SIZE (requests-aws4auth-1.1.2.tar.gz) = 25353
diff --git a/www/py-requests-aws4auth/files/patch-setup.py b/www/py-requests-aws4auth/files/patch-setup.py
deleted file mode 100644
index ba91182fa589..000000000000
--- a/www/py-requests-aws4auth/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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', 'six'],
- packages=['requests_aws4auth'],
-- package_data={'requests_aws4auth': ['test/requests_aws4auth_test.py',
-- '../README.md', '../LICENSE',
-- '../HISTORY.md']},
-+ package_data={'requests_aws4auth': ['test/requests_aws4auth_test.py']},
- classifiers=[
- 'Development Status :: 5 - Production/Stable',
- 'Intended Audience :: Developers',