diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-04-27 23:45:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-28 06:40:14 +0700 |
commit | 0fa5ce06340d3a39d77c03957c467cd1f76df972 (patch) | |
tree | b69527d37f179e69dbb84d3c6a1fc27a6f739bbf /python/txrequests | |
parent | e9a956df70543a9bdbce376b31f42773720a90f7 (diff) |
python/txrequests: Updated for version 0.9.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/txrequests')
-rw-r--r-- | python/txrequests/txrequests.SlackBuild | 2 | ||||
-rw-r--r-- | python/txrequests/txrequests.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/txrequests/txrequests.SlackBuild b/python/txrequests/txrequests.SlackBuild index 9da58564f93a..1312b13b6f7f 100644 --- a/python/txrequests/txrequests.SlackBuild +++ b/python/txrequests/txrequests.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=txrequests -VERSION=${VERSION:-0.9.5} +VERSION=${VERSION:-0.9.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/txrequests/txrequests.info b/python/txrequests/txrequests.info index 022af37c07ec..5ff4e9ad424e 100644 --- a/python/txrequests/txrequests.info +++ b/python/txrequests/txrequests.info @@ -1,8 +1,8 @@ PRGNAM="txrequests" -VERSION="0.9.5" +VERSION="0.9.6" HOMEPAGE="https://github.com/tardyp/txrequests" -DOWNLOAD="https://pypi.python.org/packages/8c/bc/408af7381f134c7d7bb8497d4c1bc88448205e1da9be0775fb4741ed484e/txrequests-0.9.5.tar.gz" -MD5SUM="b1c7e3006aa2fed4307a3aca303ed40b" +DOWNLOAD="https://files.pythonhosted.org/packages/ed/97/1524061c7fe257092c25c1cf2cd9a8f19662a05ccf31a3d825476eda75ac/txrequests-0.9.6.tar.gz" +MD5SUM="b8646167152935d2ad6d40328ee1882a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-requests python-twisted" |