diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-25 11:56:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:42 +0700 |
commit | ae9bd991da215469d40be0293227e92acf9370f5 (patch) | |
tree | ff92e3f458493a0f3e5c38ef2f38924821aa53fb | |
parent | 4fcb3560826f9a97c21c4e323f085e442f03d31b (diff) |
python/cheroot: Updated for version 5.9.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/cheroot/cheroot.SlackBuild | 2 | ||||
-rw-r--r-- | python/cheroot/cheroot.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/cheroot/cheroot.SlackBuild b/python/cheroot/cheroot.SlackBuild index 2d18ec485027..46bd3a59876c 100644 --- a/python/cheroot/cheroot.SlackBuild +++ b/python/cheroot/cheroot.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cheroot -VERSION=${VERSION:-5.9.1} +VERSION=${VERSION:-5.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/cheroot/cheroot.info b/python/cheroot/cheroot.info index 3c2d3570ba08..77db4f096617 100644 --- a/python/cheroot/cheroot.info +++ b/python/cheroot/cheroot.info @@ -1,8 +1,8 @@ PRGNAM="cheroot" -VERSION="5.9.1" +VERSION="5.9.2" HOMEPAGE="http://cherrypy.org/" -DOWNLOAD="https://pypi.python.org/packages/7a/66/71fa5badc3b9cd73edb62d78651f58ac9b9f32c78bc72d90a23920a76971/cheroot-5.9.1.tar.gz" -MD5SUM="f417f2b3d6944a41d309e61cef392afb" +DOWNLOAD="https://pypi.python.org/packages/9b/98/947dbf17f4bd1107da6a22500d7b363872196ffb9af8972292f769aeed18/cheroot-5.9.2.tar.gz" +MD5SUM="fd1de185191ce2122332cf4e987357e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="setuptools-scm six" |