2.5.1
This commit is contained in:
parent
86ffa4ba04
commit
d52751de8d
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,3 +15,4 @@
|
|||
/requests-2.3.0.tar.gz
|
||||
/requests-2.4.3.tar.gz
|
||||
/requests-2.5.0.tar.gz
|
||||
/requests-2.5.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
%endif
|
||||
|
||||
Name: python-requests
|
||||
Version: 2.5.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
License: ASL 2.0
|
||||
|
|
@ -141,6 +141,9 @@ popd
|
|||
%endif
|
||||
|
||||
%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
|
||||
- Pin python-urllib3 requirement at 1.10.
|
||||
- Fix requirement pinning syntax.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b8bf3ddca75e7ecf1b6776da1e6e3385 requests-2.5.0.tar.gz
|
||||
c270eb5551a02e8ab7a4cbb83e22af2e requests-2.5.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue