svn commit: r539014 - in head/www/py-requests-aws4auth: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 15 18:50:39 UTC 2020


Author: sunpoet
Date: Mon Jun 15 18:50:33 2020
New Revision: 539014
URL: https://svnweb.freebsd.org/changeset/ports/539014

Log:
  Update to 1.0
  
  Changes:	https://github.com/tedder/requests-aws4auth/blob/master/HISTORY.md

Modified:
  head/www/py-requests-aws4auth/Makefile
  head/www/py-requests-aws4auth/distinfo
  head/www/py-requests-aws4auth/files/patch-setup.py

Modified: head/www/py-requests-aws4auth/Makefile
==============================================================================
--- head/www/py-requests-aws4auth/Makefile	Mon Jun 15 18:50:28 2020	(r539013)
+++ head/www/py-requests-aws4auth/Makefile	Mon Jun 15 18:50:33 2020	(r539014)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	requests-aws4auth
-PORTVERSION=	0.9
+PORTVERSION=	1.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-requests-aws4auth/distinfo
==============================================================================
--- head/www/py-requests-aws4auth/distinfo	Mon Jun 15 18:50:28 2020	(r539013)
+++ head/www/py-requests-aws4auth/distinfo	Mon Jun 15 18:50:33 2020	(r539014)
@@ -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

Modified: head/www/py-requests-aws4auth/files/patch-setup.py
==============================================================================
--- head/www/py-requests-aws4auth/files/patch-setup.py	Mon Jun 15 18:50:28 2020	(r539013)
+++ head/www/py-requests-aws4auth/files/patch-setup.py	Mon Jun 15 18:50:33 2020	(r539014)
@@ -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',


More information about the svn-ports-head mailing list