This commit is contained in:
Ralph Bean 2015-02-18 14:53:12 -05:00
parent 86ffa4ba04
commit d52751de8d
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/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 /requests-2.5.0.tar.gz
/requests-2.5.1.tar.gz

View File

@ -5,8 +5,8 @@
%endif %endif
Name: python-requests Name: python-requests
Version: 2.5.0 Version: 2.5.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: HTTP library, written in Python, for human beings Summary: HTTP library, written in Python, for human beings
License: ASL 2.0 License: ASL 2.0
@ -141,6 +141,9 @@ popd
%endif %endif
%changelog %changelog
* Wed Feb 18 2015 Ralph Bean <rbean@redhat.com> - 2.5.1-1
- new version
* Tue Dec 16 2014 Ralph Bean <rbean@redhat.com> - 2.5.0-3 * Tue Dec 16 2014 Ralph Bean <rbean@redhat.com> - 2.5.0-3
- Pin python-urllib3 requirement at 1.10. - Pin python-urllib3 requirement at 1.10.
- Fix requirement pinning syntax. - Fix requirement pinning syntax.

View File

@ -1 +1 @@
b8bf3ddca75e7ecf1b6776da1e6e3385 requests-2.5.0.tar.gz c270eb5551a02e8ab7a4cbb83e22af2e requests-2.5.1.tar.gz