diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 223a235..d0ae660 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -14,7 +14,7 @@ Name: python-%{srcname} Version: 1.45 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library to work with the Github API License: LGPLv3+ URL: https://github.com/PyGithub/PyGithub @@ -37,6 +37,7 @@ BuildRequires: python%{?fedora:2}-requests BuildRequires: python%{?fedora:2}-deprecated BuildRequires: python%{?fedora:2}-cryptography BuildRequires: python%{?fedora:2}-httpretty +BuildRequires: python%{?fedora:2}-parameterized Requires: python%{?fedora:2}-jwt Provides: python-github = %{version}-%{release} Obsoletes: python-github < 1.11.1-4 @@ -57,6 +58,7 @@ BuildRequires: python%{python3_pkgversion}-requests BuildRequires: python%{python3_pkgversion}-deprecated BuildRequires: python%{python3_pkgversion}-cryptography BuildRequires: python%{python3_pkgversion}-httpretty +BuildRequires: python%{python3_pkgversion}-parameterized Requires: python%{python3_pkgversion}-jwt Provides: python%{python3_pkgversion}-github = %{version}-%{release} Obsoletes: python%{python3_pkgversion}-github < 1.25.2-2 @@ -130,6 +132,9 @@ popd %endif %changelog +* Thu Jan 02 2020 Jiri Popelka - 1.45-2 +- BuildRequires: python-parameterized + * Thu Jan 02 2020 Jiri Popelka - 1.45-1 - 1.45