Date: Tue, 26 Sep 2017 13:02:20 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450660 - head/www/py-aws-requests-auth Message-ID: <201709261302.v8QD2KVp050236@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Tue Sep 26 13:02:20 2017 New Revision: 450660 URL: https://svnweb.freebsd.org/changeset/ports/450660 Log: - Update to 0.4.0 PR: 222616 Submitted by: james@elstone.net(maintainer) Modified: head/www/py-aws-requests-auth/Makefile head/www/py-aws-requests-auth/distinfo Modified: head/www/py-aws-requests-auth/Makefile ============================================================================== --- head/www/py-aws-requests-auth/Makefile Tue Sep 26 12:52:57 2017 (r450659) +++ head/www/py-aws-requests-auth/Makefile Tue Sep 26 13:02:20 2017 (r450660) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-requests-auth -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= www python textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ COMMENT= Authenticate to AWS with Amazon's signature v LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.14.0:www/py-requests +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.14.0:www/py-requests USES= python:2.7 USE_PYTHON= autoplist distutils Modified: head/www/py-aws-requests-auth/distinfo ============================================================================== --- head/www/py-aws-requests-auth/distinfo Tue Sep 26 12:52:57 2017 (r450659) +++ head/www/py-aws-requests-auth/distinfo Tue Sep 26 13:02:20 2017 (r450660) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484647108 -SHA256 (aws-requests-auth-0.3.0.tar.gz) = fe170fe909f5326ac97b2e4f92326cceb48ce86a5788db251e05b61a000abe87 -SIZE (aws-requests-auth-0.3.0.tar.gz) = 6516 +TIMESTAMP = 1506459238 +SHA256 (aws-requests-auth-0.4.0.tar.gz) = 635147a7216b1734582932e36e5cd30530f3ef1724bf171434d52be040e91155 +SIZE (aws-requests-auth-0.4.0.tar.gz) = 9032
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709261302.v8QD2KVp050236>