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