diff options
author | koobs <koobs@FreeBSD.org> | 2013-06-10 09:12:52 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-06-10 09:12:52 +0800 |
commit | fde15089ae1eaef5d9629c3244cdbcdc0f25d5b0 (patch) | |
tree | b65ef1a594cf21b903f208e09b683bf5c0cf890d | |
parent | 016e0953a78736f5b39accc990b32f7098706485 (diff) | |
download | freebsd-ports-gnome-fde15089ae1eaef5d9629c3244cdbcdc0f25d5b0.tar.gz freebsd-ports-gnome-fde15089ae1eaef5d9629c3244cdbcdc0f25d5b0.tar.zst freebsd-ports-gnome-fde15089ae1eaef5d9629c3244cdbcdc0f25d5b0.zip |
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
-rw-r--r-- | www/py-requests-oauthlib/Makefile | 8 | ||||
-rw-r--r-- | www/py-requests-oauthlib/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-requests-oauthlib/Makefile b/www/py-requests-oauthlib/Makefile index 43d8e0ce444b..82792213370a 100644 --- a/www/py-requests-oauthlib/Makefile +++ b/www/py-requests-oauthlib/Makefile @@ -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 for Requests 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 diff --git a/www/py-requests-oauthlib/distinfo b/www/py-requests-oauthlib/distinfo index d5dfad4ecf2f..29e8f2d1baa4 100644 --- a/www/py-requests-oauthlib/distinfo +++ b/www/py-requests-oauthlib/distinfo @@ -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 |