From owner-svn-ports-head@FreeBSD.ORG Mon Jun 10 01:12:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 257A12A2; Mon, 10 Jun 2013 01:12:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F0B081268; Mon, 10 Jun 2013 01:12:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5A1CqAZ051531; Mon, 10 Jun 2013 01:12:52 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5A1CqXt051529; Mon, 10 Jun 2013 01:12:52 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201306100112.r5A1CqXt051529@svn.freebsd.org> From: Kubilay Kocak Date: Mon, 10 Jun 2013 01:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320426 - head/www/py-requests-oauthlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 01:12:53 -0000 Author: koobs Date: Mon Jun 10 01:12:52 2013 New Revision: 320426 URL: http://svnweb.freebsd.org/changeset/ports/320426 Log: www/py-requests-oauthlib: Update to 0.3.2 - Update to 0.3.2 - Update pkg-plist - Bump RUN_DEPENDS version for oauthlib (and report upstream) Changes: https://github.com/requests/requests-oauthlib/commits/v0.3.2 Modified: head/www/py-requests-oauthlib/Makefile head/www/py-requests-oauthlib/distinfo Modified: head/www/py-requests-oauthlib/Makefile ============================================================================== --- head/www/py-requests-oauthlib/Makefile Mon Jun 10 01:08:24 2013 (r320425) +++ head/www/py-requests-oauthlib/Makefile Mon Jun 10 01:12:52 2013 (r320426) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= requests-oauthlib -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,14 +11,14 @@ COMMENT= OAuthlib authentication support LICENSE= ISCL -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.3.7:${PORTSDIR}/security/py-oauthlib \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.4.2:${PORTSDIR}/security/py-oauthlib \ + ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock USE_GITHUB= yes GH_ACCOUNT= requests GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= a7e6030 +GH_COMMIT= 0b1fe5c USE_PYTHON= yes USE_PYDISTUTILS= easy_install Modified: head/www/py-requests-oauthlib/distinfo ============================================================================== --- head/www/py-requests-oauthlib/distinfo Mon Jun 10 01:08:24 2013 (r320425) +++ head/www/py-requests-oauthlib/distinfo Mon Jun 10 01:12:52 2013 (r320426) @@ -1,2 +1,2 @@ -SHA256 (requests-oauthlib-0.3.1.tar.gz) = 2befccd11fb8e7170863ca678db11df6c3efb899d9a96124699e1187159f4329 -SIZE (requests-oauthlib-0.3.1.tar.gz) = 13811 +SHA256 (requests-oauthlib-0.3.2.tar.gz) = 93f6252c16537d7d42ca6777e97425a7de801772afc2df5244ae65eaf5b74f51 +SIZE (requests-oauthlib-0.3.2.tar.gz) = 13926