diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2019-04-19 09:23:12 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-21 07:31:40 +0700 |
commit | 1e8f5dabfd9325655536909a5d8153deeab83bb8 (patch) | |
tree | d878e411e1e63de6e78440495ffa2a44b4735ed0 /python/defusedxml | |
parent | fd5a9ea5097bc1dcbece1263d54364dde06a588f (diff) |
python/defusedxml: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/defusedxml')
-rw-r--r-- | python/defusedxml/defusedxml.SlackBuild | 2 | ||||
-rw-r--r-- | python/defusedxml/defusedxml.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/defusedxml/defusedxml.SlackBuild b/python/defusedxml/defusedxml.SlackBuild index 6c429dddc951..ac016c8dd33d 100644 --- a/python/defusedxml/defusedxml.SlackBuild +++ b/python/defusedxml/defusedxml.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=defusedxml -VERSION=${VERSION:-0.5.0} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/defusedxml/defusedxml.info b/python/defusedxml/defusedxml.info index 8fc091bb7410..36204f3b3b95 100644 --- a/python/defusedxml/defusedxml.info +++ b/python/defusedxml/defusedxml.info @@ -1,8 +1,8 @@ PRGNAM="defusedxml" -VERSION="0.5.0" +VERSION="0.6.0" HOMEPAGE="https://pypi.python.org/pypi/defusedxml" -DOWNLOAD="https://github.com/tiran/defusedxml/archive/v0.5.0/defusedxml-0.5.0.tar.gz" -MD5SUM="3aa135375954a9705633aad3d5abfeda" +DOWNLOAD="https://github.com/tiran/defusedxml/archive/v0.6.0/defusedxml-0.6.0.tar.gz" +MD5SUM="d424828fbbb281412dcc733ad9eea615" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |