python-requests: update to 2.3.0.

This commit is contained in:
wertyi48 2014-05-20 13:45:07 -03:00
parent 0a7863928f
commit 141117d92a

View file

@ -1,9 +1,9 @@
# Template file for 'python-requests'
pkgname=python-requests
version=2.2.1
revision=2
version=2.3.0
revision=1
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
checksum="1266921f1bed5fbf364cd83cf239b6d7b3ea5c32ccccbc93980d9ba12cdcfd02"
checksum=1c1473875d846fe563d70868acf05b1953a4472f4695b7b3566d1d978957b8fc
build_style="python-module"
pycompile_module="requests"
hostmakedepends="python-devel python-distribute"