diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-02-17 19:21:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-24 06:55:50 +0700 |
commit | b9effb24fe3e704dc162c1d9bbc7c112d4ec8241 (patch) | |
tree | 19eadc1aa7544a064dbddc972d445a28ab590397 | |
parent | a3e47c5274e3c347f3ce002d07aa71a5893b50ff (diff) | |
download | slackbuilds-b9effb24fe3e704dc162c1d9bbc7c112d4ec8241.tar.gz |
python/python-urllib3: Updated for version 1.22 + New maintainer.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/python-urllib3/README | 14 | ||||
-rw-r--r-- | python/python-urllib3/python-urllib3.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-urllib3/python-urllib3.info | 12 | ||||
-rw-r--r-- | python/python-urllib3/slack-desc | 6 |
4 files changed, 23 insertions, 13 deletions
diff --git a/python/python-urllib3/README b/python/python-urllib3/README index 4420981dce..df9a0f529f 100644 --- a/python/python-urllib3/README +++ b/python/python-urllib3/README @@ -1,2 +1,12 @@ -Urllib3 is an HTTP library with thread-safe connection -pooling, file post, and more. +urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python +ecosystem already uses urllib3 and you should too. urllib3 brings many critical features +that are missing from the Python standard libraries: + +Thread safety. +Connection pooling. +Client-side SSL/TLS verification. +File uploads with multipart encoding. +Helpers for retrying requests and dealing with HTTP redirects. +Support for gzip and deflate encoding. +Proxy support for HTTP and SOCKS. +100% test coverage. diff --git a/python/python-urllib3/python-urllib3.SlackBuild b/python/python-urllib3/python-urllib3.SlackBuild index 55376a273e..d54723c12a 100644 --- a/python/python-urllib3/python-urllib3.SlackBuild +++ b/python/python-urllib3/python-urllib3.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python-urllib3 # Copyright 2013 Thibaut Notteboom, Paris, FRANCE -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=python-urllib3 SRCNAM=$(echo $PRGNAM | cut -c8-14) -VERSION=${VERSION:-1.21.1} +VERSION=${VERSION:-1.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-urllib3/python-urllib3.info b/python/python-urllib3/python-urllib3.info index 2734a6d800..3a3d26b468 100644 --- a/python/python-urllib3/python-urllib3.info +++ b/python/python-urllib3/python-urllib3.info @@ -1,10 +1,10 @@ PRGNAM="python-urllib3" -VERSION="1.21.1" -HOMEPAGE="https://pypi.python.org/pypi/urllib3" -DOWNLOAD="https://pypi.python.org/packages/96/d9/40e4e515d3e17ed0adbbde1078e8518f8c4e3628496b56eb8f026a02b9e4/urllib3-1.21.1.tar.gz" -MD5SUM="ef6c72c79b9c6bcd68c204f9b92abc86" +VERSION="1.22" +HOMEPAGE="https://urllib3.readthedocs.io/en/latest/" +DOWNLOAD="https://pypi.python.org/packages/ee/11/7c59620aceedcc1ef65e156cc5ce5a24ef87be4107c2b74458464e437a5d/urllib3-1.22.tar.gz" +MD5SUM="0da7bed3fe94bf7dc59ae37885cc72f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Thibaut Notteboom" -EMAIL="thibaut.notteboom@gmail.com" +MAINTAINER="Dimitris Zlatanidis" +EMAIL="d.zlatanidis@gmail.com" diff --git a/python/python-urllib3/slack-desc b/python/python-urllib3/slack-desc index ee2f2f4d20..90699d4267 100644 --- a/python/python-urllib3/slack-desc +++ b/python/python-urllib3/slack-desc @@ -8,10 +8,10 @@ |-----handy-ruler------------------------------------------------------| python-urllib3: python-urllib3 (HTTP library) python-urllib3: -python-urllib3: Urllib3 is an HTTP library with thread-safe connection pooling, file -python-urllib3: post, and more. -python-urllib3: +python-urllib3: urllib3 is a powerful, sanity-friendly HTTP client for Python. Much +python-urllib3: of the Python ecosystem already uses urllib3 and you should too. python-urllib3: +python-urllib3: Homepage: https://urllib3.readthedocs.io/en/latest/ python-urllib3: python-urllib3: python-urllib3: |