fbo / rpms / zuul

Forked from rpms/zuul 4 years ago
Clone

Blame 0001-Update-cherrypy-and-cheroot-requirement-pinning.patch

5c34fc6
From e8935676a8b6db3b29d419d440f9e82b5090a5b2 Mon Sep 17 00:00:00 2001
5c34fc6
From: Fabien Boucher <fboucher@redhat.com>
5c34fc6
Date: Mon, 13 Jul 2020 15:32:53 +0000
5c34fc6
Subject: [PATCH] Update cherrypy and cheroot requirement pinning
5c34fc6
5c34fc6
Cheroot 8.3.1 have been released with the https://github.com/cherrypy/cheroot/issues/263
5c34fc6
fix.
5c34fc6
5c34fc6
Change-Id: I83aad30a6145ed2c7689d6c25c624c453c07ed2b
5c34fc6
---
5c34fc6
 requirements.txt | 7 ++-----
5c34fc6
 1 file changed, 2 insertions(+), 5 deletions(-)
5c34fc6
5c34fc6
diff --git a/requirements.txt b/requirements.txt
5c34fc6
index 78eb980f..829c7606 100644
5c34fc6
--- a/requirements.txt
5c34fc6
+++ b/requirements.txt
5c34fc6
@@ -29,13 +29,10 @@ iso8601
5c34fc6
 psutil
5c34fc6
 fb-re2>=1.0.6
5c34fc6
 paho-mqtt
5c34fc6
-cherrypy==18.3.0; # last version to support cheroot below
5c34fc6
+cherrypy
5c34fc6
 ws4py
5c34fc6
 routes
5c34fc6
 pathspec
5c34fc6
 jsonpath-rw
5c34fc6
 urllib3!=1.25.4,!=1.25.5  # https://github.com/urllib3/urllib3/pull/1684
5c34fc6
-# TODO(tobiash): cheroot 8.1.0 introduced a regression when handling concurrent
5c34fc6
-# requests. Remove the following line when this issue is resolved:
5c34fc6
-# https://github.com/cherrypy/cheroot/issues/263
5c34fc6
-cheroot<8.1.0
5c34fc6
+cheroot!=8.1.*,!=8.2.*,!=8.3.0 # https://github.com/cherrypy/cheroot/issues/263
5c34fc6
-- 
5c34fc6
2.27.0
5c34fc6