From 2d8479756a5c5676b0880959ea181647703d6858 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 31 2016 00:39:42 +0000 Subject: enable tests on f23 (python-funcsigs went stable) --- diff --git a/python-mwclient.spec b/python-mwclient.spec index 8e263c5..0955659 100644 --- a/python-mwclient.spec +++ b/python-mwclient.spec @@ -31,8 +31,7 @@ BuildRequires: python2-devel # For EPEL BuildRequires: python-setuptools # For tests, python-responses only available for Fedora >= 23 -# python-funcsigs update pending for F23, switch to >= 23 when it's there -%if 0%{?fedora} > 23 +%if 0%{?fedora} > 22 BuildRequires: python2-pytest # Provides: python2-pytest-pep8 missing BuildRequires: python-pytest-pep8 @@ -47,7 +46,7 @@ BuildRequires: python2-responses >= 0.3.0 %endif # if fedora > 23 %if 0%{?with_python3} BuildRequires: python3-devel -%if 0%{?fedora} > 23 +%if 0%{?fedora} > 22 BuildRequires: python3-pytest BuildRequires: python3-pytest-pep8 BuildRequires: python3-pytest-cache @@ -138,6 +137,8 @@ provides access to most API functionality. This is the Python 3 build of %changelog +- enable tests on F23 (python-funcsigs update went stable) + * Mon Feb 29 2016 Adam Williamson - 0.8.1-2 - re-add a patch which it turns out wasn't merged upstream yet