From 0731463aa2ff3e928e54eb529a784504acdb3273 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jun 15 2016 17:51:41 +0000 Subject: Update to 1.16 --- diff --git a/.gitignore b/.gitignore index edcab07..3219d44 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /urllib3-1.13.tar.gz /urllib3-1.13.1.tar.gz /urllib3-1.15.1.tar.gz +/urllib3-1.16.tar.gz diff --git a/python-urllib3.spec b/python-urllib3.spec index e85822f..707aa5c 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -15,8 +15,8 @@ %global srcname urllib3 Name: python-%{srcname} -Version: 1.15.1 -Release: 3%{?dist} +Version: 1.16 +Release: 1%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -204,6 +204,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__* %endif # with_python3 %changelog +* Wed Jun 15 2016 Kevin Fenzi - 1.16-1 +- Update to 1.16 + * Thu Jun 02 2016 Ralph Bean - 1.15.1-3 - Create python2 subpackage to comply with guidelines. diff --git a/sources b/sources index 2abcdb8..a04abf0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5be254b0dbb55d1307ede99e1895c8dd urllib3-1.15.1.tar.gz +fcaab1c5385c57deeb7053d3d7d81d59 urllib3-1.16.tar.gz