From 38792a521342ed9dea051b1b8baf036a9639c0c6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Dec 16 2014 21:52:35 +0000 Subject: Try to fix requirement pinning syntax. --- diff --git a/python-requests.spec b/python-requests.spec index 4338c00..93d1b60 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -22,11 +22,11 @@ Patch1: python-requests-remove-nested-bundling-dep.patch BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-chardet -BuildRequires: python-urllib3 >= 1.10.0 +BuildRequires: python-urllib3>=1.10.0 Requires: ca-certificates Requires: python-chardet -Requires: python-urllib3 >= 1.10.0 +Requires: python-urllib3>=1.10.0 %if 0%{?rhel} && 0%{?rhel} <= 6 BuildRequires: python-ordereddict @@ -44,9 +44,9 @@ designed to make HTTP requests easy for developers. Summary: HTTP library, written in Python, for human beings BuildRequires: python3-devel BuildRequires: python3-chardet -BuildRequires: python3-urllib3 >= 1.10.0 +BuildRequires: python3-urllib3>=1.10.0 Requires: python3-chardet -Requires: python3-urllib3 >= 1.10.0 +Requires: python3-urllib3>=1.10.0 %description -n python3-requests Most existing Python modules for sending HTTP requests are extremely verbose and @@ -143,6 +143,7 @@ popd %changelog * Tue Dec 16 2014 Ralph Bean - 2.5.0-3 - Pin python-urllib3 requirement at 1.10.0. +- Fix requirement pinning syntax. * Thu Dec 11 2014 Ralph Bean - 2.5.0-2 - Do the most basic of tests in the check section.