From 6e86c73e7c804b310b73a05d4004c39b0313c263 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Mon, 10 Feb 2020 21:55:26 +0100 Subject: [PATCH] python-Cheroot: update to 8.3.0. --- srcpkgs/python-Cheroot/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python-Cheroot/template b/srcpkgs/python-Cheroot/template index 24719734421..f1e2689e2ee 100644 --- a/srcpkgs/python-Cheroot/template +++ b/srcpkgs/python-Cheroot/template @@ -1,21 +1,20 @@ # Template file for 'python-Cheroot' pkgname=python-Cheroot -version=8.2.1 -revision=3 +version=8.3.0 +revision=1 archs=noarch wrksrc="cheroot-${version}" build_style=python-module -pycompile_module="cheroot" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-six python-more-itertools python-backports.functools_lru_cache python-jaraco.functools" short_desc="High-performance, pure-Python HTTP server (Python2)" -maintainer="bra1nwave " +maintainer="bra1nwave " license="BSD-3-Clause" homepage="https://github.com/cherrypy/cheroot" changelog="https://github.com/cherrypy/cheroot/blob/master/CHANGES.rst" distfiles="${PYPI_SITE}/c/cheroot/cheroot-${version}.tar.gz" -checksum=5b525b3e4a755adf78070ab54c1821fb860d4255a9317dba2b88eb2df2441cff +checksum=a0577e1f28661727d472671a7cc4e0c12ea0cbc5220265e70f00a8b8cb628931 alternatives="cheroot:cheroot:/usr/bin/cheroot2" pre_build() { @@ -32,7 +31,6 @@ post_install() { python3-Cheroot_package() { archs=noarch - pycompile_module="cheroot" depends="python3-setuptools python3-six python3-more-itertools python3-jaraco.functools" alternatives="cheroot:cheroot:/usr/bin/cheroot3"