diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-12-10 21:34:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-12 16:39:16 +0700 |
commit | 395838bfdcbb996dba904bceaec7dfdbedbbd741 (patch) | |
tree | 65c67fa1015e2c408c9db5c6f13a158cae1ecfe3 /python/python3-cheroot | |
parent | e29b51b803b8db6b7595d0be9eff372caf69ec40 (diff) |
python/python3-cheroot: Updated for version 9.0.0, fixed homepage.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cheroot')
-rw-r--r-- | python/python3-cheroot/python3-cheroot.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-cheroot/python3-cheroot.info | 8 | ||||
-rw-r--r-- | python/python3-cheroot/slack-desc | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/python/python3-cheroot/python3-cheroot.SlackBuild b/python/python3-cheroot/python3-cheroot.SlackBuild index fc67f2061763..be15cf542f8d 100644 --- a/python/python3-cheroot/python3-cheroot.SlackBuild +++ b/python/python3-cheroot/python3-cheroot.SlackBuild @@ -22,11 +22,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20221210 46and2: Updated version, fixed homepage. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-cheroot SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-8.6.0} +VERSION=${VERSION:-9.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-cheroot/python3-cheroot.info b/python/python3-cheroot/python3-cheroot.info index 54bb392d9fad..d3af1a642061 100644 --- a/python/python3-cheroot/python3-cheroot.info +++ b/python/python3-cheroot/python3-cheroot.info @@ -1,8 +1,8 @@ PRGNAM="python3-cheroot" -VERSION="8.6.0" -HOMEPAGE="https://cherrypy.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cheroot/cheroot-8.6.0.tar.gz" -MD5SUM="70247d0948899f453b50e6181cddd0d7" +VERSION="9.0.0" +HOMEPAGE="https://cheroot.cherrypy.dev" +DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cheroot/cheroot-9.0.0.tar.gz" +MD5SUM="1617fdbaba7d6edbe5b0ff48f7563111" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jaraco.functools python3-setuptools_scm_git_archive" diff --git a/python/python3-cheroot/slack-desc b/python/python3-cheroot/slack-desc index bff58dcae572..3641cf29104b 100644 --- a/python/python3-cheroot/slack-desc +++ b/python/python3-cheroot/slack-desc @@ -11,7 +11,7 @@ python3-cheroot: python3-cheroot: Cheroot is the high-performance, pure-Python HTTP server used python3-cheroot: by CherryPy. python3-cheroot: -python3-cheroot: Homepage: https://cherrypy.org/ +python3-cheroot: Homepage: https://cheroot.cherrypy.dev python3-cheroot: python3-cheroot: python3-cheroot: |