From 4a5c12a3a094ca6ae3f205d8a344e21aedb6cbb3 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 03 2018 17:57:58 +0000 Subject: Bump the minimal pygit2 version to 0.26.0 The issue is simply that the current pagure developpers no longer have access to a 0.24.* release to replicate issue reported on this version. So we're bumping to 0.26.0 which is present in Fedora, EPEL (and thus RHEL and CentOS) in Mageia, OpenSUSE and Ubuntu 18.04+. Fixes https://pagure.io/pagure/issue/4030 Signed-off-by: Pierre-Yves Chibon --- diff --git a/files/pagure.spec b/files/pagure.spec index 95757e9..f8f548c 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -63,7 +63,7 @@ Requires: python%{python_pkgversion}-markdown Requires: python%{python_pkgversion}-munch Requires: python%{python_pkgversion}-pillow Requires: python%{python_pkgversion}-psutil -Requires: python%{python_pkgversion}-pygit2 >= 0.24.0 +Requires: python%{python_pkgversion}-pygit2 >= 0.26.0 Requires: python%{python_pkgversion}-openid Requires: python%{python_pkgversion}-openid-cla Requires: python%{python_pkgversion}-openid-teams diff --git a/requirements.txt b/requirements.txt index 933a01a..95dab43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ markdown < 3.0 munch Pillow psutil -pygit2 >= 0.24.0 +pygit2 >= 0.26.0 python-openid;python_version<="2.7" python3-openid;python_version>="3.0" python-openid-cla