Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90eb74f03c | ||
|
|
4eebb95cc7 | ||
|
|
2ab0fb4e34 | ||
|
|
3de3e1b89e | ||
|
|
2ac15d5ae2 |
1 changed files with 9 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
%else
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
|
||||
%endif
|
||||
|
||||
# Turn off the brp-python-bytecompile script
|
||||
#%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
||||
Name: python-requests
|
||||
Version: 1.1.0
|
||||
Release: 3%{?dist}
|
||||
|
|
@ -24,6 +25,7 @@ Patch2: python-requests-system-urllib3.patch
|
|||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel
|
||||
|
||||
BuildRequires: python-chardet
|
||||
BuildRequires: python-urllib3
|
||||
|
||||
|
|
@ -158,6 +160,12 @@ popd
|
|||
* Wed Oct 22 2012 Arun S A G <sagarun@gmail.com> 0.14.1-1
|
||||
- Updated to latest upstream release
|
||||
|
||||
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 0.13.1-3
|
||||
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sun Jun 10 2012 Arun S A G <sagarun@gmail.com> 0.13.1-1
|
||||
- Updated to latest upstream release 0.13.1
|
||||
- Use system provided ca-certificates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue