1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Update to 1.0

Changes:	https://github.com/tedder/requests-aws4auth/blob/master/HISTORY.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-06-15 18:50:33 +00:00
parent d65e793f09
commit ee0884d644
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539014
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= requests-aws4auth
PORTVERSION= 0.9
PORTVERSION= 1.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1551681755
SHA256 (requests-aws4auth-0.9.tar.gz) = c9973af472d6d358ee301f077608361e078642aa019785139b588d526f50a23c
SIZE (requests-aws4auth-0.9.tar.gz) = 44486
TIMESTAMP = 1592145167
SHA256 (requests-aws4auth-1.0.tar.gz) = 2950f6ff686b5a452a269076d990e4821d959b61cfac319c3d3c6daaa5db55ce
SIZE (requests-aws4auth-1.0.tar.gz) = 34139

View File

@ -1,12 +1,12 @@
--- setup.py.orig 2016-02-07 23:17:13 UTC
--- setup.py.orig 2020-06-06 19:44:57 UTC
+++ setup.py
@@ -45,9 +45,7 @@ setup(
license='MIT License',
keywords='requests authentication amazon web services aws s3 REST',
install_requires=['requests'],
packages=['requests_aws4auth'],
- package_data={'requests_aws4auth': ['test/requests_aws4auth_test.py',
- '../README.rst', '../LICENSE',
- '../NOTICE', '../HISTORY.rst']},
- '../README.md', '../LICENSE',
- '../HISTORY.md']},
+ package_data={'requests_aws4auth': ['test/requests_aws4auth_test.py']},
classifiers=[
'Development Status :: 3 - Alpha',