summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <kdreyer@redhat.com>2019-02-25 17:27:12 -0700
committerKen Dreyer <kdreyer@redhat.com>2019-02-25 17:27:12 -0700
commit5091603cb9cc14105058a60f8652f469aba01897 (patch)
treeefe5ac83b1d970be7a868ce54f0f3b32a4c53924
parent2a15a34d74c99f1501e0a433fb49271b1d959aa5 (diff)
downloadpython-cheroot-5091603cb9cc14105058a60f8652f469aba01897.tar.gz
python-cheroot-5091603cb9cc14105058a60f8652f469aba01897.tar.xz
python-cheroot-5091603cb9cc14105058a60f8652f469aba01897.zip
filter backports.functools-lru-cache from RequiresHEADmaster
-rw-r--r--python-cheroot.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/python-cheroot.spec b/python-cheroot.spec
index aa90ac1..5c2defc 100644
--- a/python-cheroot.spec
+++ b/python-cheroot.spec
@@ -2,7 +2,7 @@
Name: python-%{pkgname}
Version: 6.5.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Highly-optimized, pure-python HTTP server
License: BSD
URL: https://cheroot.cherrypy.org/
@@ -21,6 +21,8 @@ BuildRequires: python3-requests
BuildRequires: python3-trustme
BuildRequires: python3-requests-unixsocket
+%global __requires_exclude backports\.functools-lru-cache
+
%global _description\
Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.
@@ -60,5 +62,8 @@ py.test-%{python3_version} || :
%{_bindir}/cheroot
%changelog
+* Mon Feb 25 2019 Ken Dreyer <kdreyer@redhat.com> - 6.5.4-2
+- filter backports.functools-lru-cache from Requires
+
* Mon Feb 25 2019 Ken Dreyer <kdreyer@redhat.com> - 6.5.4-1
- initial package.