From 3171302a17fa90dd773a9fe3df4c9582b093eff4 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Sep 27 2019 14:11:11 +0000 Subject: fixing dep naming issues --- diff --git a/python-cheroot.spec b/python-cheroot.spec index 5d71d7a..ad53757 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Highly-optimized, pure-python HTTP server License: BSD @@ -24,7 +24,6 @@ Requires: python3dist(six) >= 1.11 Requires: python3dist(more-itertools) >= 2.6 Requires: python3-pyOpenSSL Requires: python3dist(trustme) -Requires: python3dist(jaraco-functools) BuildRequires: python3-devel BuildRequires: python3-pyOpenSSL @@ -35,7 +34,6 @@ BuildRequires: python3dist(pytest-mock) # the f31 version of testmon requires pytest < 4 # which is not in f31 # BuildRequires: python3dist(pytest-testmon) -BuildRequires: python3dist(jaraco-functools) BuildRequires: python3dist(requests) BuildRequires: python3dist(requests-unixsocket) BuildRequires: python3-setuptools_scm_git_archive >= 1.0 @@ -109,6 +107,9 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %endif %changelog +* Fri Sep 27 2019 Dan Radez - 7.0.0-2 +- fixing dep naming issues + * Thu Sep 26 2019 Dan Radez - 7.0.0-1 - update to 7.0.0