Accepting request 263759 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/263759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2014-12-03 21:48:20 +00:00 committed by Git OBS Bridge
commit 0a7f621d60
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 1 12:05:19 UTC 2014 - dmueller@suse.com
- fix license (Apache-2.0 only)
-------------------------------------------------------------------
Thu Sep 11 12:34:42 UTC 2014 - toddrme2178@gmail.com

View File

@ -21,7 +21,7 @@ Version: 2.4.1
Release: 0
Url: http://python-requests.org
Summary: Awesome Python HTTP Library That's Actually Usable
License: Apache-2.0 and LGPL-2.1+ and MIT
License: Apache-2.0
Group: Development/Languages/Python
#TODO/FIXME: Maybe split out charade and urllib3 into sub-packages to simplify:
Source: http://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz
@ -34,8 +34,8 @@ BuildRequires: python
BuildRequires: python-devel
BuildRequires: python-py
BuildRequires: python-setuptools
Requires: python-py
Requires: python
Requires: python-py
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else