Skip to content
Snippets Groups Projects
Commit 576e58d6 authored by Duncan Bellamy's avatar Duncan Bellamy :speech_balloon: Committed by J0WI
Browse files

community/py3-cheroot: upgrade to 10.0.1

parent 76d4b1b4
No related branches found
No related tags found
1 merge request!65805community/py3-cheroot: upgrade to 10.0.1
Pipeline #233698 skipped
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com> # Maintainer: Duncan Bellamy <dunk@denkimushi.com>
_pyname=cheroot _pyname=cheroot
pkgname=py3-cheroot pkgname=py3-cheroot
pkgver=10.0.0 pkgver=10.0.1
pkgrel=2 pkgrel=0
pkgdesc="High-performance, pure-Python HTTP server used by CherryPy" pkgdesc="High-performance, pure-Python HTTP server used by CherryPy"
url="https://cheroot.cherrypy.dev/" url="https://cheroot.cherrypy.dev/"
license="BSD-3-Clause" license="BSD-3-Clause"
...@@ -34,9 +34,7 @@ checkdepends=" ...@@ -34,9 +34,7 @@ checkdepends="
py3-trustme py3-trustme
" "
subpackages="$pkgname-tests $pkgname-pyc" subpackages="$pkgname-tests $pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/c/$_pyname/$_pyname-$pkgver.tar.gz source="https://files.pythonhosted.org/packages/source/c/$_pyname/$_pyname-$pkgver.tar.gz"
setuptools-git.patch
"
builddir="$srcdir/$_pyname-$pkgver" builddir="$srcdir/$_pyname-$pkgver"
options="!check" # fail on deprecation warning options="!check" # fail on deprecation warning
...@@ -62,6 +60,5 @@ tests() { ...@@ -62,6 +60,5 @@ tests() {
amove usr/lib/python*/site-packages/cheroot/test amove usr/lib/python*/site-packages/cheroot/test
} }
sha512sums=" sha512sums="
02e32e52a596463cbb9874a800dbcdc5680dd7d9dfa95ca6e73c81f9248a488087c514ae70cdba94fe9df1f5d3ab1c68efcb720561cbeb7b667109fe5962f85b cheroot-10.0.0.tar.gz c878647a7bcf564509ee07481b3e371a2e09019d78240e79293bc4e0bfa872e8e2f947925c54eda56cc1790a3ff4d656c70066278c74073b44fc070627f5c71d cheroot-10.0.1.tar.gz
7831aeeea0b6d1ed094c92eb697632395de903d5de170c37230db2b7d083041855473f8d50b93c1e2f630e0c411ccf5f909593b3160cb134339e9d3e21ed691c setuptools-git.patch
" "
--- a/setup.cfg
+++ b/setup.cfg
@@ -56,7 +56,6 @@
include_package_data = True
setup_requires =
setuptools_scm>=1.15.0
- setuptools_scm_git_archive>=1.0
install_requires =
backports.functools_lru_cache; python_version < '3.3'
selectors2; python_version< '3.4'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment