From 6e6574060ed41ad4fbfe8fe4737c74ec27431b89 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mar 28 2019 18:01:27 +0000 Subject: Fix pydocstyle version requirement --- diff --git a/python-flake8-docstrings.spec b/python-flake8-docstrings.spec index 43a00e6..90351b1 100644 --- a/python-flake8-docstrings.spec +++ b/python-flake8-docstrings.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A plugin to flake8 to include checks provided by pep257 License: MIT @@ -24,7 +24,7 @@ BuildRequires: python%{python3_pkgversion}-devel %if %{undefined python_disable_dependency_generator} Requires: python%{python3_pkgversion}-flake8 Requires: python%{python3_pkgversion}-flake8-polyfill -Requires: python%{python3_pkgversion}-pydocstyle >= 2.1 +Requires: python%{python3_pkgversion}-pydocstyle >= 2.0 %endif # python_disable_dependency_generator @@ -54,5 +54,8 @@ flake8. %changelog +* Thu Mar 28 2019 Scott K Logan - 1.2.0-2 +- Fix pydocstyle version requirement + * Thu Mar 21 2019 Scott K Logan - 1.2.0-1 - Initial package