python-requests-oauthlib: update to 0.6.1

This commit is contained in:
Alessio Sergi 2016-02-20 19:40:00 +01:00
parent 6a8b00c963
commit f2ab94874e

View File

@ -1,6 +1,6 @@
# Template file for 'python-requests-oauthlib' # Template file for 'python-requests-oauthlib'
pkgname=python-requests-oauthlib pkgname=python-requests-oauthlib
version=0.6.0 version=0.6.1
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
@ -11,10 +11,10 @@ hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-requests python-oauthlib" depends="python-requests python-oauthlib"
short_desc="OAuthlib authentication support for Requests (Python2)" short_desc="OAuthlib authentication support for Requests (Python2)"
maintainer="Eivind Uggedal <eivind@uggedal.com>" maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD" license="ISC"
homepage="https://github.com/requests/requests-oauthlib" homepage="https://github.com/requests/requests-oauthlib"
distfiles="${PYPI_SITE}/r/requests-oauthlib/requests-oauthlib-${version}.tar.gz" distfiles="${PYPI_SITE}/r/requests-oauthlib/requests-oauthlib-${version}.tar.gz"
checksum=2a0ca56031940e917983aa1584b9d1311769ff9fc9bbf01e06c7f75ade7c7724 checksum=905306080ec0cc6b3c65c8101f471fccfdb9994c16dd116524fd3fc0790d46d7
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE