Update to requests-file-1.4.3, which sets the response URL to the request URL
This commit is contained in:
parent
8056cde6e2
commit
f4f4e20dee
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/requests-file-1.2.tar.gz
|
/requests-file-1.2.tar.gz
|
||||||
/requests-file-1.3.1.tar.gz
|
/requests-file-1.3.1.tar.gz
|
||||||
/requests-file-1.4.tar.gz
|
/requests-file-1.4.tar.gz
|
||||||
|
/requests-file-1.4.3.tar.gz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
%global srcname requests-file
|
%global srcname requests-file
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.4
|
Version: 1.4.3
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Transport adapter for using file:// URLs with python-requests
|
Summary: Transport adapter for using file:// URLs with python-requests
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/dashea/requests-file
|
URL: https://github.com/dashea/requests-file
|
||||||
Source0: https://pypi.python.org/packages/source/r/%{srcname}/%{srcname}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/r/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -83,6 +83,9 @@ rm -rf requests_file.egg-info
|
|||||||
%{python3_sitelib}/requests_file*.egg-info*
|
%{python3_sitelib}/requests_file*.egg-info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 3 2018 David Shea <dshea@redhat.com> - 1.4.3-1
|
||||||
|
- Update to requests-file-1.4.3, which sets the response URL to the request URL
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-7
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user