python-Cheroot: update to 6.5.2.

This commit is contained in:
Andrea Brancaleoni 2018-09-11 12:07:33 +02:00
parent 1c84d20c6d
commit 7f0e82f778
2 changed files with 2 additions and 22 deletions

View File

@ -1,20 +0,0 @@
--- setup.py.orig
+++ setup.py
@@ -43,7 +43,7 @@
),
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
install_requires=[
- 'backports.functools_lru_cache',
+ 'backports.functools_lru_cache;python_version<"3.4"',
'six>=1.11.0',
'more_itertools>=2.6',
],
@@ -70,7 +70,7 @@
'codecov',
'pytest-cov',
- 'backports.unittest_mock',
+ 'backports.unittest_mock;python_version<"3.4"',
],
},
setup_requires=[

View File

@ -1,6 +1,6 @@
# Template file for 'python-Cheroot'
pkgname=python-Cheroot
version=6.5.0
version=6.5.2
revision=1
noarch=yes
wrksrc="cheroot-${version}"
@ -14,7 +14,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BSD-3-Clause"
homepage="https://github.com/cherrypy/cheroot"
distfiles="${PYPI_SITE}/c/cheroot/cheroot-${version}.tar.gz"
checksum=d744a0106d8f90493fa2a488e78a94addb4453c628003f44337ca3242269874f
checksum=ba2b9b0f59fcdcd920d51f61c19c4a8d65f8469741e634c04eaf6feca5b76837
alternatives="cheroot:cheroot:/usr/bin/cheroot2"
pre_build() {