]> git.pld-linux.org Git - packages/python3-cryptography.git/commitdiff
up to 0.8.2, dual licensed ASL 2.0 and BSD
authorElan Ruusamäe <glen@delfi.ee>
Mon, 13 Apr 2015 18:54:44 +0000 (21:54 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 13 Apr 2015 18:58:16 +0000 (21:58 +0300)
python-cryptography.spec

index d188b3cea9baa976c663380e8754208f1d7aab3b..2f9a58992713c45eb68bb89818cf8ca5752778a3 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       Crypthography library for Python 2
 Summary(pl.UTF-8):     Biblioteka Cryptography dla Pythona 2
 Name:          python-cryptography
-Version:       0.5.2
-Release:       2
-License:       Apache v2.0
+Version:       0.8.2
+Release:       1
+License:       Apache v2.0 or BSD
 Group:         Libraries/Python
 Source0:       https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
-# Source0-md5: 8c2d381ef263653b640a7a5d14618e4c
+# Source0-md5: 7d33499e851300c194cbb0396de72462
 URL:           https://cryptography.io/
 BuildRequires: openssl-devel >= 0.9.8
 %if %{with python2}
@@ -130,7 +130,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS.rst README.rst
+%doc AUTHORS.rst README.rst LICENSE.APACHE LICENSE.BSD
 %dir %{py_sitedir}/cryptography
 %attr(755,root,root) %{py_sitedir}/cryptography/_*_cffi_*.so
 %{py_sitedir}/cryptography/*.py[co]
@@ -164,7 +164,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python3}
 %files -n python3-cryptography
 %defattr(644,root,root,755)
-%doc AUTHORS.rst README.rst
+%doc AUTHORS.rst README.rst LICENSE.APACHE LICENSE.BSD
 %dir %{py3_sitedir}/cryptography
 %attr(755,root,root) %{py3_sitedir}/cryptography/_*_cffi_*.so
 %{py3_sitedir}/cryptography/*.py
This page took 0.149219 seconds and 4 git commands to generate.