Hello community,
here is the log from the commit of package python-cryptography for
openSUSE:Factory checked in at 2016-03-18 21:36:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
and /work/SRC/openSUSE:Factory/.python-cryptography.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cryptography"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes
2016-03-05 11:21:45.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-cryptography.new/python-cryptography.changes
2016-03-18 21:36:10.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 21:20:00 UTC 2016 - [email protected]
+
+- fix license
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.8RvnfE/_old 2016-03-18 21:36:11.000000000 +0100
+++ /var/tmp/diff_new_pack.8RvnfE/_new 2016-03-18 21:36:11.000000000 +0100
@@ -20,7 +20,7 @@
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 @@
%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/