diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2016-08-14 08:13:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-14 08:13:31 +0700 |
commit | 457ffda47f37ff4001d53b0b2a85b72b3fea679d (patch) | |
tree | b66e02c1c43ca37dabe6330eb3d7e2bf06366f1d /python/python-requests | |
parent | d4854354946e2f6ddedb36ca810a835d43934aac (diff) | |
download | slackbuilds-457ffda47f37ff4001d53b0b2a85b72b3fea679d.tar.gz |
python/python-requests: Updated for version 2.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-requests')
-rw-r--r-- | python/python-requests/python-requests.SlackBuild | 6 | ||||
-rw-r--r-- | python/python-requests/python-requests.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild index 12ae322e54..6729af8b68 100644 --- a/python/python-requests/python-requests.SlackBuild +++ b/python/python-requests/python-requests.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-requests -VERSION=${VERSION:-2.10.0} +VERSION=${VERSION:-2.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . @@ -80,7 +80,7 @@ fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - HISTORY.rst LICENSE NOTICE PKG-INFO README.rst \ + AUTHORS.rst CONTRIBUTING.md HISTORY.rst LICENSE NOTICE README.rst docs/ \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python-requests/python-requests.info b/python/python-requests/python-requests.info index c2d13ab1a7..671d124599 100644 --- a/python/python-requests/python-requests.info +++ b/python/python-requests/python-requests.info @@ -1,8 +1,8 @@ PRGNAM="python-requests" -VERSION="2.10.0" -HOMEPAGE="http://pypi.python.org/pypi/requests" -DOWNLOAD="https://pypi.python.org/packages/49/6f/183063f01aae1e025cf0130772b55848750a2f3a89bfa11b385b35d7329d/requests-2.10.0.tar.gz" -MD5SUM="a36f7a64600f1bfec4d55ae021d232ae" +VERSION="2.11.0" +HOMEPAGE="http://python-requests.org/" +DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.11.0/python-requests-2.11.0.tar.gz" +MD5SUM="09de9d563cd43ee28a3c55fc308c71f0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |