Rebuilt for Python3.5 rebuild

This commit is contained in:
Robert Kuska 2015-11-03 17:34:42 +01:00
parent b77872bba1
commit ad8c20227c

View File

@ -2,7 +2,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.4 Version: 1.4
Release: 1%{?dist} Release: 2%{?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
@ -83,6 +83,9 @@ rm -rf requests_file.egg-info
%{python3_sitelib}/requests_file*.egg-info* %{python3_sitelib}/requests_file*.egg-info*
%changelog %changelog
* Tue Nov 03 2015 Robert Kuska <rkuska@redhat.com> - 1.4-2
- Rebuilt for Python3.5 rebuild
* Mon Sep 14 2015 David Shea <dshea@redhat.com> - 1.4-1 * Mon Sep 14 2015 David Shea <dshea@redhat.com> - 1.4-1
- Use getprerredencoding instead of nl_langinfo - Use getprerredencoding instead of nl_langinfo
- Handle files with a drive component - Handle files with a drive component