- Add python version classifiers to the package info
- Fix a crash when closing a file response. - Use named aliases instead of integers for status codes.
This commit is contained in:
parent
2184a4f65c
commit
b4535dcc34
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/requests-file-1.2.tar.gz
|
/requests-file-1.2.tar.gz
|
||||||
|
/requests-file-1.3.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: python-requests-file
|
Name: python-requests-file
|
||||||
Version: 1.2
|
Version: 1.3.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Transport adapter for using file:// URLs with python-requests
|
Summary: Transport adapter for using file:// URLs with python-requests
|
||||||
|
|
||||||
@ -94,6 +94,13 @@ popd
|
|||||||
%{python3_sitelib}/requests_file*.egg-info*
|
%{python3_sitelib}/requests_file*.egg-info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 18 2015 David Shea <dshea@redhat.com> - 1.3.1-1
|
||||||
|
- Add python version classifiers to the package info
|
||||||
|
|
||||||
|
* Mon May 18 2015 David Shea <dshea@redhat.com> - 1.3-1
|
||||||
|
- Fix a crash when closing a file response.
|
||||||
|
- Use named aliases instead of integers for status codes.
|
||||||
|
|
||||||
* Fri May 8 2015 David Shea <dshea@redhat.com> - 1.2-1
|
* Fri May 8 2015 David Shea <dshea@redhat.com> - 1.2-1
|
||||||
- Added support for HEAD requests
|
- Added support for HEAD requests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user