From owner-svn-ports-all@freebsd.org Thu Oct 25 19:33:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EB091085B03; Thu, 25 Oct 2018 19:33:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24D2E6F31C; Thu, 25 Oct 2018 19:33:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05FBD1656C; Thu, 25 Oct 2018 19:33:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9PJXAv2002395; Thu, 25 Oct 2018 19:33:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9PJXATN002394; Thu, 25 Oct 2018 19:33:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810251933.w9PJXATN002394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 25 Oct 2018 19:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482979 - head/www/py-requests-futures X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-requests-futures X-SVN-Commit-Revision: 482979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 19:33:11 -0000 Author: sunpoet Date: Thu Oct 25 19:33:10 2018 New Revision: 482979 URL: https://svnweb.freebsd.org/changeset/ports/482979 Log: Update to 0.9.8 - Move RUN_DEPENDS upward - Take maintainership Changes: https://github.com/ross/requests-futures/commits/master Modified: head/www/py-requests-futures/Makefile head/www/py-requests-futures/distinfo (contents, props changed) Modified: head/www/py-requests-futures/Makefile ============================================================================== --- head/www/py-requests-futures/Makefile Thu Oct 25 19:26:44 2018 (r482978) +++ head/www/py-requests-futures/Makefile Thu Oct 25 19:33:10 2018 (r482979) @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= requests-futures -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP library written in Python for human beings LICENSE= APACHE20 -USES= python -USE_PYTHON= autoplist distutils - RUN_DEPENDS= ${PY_FUTURES} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/www/py-requests-futures/distinfo ============================================================================== --- head/www/py-requests-futures/distinfo Thu Oct 25 19:26:44 2018 (r482978) +++ head/www/py-requests-futures/distinfo Thu Oct 25 19:33:10 2018 (r482979) @@ -1,2 +1,3 @@ -SHA256 (requests-futures-0.9.7.tar.gz) = a9ca2c3480b6fac29ec5de59c146742e2ab2b60f8c68581766094edb52ea7bad -SIZE (requests-futures-0.9.7.tar.gz) = 5571 +TIMESTAMP = 1540495399 +SHA256 (requests-futures-0.9.8.tar.gz) = 76a22b95723267b53d8cc50e54d00b98d95afa02fd8449501b07a3797f46a96d +SIZE (requests-futures-0.9.8.tar.gz) = 7729