Skip to content

Commit

Permalink
www/py-requests-aws4auth: Update to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 5, 2023
1 parent f1a58c9 commit b27c041
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion www/py-requests-aws4auth/Makefile
@@ -1,5 +1,5 @@
PORTNAME= requests-aws4auth
PORTVERSION= 1.1.2
PORTVERSION= 1.2.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions www/py-requests-aws4auth/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1649423858
SHA256 (requests-aws4auth-1.1.2.tar.gz) = ebde0662dccda5023546055ec4cbe4470cae017ecbfce8d368b80b5e4a94d619
SIZE (requests-aws4auth-1.1.2.tar.gz) = 25353
TIMESTAMP = 1675191123
SHA256 (requests-aws4auth-1.2.1.tar.gz) = 8a6bed4b0a911910ea9be6b1b19471154399f7c505a978d174ef932d3ac940f0
SIZE (requests-aws4auth-1.2.1.tar.gz) = 25669
20 changes: 20 additions & 0 deletions www/py-requests-aws4auth/files/patch-setup.py
@@ -0,0 +1,20 @@
--- setup.py.orig 2023-01-20 22:33:41 UTC
+++ setup.py
@@ -24,8 +24,6 @@ def find_version(*file_paths):

with codecs.open('README.md', 'r', 'utf-8') as f:
readme = f.read()
-with codecs.open('HISTORY.md', 'r', 'utf-8') as f:
- history = f.read()


version = find_version('requests_aws4auth', '__init__.py')
@@ -35,7 +33,7 @@ setup(
name='requests-aws4auth',
version=version,
description='AWS4 authentication for Requests',
- long_description=readme + '\n\n' + history,
+ long_description=readme,
long_description_content_type='text/markdown',
author='Ted Timmons',
author_email='ted@tedder.dev',

0 comments on commit b27c041

Please sign in to comment.