Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 01:12:52 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320426 - head/www/py-requests-oauthlib
Message-ID:  <201306100112.r5A1CqXt051529@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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