- 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:
David Shea 2015-05-18 14:10:29 -04:00
parent 2184a4f65c
commit b4535dcc34
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/requests-file-1.2.tar.gz
/requests-file-1.3.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: python-requests-file
Version: 1.2
Version: 1.3.1
Release: 1%{?dist}
Summary: Transport adapter for using file:// URLs with python-requests
@ -94,6 +94,13 @@ popd
%{python3_sitelib}/requests_file*.egg-info*
%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
- Added support for HEAD requests

View File

@ -1 +1 @@
5674e9aa581039c77d4551ed691dbd59 requests-file-1.2.tar.gz
35c06e4bbd64556adc102680d1ffb007 requests-file-1.3.1.tar.gz