Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2018 09:35:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481350 - head/www/py-requests-file
Message-ID:  <201810060935.w969Zlq5002532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct  6 09:35:47 2018
New Revision: 481350
URL: https://svnweb.freebsd.org/changeset/ports/481350

Log:
  Update to 1.4.3
  
  Changes:	https://github.com/dashea/requests-file/blob/master/CHANGES.rst

Modified:
  head/www/py-requests-file/Makefile
  head/www/py-requests-file/distinfo   (contents, props changed)

Modified: head/www/py-requests-file/Makefile
==============================================================================
--- head/www/py-requests-file/Makefile	Sat Oct  6 09:35:38 2018	(r481349)
+++ head/www/py-requests-file/Makefile	Sat Oct  6 09:35:47 2018	(r481350)
@@ -2,8 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	requests-file
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.3
 CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -11,15 +12,12 @@ COMMENT=	Transport adapter for use with the Requests P
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
-NO_ARCH=	yes
-
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	dashea
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-requests-file/distinfo
==============================================================================
--- head/www/py-requests-file/distinfo	Sat Oct  6 09:35:38 2018	(r481349)
+++ head/www/py-requests-file/distinfo	Sat Oct  6 09:35:47 2018	(r481350)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507832477
-SHA256 (dashea-requests-file-1.4.2_GH0.tar.gz) = 311c0accf3c9496ca6db7c53ca2d64a31e54fe94e825074f1844707b86df6420
-SIZE (dashea-requests-file-1.4.2_GH0.tar.gz) = 5889
+TIMESTAMP = 1538663207
+SHA256 (requests-file-1.4.3.tar.gz) = 8f04aa6201bacda0567e7ac7f677f1499b0fc76b22140c54bc06edf1ba92e2fa
+SIZE (requests-file-1.4.3.tar.gz) = 5252



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810060935.w969Zlq5002532>