Accepting request 263601 from Cloud:OpenStack:Master
- fix license (Apache-2.0 only) OBS-URL: https://build.opensuse.org/request/show/263601 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=51
This commit is contained in:
parent
8f2e0821d4
commit
f596b3f40f
@ -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
|
Thu Sep 11 12:34:42 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Version: 2.4.1
|
|||||||
Release: 0
|
Release: 0
|
||||||
Url: http://python-requests.org
|
Url: http://python-requests.org
|
||||||
Summary: Awesome Python HTTP Library That's Actually Usable
|
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
|
Group: Development/Languages/Python
|
||||||
#TODO/FIXME: Maybe split out charade and urllib3 into sub-packages to simplify:
|
#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
|
Source: http://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz
|
||||||
@ -34,8 +34,8 @@ BuildRequires: python
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-py
|
BuildRequires: python-py
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python-py
|
|
||||||
Requires: python
|
Requires: python
|
||||||
|
Requires: python-py
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user