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:
Dominique Leuenberger 2016-03-18 20:36:08 +00:00 committed by Git OBS Bridge
commit eded9fbc0d
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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/