Accepting request 371253 from devel:languages:python
- fix license OBS-URL: https://build.opensuse.org/request/show/371253 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cryptography?expand=0&rev=16
This commit is contained in:
commit
eded9fbc0d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 13 21:20:00 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- fix license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 21:47:58 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@ Name: python-cryptography
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: Python library which exposes cryptographic recipes and primitives
|
||||
License: Apache-2.0
|
||||
License: Apache-2.0 or BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://cryptography.io/en/latest/
|
||||
Source0: https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
|
||||
@ -109,7 +109,8 @@ deactivate
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS.rst CONTRIBUTING.rst CHANGELOG.rst LICENSE README.rst
|
||||
%doc LICENSE LICENSE.APACHE LICENSE.BSD
|
||||
%doc AUTHORS.rst CONTRIBUTING.rst CHANGELOG.rst README.rst
|
||||
%{python_sitearch}/cryptography/
|
||||
%{python_sitearch}/cryptography-%{version}-py%{py_ver}.egg-info/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user