From ec3a6a68f29e6b169129c6f9bd086ef4fd74d5910fc7b2e416d34bd1713311db Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 3 Dec 2014 21:48:20 +0000 Subject: [PATCH] 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 --- python-requests.changes | 5 +++++ python-requests.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-requests.changes b/python-requests.changes index 8ccb80a..a939a94 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -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 diff --git a/python-requests.spec b/python-requests.spec index f3e3fc4..524fa6f 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -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