diff --git a/python-pyquery.spec b/python-pyquery.spec index c078e17..3d79f50 100644 --- a/python-pyquery.spec +++ b/python-pyquery.spec @@ -2,11 +2,11 @@ %global with_python3 1 %endif %global real_name pyquery -%global with_tests 1 +%global with_tests 0 Name: python-%{real_name} Version: 1.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A jQuery-like library for python Group: Development/Libraries License: BSD @@ -125,6 +125,9 @@ nosetests-2 %endif %changelog +* Sun Jun 17 2018 Miro HronĨok - 1.3.0-5 +- Bootstrap for Python 3.7 + * Wed Feb 28 2018 Randy Barlow - 1.3.0-4 - Use /usr/bin/python2 instead of /usr/bin/python when building and installing.