svn commit: r499059 - head/www/py-google-resumable-media

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 15 21:16:18 UTC 2019


Author: sunpoet
Date: Mon Apr 15 21:16:14 2019
New Revision: 499059
URL: https://svnweb.freebsd.org/changeset/ports/499059

Log:
  Update to 0.3.2
  
  - Sort RUN_DEPENDS
  - Take maintainership
  
  Changes:	https://github.com/googleapis/google-resumable-media-python/releases
  PR:		237242
  Submitted by:	sunpoet (myself)
  Approved by:	wg (maintainer)

Modified:
  head/www/py-google-resumable-media/Makefile
  head/www/py-google-resumable-media/distinfo

Modified: head/www/py-google-resumable-media/Makefile
==============================================================================
--- head/www/py-google-resumable-media/Makefile	Mon Apr 15 21:16:09 2019	(r499058)
+++ head/www/py-google-resumable-media/Makefile	Mon Apr 15 21:16:14 2019	(r499059)
@@ -1,19 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	google-resumable-media
-PORTVERSION=	0.3.1
+PORTVERSION=	0.3.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	wg at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Utilities for Google Media Downloads and Resumable Uploads
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist

Modified: head/www/py-google-resumable-media/distinfo
==============================================================================
--- head/www/py-google-resumable-media/distinfo	Mon Apr 15 21:16:09 2019	(r499058)
+++ head/www/py-google-resumable-media/distinfo	Mon Apr 15 21:16:14 2019	(r499059)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535500894
-SHA256 (google-resumable-media-0.3.1.tar.gz) = 97de518f8166d442cc0b61fab308bcd319dbb970981e667ec8ded44f5ce49836
-SIZE (google-resumable-media-0.3.1.tar.gz) = 2113721
+TIMESTAMP = 1548539441
+SHA256 (google-resumable-media-0.3.2.tar.gz) = 3e38923493ca0d7de0ad91c31acfefc393c78586db89364e91cb4f11990e51ba
+SIZE (google-resumable-media-0.3.2.tar.gz) = 2114104


More information about the svn-ports-all mailing list