Skip to content
Snippets Groups Projects
Commit 576cdd30 authored by Thore Bödecker's avatar Thore Bödecker
Browse files

update to 6.5.2

parent bf754b11
No related branches found
Tags 0.4.7.2-124
No related merge requests found
......@@ -5,7 +5,7 @@ pkgbase='python-cheroot'
_pkgbase="${pkgbase//python-/}"
pkgname=('python-cheroot' 'python2-cheroot')
pkgdesc="Highly-optimized, pure-python HTTP server"
pkgver=6.4.0
pkgver=6.5.2
pkgrel=1
arch=('any')
url="https://github.com/cherrypy/cheroot"
......@@ -13,12 +13,12 @@ license=('MIT')
makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
'python2-backports.unittest_mock' 'tree')
source=("${pkgbase}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/a4/f4/f3397323fac13472fb7e43bc7daca708138462dc0aabf73b4dbbf5845810/cheroot-6.4.0.tar.gz"
source=("${pkgbase}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/c4/ab/b3800499ccec7f058fe080ae7f79207f9b498559edd1467d533a2126767c/cheroot-6.5.2.tar.gz"
"LICENSE"
"cheroot-fix-setup-python3.patch")
sha512sums=('3023a2e09b730cd9dbf88de8add2846855707e16d7aea94233365b73250b8051c4770951717ca3c3d64e9b902336c61c48452027e38ee8f1a131e1dc89ce0a45'
sha512sums=('f31026050a45720a0aa08204607b521ae2c0666220886bd14f1f53f81411a66a8ff17e42640efb5189e998f3dfda2fbe41a2c18672dd83c52e9d8ad356cab264'
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
'5ec0001c803682f142e3eb1ebcf10614b3d4f2e64dfea874a868b7702a79b429ae86aea5c7b90711d573d5cc25e3296c3b64dc55598d926c06de59d35d8f04bc')
'35a8f2ba144c36421119326c7c93851318c8b02b9b33c2eb31979e980e38b430e962eff467ea18f060bec6fd4251f5abf489fb7be87e645243c9c356c16a6ec4')
prepare() {
cd "${srcdir}/${_pkgbase}-${pkgver}"
......
......@@ -9,12 +9,13 @@
'six>=1.11.0',
'more_itertools>=2.6',
],
@@ -70,7 +70,7 @@
@@ -78,7 +78,7 @@
'codecov',
'pytest-cov',
- 'backports.unittest_mock',
+ 'backports.unittest_mock;python_version<"3.4"',
],
},
setup_requires=[
# TLS
'trustme>=0.4.0',
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