Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Ralph Bean
90eb74f03c Merge branch 'f18' of ssh://pkgs.fedoraproject.org/python-requests into f18
Conflicts:
	python-requests.spec
2013-02-28 12:41:48 -05:00
Ralph Bean
4eebb95cc7 Merge branch 'master' into f18
Conflicts:
	.gitignore
	python-requests.spec
	sources
2013-02-28 12:36:04 -05:00
Toshio Kuratomi
2ab0fb4e34 Merge branch 'master' into f18 2013-02-08 13:38:33 -08:00
Toshio Kuratomi
3de3e1b89e Merge branch 'master' into f18
Conflicts:
	python-requests.spec
2013-02-08 13:04:29 -08:00
Arun SAG
2ac15d5ae2 Updated to 0.14.1 2012-10-25 00:24:05 +05:30

View file

@ -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