diff --git a/.gitignore b/.gitignore index 46ef635..0b3b605 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /urllib3-1.10.tar.gz /urllib3-1.10.1.tar.gz /urllib3-1.10.2.tar.gz +/urllib3-1.10.3.tar.gz diff --git a/python-urllib3.spec b/python-urllib3.spec index 1b71e68..c11a9e1 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -11,7 +11,7 @@ %global srcname urllib3 Name: python-%{srcname} -Version: 1.10.2 +Version: 1.10.3 Release: 1%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post @@ -167,6 +167,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__* %endif # with_python3 %changelog +* Wed Apr 22 2015 Ralph Bean - 1.10.3-1 +- new version + * Thu Feb 26 2015 Ralph Bean - 1.10.2-1 - new version diff --git a/sources b/sources index 929b717..397d408 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5b04971d8e6a77b591284d407e810fb urllib3-1.10.2.tar.gz +82fd4811f6164fcac0f8e959843c4a63 urllib3-1.10.3.tar.gz