From db79cbad440b6be8062180a47ddd403a907e43e9 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Feb 26 2015 02:23:27 +0000 Subject: 1.10.2 --- diff --git a/.gitignore b/.gitignore index f846f70..46ef635 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /urllib3-1.9.1.tar.gz /urllib3-1.10.tar.gz /urllib3-1.10.1.tar.gz +/urllib3-1.10.2.tar.gz diff --git a/python-urllib3.spec b/python-urllib3.spec index d349465..0a911ce 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -7,7 +7,7 @@ %global srcname urllib3 Name: python-%{srcname} -Version: 1.10.1 +Version: 1.10.2 Release: 1%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post @@ -163,6 +163,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__* %endif # with_python3 %changelog +* Thu Feb 26 2015 Ralph Bean - 1.10.2-1 +- new version + * Wed Feb 18 2015 Ralph Bean - 1.10.1-1 - new version diff --git a/sources b/sources index c7084ee..929b717 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -820cae9eb984edc41dea504a56ec0267 urllib3-1.10.1.tar.gz +e5b04971d8e6a77b591284d407e810fb urllib3-1.10.2.tar.gz