diff --git a/python-cffi.spec b/python-cffi.spec index 6ce0f3e..369448d 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -6,14 +6,14 @@ Name: python-cffi Version: 1.8.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ Source0: https://pypi.io/packages/source/c/cffi/cffi-%{version}.tar.gz BuildRequires: libffi-devel python-sphinx -BuildRequires: python2-pytest python3-pytest +#BuildRequires: python2-pytest python3-pytest BuildRequires: python2-devel python2-setuptools Cython python-pycparser %if 0%{?with_python3} BuildRequires: python3-devel python3-setuptools python3-Cython python3-pycparser @@ -112,6 +112,10 @@ popd %doc doc/build/html %changelog +* Mon Dec 12 2016 Charalampos Stratakis - 1.8.3-3 +- Rebuild for Python 3.6 +- Disable test dependencies + * Thu Nov 03 2016 John Dulaney - 1.8.3-2 - Re-disable check