From 40bc1b272d28e187213729d6010a0f042b8a041b Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Sat, 29 Aug 2015 16:55:10 +0200 Subject: [PATCH 1/2] Revert changes: requires updating python-cffi which is not possible now --- .gitignore | 1 - python-cryptography.spec | 10 ++-------- sources | 1 - 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 51b5a28..df36abc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ /cryptography-0.8.tar.gz /cryptography-0.8.2.tar.gz /cryptography-0.9.tar.gz -/cryptography-1.0.tar.gz diff --git a/python-cryptography.spec b/python-cryptography.spec index 018f9c8..8f84978 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -5,11 +5,11 @@ %{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif -%global reqs() %1-idna >= 2.0 %1-pyasn1 %1-six >= 1.4.1 %1-cffi >= 0.8 +%global reqs() %1-idna %1-pyasn1 %1-six >= 1.4.1 %1-cffi >= 0.8 %global breqs() %1-setuptools %1-pretend %1-iso8601 %1-cryptography-vectors = %{version} Name: python-cryptography -Version: 1.0 +Version: 0.9 Release: 1%{?dist} Summary: PyCA's cryptography library @@ -106,12 +106,6 @@ popd %changelog -* Wed Aug 12 2015 Nathaniel McCallum - 1.0-1 -- New upstream release - -* Thu Jun 18 2015 Fedora Release Engineering - 0.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - * Thu May 14 2015 Nathaniel McCallum - 0.9-1 - New upstream release - Run tests on RHEL diff --git a/sources b/sources index 2739c29..8873985 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ 7d5db511852f70ab6548c72b42b0c2f3 cryptography-0.9.tar.gz -3f2608eb94dcc6e616c3cc2e182181b0 cryptography-1.0.tar.gz From 32aa2110f2bb7b154751344947bac51bfdcfc1b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 30 Sep 2015 17:45:39 +0200 Subject: [PATCH 2/2] New upstream release (fix #1267548) --- .gitignore | 2 ++ python-cryptography.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df36abc..450e371 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /cryptography-0.8.tar.gz /cryptography-0.8.2.tar.gz /cryptography-0.9.tar.gz +/cryptography-1.0.tar.gz +/cryptography-1.0.2.tar.gz diff --git a/python-cryptography.spec b/python-cryptography.spec index 8f84978..6c928cd 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -9,7 +9,7 @@ %global breqs() %1-setuptools %1-pretend %1-iso8601 %1-cryptography-vectors = %{version} Name: python-cryptography -Version: 0.9 +Version: 1.0.2 Release: 1%{?dist} Summary: PyCA's cryptography library @@ -106,6 +106,15 @@ popd %changelog +* Wed Sep 30 2015 Matěj Cepl - 1.0.2-1 +- New upstream release (fix #1267548) + +* Wed Aug 12 2015 Nathaniel McCallum - 1.0-1 +- New upstream release + +* Thu Jun 18 2015 Fedora Release Engineering - 0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Thu May 14 2015 Nathaniel McCallum - 0.9-1 - New upstream release - Run tests on RHEL diff --git a/sources b/sources index 8873985..aceb3ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d5db511852f70ab6548c72b42b0c2f3 cryptography-0.9.tar.gz +6a8627da0c6199fca941dc8170f9b583 cryptography-1.0.2.tar.gz