- Set license to "Apache-2.0 and LGPL-2.1+ and MIT", according to
https://github.com/kennethreitz/requests/issues/1111, the base license is Apache-2.0 but requests ships two libraries (bnc#799119): + charade: LGPL-2.1+ + urllib3: MIT - Set license to "Apache-2.0 and LGPL-2.1+ and MIT", according to https://github.com/kennethreitz/requests/issues/1111, the base license is Apache-2.0 but requests ships two libraries (bnc#799119): + charade: LGPL-2.1+ + urllib3: MIT OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=30
This commit is contained in:
parent
e2a709661b
commit
6e2c5633b9
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 08:31:22 UTC 2013 - saschpe@suse.de
|
||||
|
||||
- Set license to "Apache-2.0 and LGPL-2.1+ and MIT", according to
|
||||
https://github.com/kennethreitz/requests/issues/1111, the base
|
||||
license is Apache-2.0 but requests ships two libraries (bnc#799119):
|
||||
+ charade: LGPL-2.1+
|
||||
+ urllib3: MIT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 19:37:18 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
|
@ -21,8 +21,9 @@ Version: 1.1.0
|
||||
Release: 0
|
||||
Url: http://python-requests.org
|
||||
Summary: Awesome Python HTTP Library That's Actually Usable
|
||||
License: ISC
|
||||
License: Apache-2.0 and LGPL-2.1+ and MIT
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python
|
||||
@ -64,7 +65,6 @@ Features:
|
||||
# For rpmlint warning: remove shebang from python library:
|
||||
sed -i '/^#!/d' ./requests/certs.py
|
||||
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 08:33:19 UTC 2013 - saschpe@suse.de
|
||||
|
||||
- Set license to "Apache-2.0 and LGPL-2.1+ and MIT", according to
|
||||
https://github.com/kennethreitz/requests/issues/1111, the base
|
||||
license is Apache-2.0 but requests ships two libraries (bnc#799119):
|
||||
+ charade: LGPL-2.1+
|
||||
+ urllib3: MIT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 19:37:31 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
|
@ -21,8 +21,9 @@ Version: 1.1.0
|
||||
Release: 0
|
||||
Url: http://python-requests.org
|
||||
Summary: Awesome Python HTTP Library That's Actually Usable
|
||||
License: ISC
|
||||
License: Apache-2.0 and LGPL-2.1+ and MIT
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python3
|
||||
@ -59,7 +60,6 @@ Features:
|
||||
# For rpmlint warning: remove shebang from python library:
|
||||
sed -i '/^#!/d' ./requests/certs.py
|
||||
|
||||
|
||||
%build
|
||||
python3 setup.py build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user