This commit is contained in:
Ralph Bean 2014-12-11 16:35:15 -05:00
parent 9f8b618ab4
commit 1b25c27d26
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/requests-2.0.0.tar.gz /requests-2.0.0.tar.gz
/requests-2.3.0.tar.gz /requests-2.3.0.tar.gz
/requests-2.4.3.tar.gz /requests-2.4.3.tar.gz
/requests-2.5.0.tar.gz

View File

@ -5,7 +5,7 @@
%endif %endif
Name: python-requests Name: python-requests
Version: 2.4.3 Version: 2.5.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: HTTP library, written in Python, for human beings Summary: HTTP library, written in Python, for human beings
@ -130,6 +130,9 @@ ln -s ../../urllib3 %{buildroot}/%{python_sitelib}/requests/packages/urllib3
%endif %endif
%changelog %changelog
* Thu Dec 11 2014 Ralph Bean <rbean@redhat.com> - 2.5.0-1
- Latest upstream, 2.5.0 for #1171068
* Wed Nov 05 2014 Ralph Bean <rbean@redhat.com> - 2.4.3-1 * Wed Nov 05 2014 Ralph Bean <rbean@redhat.com> - 2.4.3-1
- Latest upstream, 2.4.3 for #1136283 - Latest upstream, 2.4.3 for #1136283

View File

@ -1 +1 @@
02214b3a179e445545de4b7a98d3dd17 requests-2.4.3.tar.gz b8bf3ddca75e7ecf1b6776da1e6e3385 requests-2.5.0.tar.gz