From 2b9cc1500a5a80b43c7bc6ee985c8692b02cc636 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 4 Mar 2015 10:51:07 -0500 Subject: [PATCH] Upstream 0.7.2 --- .gitignore | 1 + python-cryptography.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7c16ad3..1ba6ec1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cryptography-0.6.1.tar.gz +/cryptography-0.7.2.tar.gz diff --git a/python-cryptography.spec b/python-cryptography.spec index dca88da..a81347d 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -6,19 +6,19 @@ %endif Name: python-cryptography -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.7.2 +Release: 1%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries -License: ASL 2.0 +License: ASL 2.0 or BSD URL: https://cryptography.io/en/latest/ Source0: https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz BuildRequires: openssl-devel BuildRequires: python2-devel python-setuptools python-cffi >= 0.8 python-six # For check -BuildRequires: python-cryptography-vectors, pytest, python-pyasn1 +BuildRequires: python-cryptography-vectors = %{version}, pytest, python-pyasn1 BuildRequires: python-iso8601, python-pretend %if 0%{?with_python3} BuildRequires: python3-devel python3-setuptools python3-cffi >= 0.8 python3-six @@ -91,18 +91,21 @@ popd %files -%doc LICENSE README.rst docs +%doc LICENSE LICENSE.APACHE LICENSE.BSD README.rst docs %{python_sitearch}/* %if 0%{?with_python3} %files -n python3-cryptography -%doc LICENSE README.rst docs +%doc LICENSE LICENSE.APACHE LICENSE.BSD README.rst docs %{python3_sitearch}/* %endif %changelog +* Tue Feb 03 2015 Nathaniel McCallum - 0.7.2-1 +- New upstream release. BSD is now an optional license. + * Fri Nov 07 2014 Matej Cepl - 0.6.1-2 - Fix requires, for reasons why other development files were not eliminated see https://github.com/pyca/cryptography/issues/1463. diff --git a/sources b/sources index 3fab4cc..fc3d33f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c48fd78742d85c9cffdcceb6809e45b cryptography-0.6.1.tar.gz +a62beaac9f3a78109dba6d31db98cce9 cryptography-0.7.2.tar.gz