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

update to 6.5.4

parent ae197fe6
No related branches found
Tags 6.5.4-1
No related merge requests found
...@@ -5,7 +5,7 @@ pkgbase='python-cheroot' ...@@ -5,7 +5,7 @@ pkgbase='python-cheroot'
_pkgbase="${pkgbase//python-/}" _pkgbase="${pkgbase//python-/}"
pkgname=('python-cheroot' 'python2-cheroot') pkgname=('python-cheroot' 'python2-cheroot')
pkgdesc="Highly-optimized, pure-python HTTP server" pkgdesc="Highly-optimized, pure-python HTTP server"
pkgver=6.5.3 pkgver=6.5.4
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
url="https://github.com/cherrypy/cheroot" url="https://github.com/cherrypy/cheroot"
...@@ -16,9 +16,9 @@ makedepends=('python-six' 'python2-six' 'python-setuptools-scm' ...@@ -16,9 +16,9 @@ makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz" source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz"
"LICENSE" "LICENSE"
"cheroot-fix-setup-python3.patch") "cheroot-fix-setup-python3.patch")
sha512sums=('e31202d9d20395c9c1a270bfac5a609350ee60e1e7bcc8b32a45ed3e599294b49c4a56007bc88dc2cf161ab8f5e9aefa6a9f9141493f2c8916a1443c9a0032ab' sha512sums=('62a48ced225bf9167259b82f5e88a953bdc422982a6c0b0121b28e895cc8347cc033f573b57a048c59167586e0b21e94ad233ce2b65a1b72feb01db82b5ed411'
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944' '1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
'827ae94b2e1eabc06cf3b835434d4bc364189c988af54f5c2dea7b4487b9670496f2c7515497de3f87d4bd1d4bcf3a43d8bedd21081965e20e9d1831a1dd78e1') 'f303770c9f8565755230c2e957c444f2c69aea711abd8efc3d916688a31fe187d996e250eeba43e692e87d558831d4708fc712e2c653519d7ea42efba7d3e832')
prepare() { prepare() {
cd "${srcdir}/${_pkgbase}-${pkgver}" cd "${srcdir}/${_pkgbase}-${pkgver}"
......
--- a/setup.cfg 2018-12-27 20:35:11.000000000 +0100 --- a/setup.cfg 2018-12-27 20:35:11.000000000 +0100
+++ b/setup.cfg 2019-01-02 10:19:34.658391238 +0100 +++ b/setup.cfg 2019-01-02 10:19:34.658391238 +0100
@@ -58,7 +58,7 @@ setup_requires = @@ -57,7 +57,7 @@ setup_requires =
setuptools_scm>=1.15.0 setuptools_scm>=1.15.0
setuptools_scm_git_archive>=1.0 setuptools_scm_git_archive>=1.0
install_requires = install_requires =
...@@ -8,13 +8,3 @@ ...@@ -8,13 +8,3 @@
+ backports.functools_lru_cache; python_version<"3.4.0" + backports.functools_lru_cache; python_version<"3.4.0"
six>=1.11.0 six>=1.11.0
more_itertools>=2.6 more_itertools>=2.6
@@ -83,7 +83,7 @@ testing =
codecov
pytest-cov
- backports.unittest_mock
+ backports.unittest_mock; python_version<"3.4.0"
trustme>=0.4.0
pyopenssl
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