From 948beaa0467093a594e1daecc79087bbabf075d5 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Dec 21 2015 15:18:48 +0000 Subject: 1.13.1 --- diff --git a/.gitignore b/.gitignore index 432c46e..e7b919f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /urllib3-1.10.4.tar.gz /urllib3-1.12.tar.gz /urllib3-1.13.tar.gz +/urllib3-1.13.1.tar.gz diff --git a/python-urllib3.spec b/python-urllib3.spec index cc729b2..a34d642 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -11,7 +11,7 @@ %global srcname urllib3 Name: python-%{srcname} -Version: 1.13 +Version: 1.13.1 Release: 1%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post @@ -216,6 +216,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__* %endif # with_python3 %changelog +* Mon Dec 21 2015 Ralph Bean - 1.13.1-1 +- new version + * Fri Dec 18 2015 Ralph Bean - 1.13-1 - new version diff --git a/sources b/sources index 8946580..ee85eac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80a5b59dfb9860857250a96b3cf564f2 urllib3-1.13.tar.gz +380bde6575f53196119ddacfb5b8a6fd urllib3-1.13.1.tar.gz