diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2017-06-11 07:04:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-11 07:04:47 +0700 |
commit | 2fdcac3b881327ed00aadffd459c27ec87178a4e (patch) | |
tree | 54de8779f0b6e50b89f8b7fc8d5d0977de597c1e /python | |
parent | a54e4df22d27359d46c0fee879c4204dd8c840b6 (diff) | |
download | slackbuilds-2fdcac3b881327ed00aadffd459c27ec87178a4e.tar.gz |
python/python-requests: Updated for version 2.17.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-requests/python-requests.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-requests/python-requests.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild index 424680d59d..64548268b3 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.14.2} +VERSION=${VERSION:-2.17.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS.rst CONTRIBUTING.md HISTORY.rst LICENSE NOTICE README.rst docs/ \ + *.rst *.md LICENSE 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 45c743c74a..e8f7186434 100644 --- a/python/python-requests/python-requests.info +++ b/python/python-requests/python-requests.info @@ -1,8 +1,8 @@ PRGNAM="python-requests" -VERSION="2.14.2" +VERSION="2.17.3" HOMEPAGE="http://python-requests.org/" -DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.14.2/requests-2.14.2.tar.gz" -MD5SUM="2873f97eab3b20f8269d608bc5b58ce3" +DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.17.3/requests-2.17.3.tar.gz" +MD5SUM="d4f065611e22be52ca08e5dfac471032" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |