From 5e3e64d81309ddf4a94443d1a9ae1a389bec06a1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Dec 14 2015 15:03:18 +0000 Subject: 1.12 --- diff --git a/.gitignore b/.gitignore index ef0c456..b4b8f50 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /urllib3-585983ab3f7fb7a0e0b223ebdab1b45471dbefe4.tar.gz /urllib3-a91975b77a2e28394859487fe5ebbf4a3a74e634.tar.gz /urllib3-1.10.4.tar.gz +/urllib3-1.12.tar.gz diff --git a/python-urllib3.spec b/python-urllib3.spec index a2414aa..66da776 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -11,8 +11,8 @@ %global srcname urllib3 Name: python-%{srcname} -Version: 1.10.4 -Release: 7%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -216,6 +216,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__* %endif # with_python3 %changelog +* Mon Dec 14 2015 Ralph Bean - 1.12-1 +- new version + * Thu Oct 15 2015 Robert Kuska - 1.10.4-7 - Rebuilt for Python3.5 rebuild diff --git a/sources b/sources index f8544dc..f0a72c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -517e6c293e1d144ff3e67486d69249c6 urllib3-1.10.4.tar.gz +befd9dbb2c373681bd88710ba96abbdb urllib3-1.12.tar.gz