diff --git a/.gitignore b/.gitignore index 13e1b45..fe8438d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /requests-2.9.1.tar.gz /requests-2.10.0.tar.gz /requests-2.11.0.tar.gz +/requests-2.11.1.tar.gz diff --git a/python-requests.spec b/python-requests.spec index ad3b59c..ebafd5a 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -10,7 +10,7 @@ %global urllib3_unbundled_version 1.16 Name: python-requests -Version: 2.11.0 +Version: 2.11.1 Release: 1%{?dist} Summary: HTTP library, written in Python, for human beings @@ -169,6 +169,9 @@ popd %endif %changelog +* Sat Aug 27 2016 Kevin Fenzi - 2.11.1-1 +- Update to 2.11.1. Fixes #1370814 + * Wed Aug 10 2016 Kevin Fenzi - 2.11.0-1 - Update to 2.11.0. Fixes #1365332 diff --git a/sources b/sources index 72e0d48..c5b83f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -147afc07d8967cf46359701551a6cb69 requests-2.11.0.tar.gz +ad5f9c47b5c5dfdb28363ad7546b0763 requests-2.11.1.tar.gz