From 4743d35a8f8fb381b1c7bd82f70a10e9bb518eeb 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 1/2] New upstream release (fix #1267548) --- .gitignore | 1 + python-cryptography.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 51b5a28..450e371 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /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 018f9c8..35655fc 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: 1.0 +Version: 1.0.2 Release: 1%{?dist} Summary: PyCA's cryptography library @@ -106,6 +106,9 @@ 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 diff --git a/sources b/sources index 2739c29..aceb3ad 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -7d5db511852f70ab6548c72b42b0c2f3 cryptography-0.9.tar.gz -3f2608eb94dcc6e616c3cc2e182181b0 cryptography-1.0.tar.gz +6a8627da0c6199fca941dc8170f9b583 cryptography-1.0.2.tar.gz From 1326ad4107636eb6ea9fcc5a4521aeb341d59fd3 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Wed, 4 Nov 2015 12:42:04 +0100 Subject: [PATCH 2/2] Rebuilt for Python3.5 rebuild --- python-cryptography.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 35655fc..d2f61a1 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -10,7 +10,7 @@ Name: python-cryptography Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries @@ -106,6 +106,9 @@ popd %changelog +* Wed Nov 04 2015 Robert Kuska - 1.0.2-2 +- Rebuilt for Python3.5 rebuild + * Wed Sep 30 2015 Matěj Cepl - 1.0.2-1 - New upstream release (fix #1267548)