diff --git a/.gitignore b/.gitignore index b4b8f50..432c46e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /urllib3-a91975b77a2e28394859487fe5ebbf4a3a74e634.tar.gz /urllib3-1.10.4.tar.gz /urllib3-1.12.tar.gz +/urllib3-1.13.tar.gz diff --git a/python-urllib3.spec b/python-urllib3.spec index 66da776..cc729b2 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -11,7 +11,7 @@ %global srcname urllib3 Name: python-%{srcname} -Version: 1.12 +Version: 1.13 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 +* Fri Dec 18 2015 Ralph Bean - 1.13-1 +- new version + * Mon Dec 14 2015 Ralph Bean - 1.12-1 - new version diff --git a/sources b/sources index f0a72c0..8946580 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -befd9dbb2c373681bd88710ba96abbdb urllib3-1.12.tar.gz +80a5b59dfb9860857250a96b3cf564f2 urllib3-1.13.tar.gz