From 10c32483d0f3924efb87ce3a8376394e9fd3e3ee Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 18 2018 15:30:07 +0000 Subject: Rebuilt for Python 3.7 --- diff --git a/python-requests.spec b/python-requests.spec index 4331a6c..f84f402 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %if 0%{?_module_build} # Don't run tests on module-build for now # See: https://bugzilla.redhat.com/show_bug.cgi?id=1450608 @@ -11,7 +10,7 @@ Name: python-requests Version: 2.19.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP library, written in Python, for human beings License: ASL 2.0 @@ -148,6 +147,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %changelog +* Mon Jun 18 2018 Miro Hrončok - 2.19.1-2 +- Rebuilt for Python 3.7 + * Thu Jun 14 2018 Jeremy Cline - 2.19.1-1 - Update to v2.19.1 (rhbz 1591531)