From ae9c7db5ce6bf0adfac6ef6c44d9d0513bb496c44bec89369e7ebd35af106dff Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 28 Sep 2015 11:48:41 +0000
Subject: [PATCH] Accepting request 334167 from
home:stroeder:branches:devel:languages:python
update to 0.715
OBS-URL: https://build.opensuse.org/request/show/334167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyczar?expand=0&rev=4
---
python-keyczar-0.715.tar.gz | 3 +++
python-keyczar-0.71c.tar.bz2 | 3 ---
python-keyczar.changes | 13 +++++++++++++
python-keyczar.spec | 6 +++---
4 files changed, 19 insertions(+), 6 deletions(-)
create mode 100644 python-keyczar-0.715.tar.gz
delete mode 100644 python-keyczar-0.71c.tar.bz2
diff --git a/python-keyczar-0.715.tar.gz b/python-keyczar-0.715.tar.gz
new file mode 100644
index 0000000..2fef520
--- /dev/null
+++ b/python-keyczar-0.715.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f43f9f15b0b719de94cab2754dcf78ef63b40ee2a12cea296e7af788b28501bb
+size 242151
diff --git a/python-keyczar-0.71c.tar.bz2 b/python-keyczar-0.71c.tar.bz2
deleted file mode 100644
index dd63d7a..0000000
--- a/python-keyczar-0.71c.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:862239f4acd5efe2310b47ed0abd6e58e51345b16fedca4c9cd54ce78a2468d9
-size 235648
diff --git a/python-keyczar.changes b/python-keyczar.changes
index f63d4f8..3f842a6 100644
--- a/python-keyczar.changes
+++ b/python-keyczar.changes
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Mon Sep 28 08:33:26 UTC 2015 - michael@stroeder.com
+
+- added build dependency on python-setuptools
+- symbolic link /usr/bin/keyczart not needed anymore
+- update to version 0.715
+ * Change version numbering to match PEP-0440
+ * Unpadding happens after MAC validation to prevent padding oracle attacks
+ * Added Encoding options to all crypto operations to select whether or not
+ not encoding should be used.
+ * Python version setup improved for PyPi.
+ * AttachedSign with empty nonce now correctly functions.
+
-------------------------------------------------------------------
Thu Apr 18 06:19:15 UTC 2013 - lars@linux-schulserver.de
diff --git a/python-keyczar.spec b/python-keyczar.spec
index 1b83ead..16db06d 100644
--- a/python-keyczar.spec
+++ b/python-keyczar.spec
@@ -18,17 +18,18 @@
%define pkgname keyczar
Name: python-keyczar
-Version: 0.71c
+Version: 0.715
Release: 1
License: Apache-2.0
Summary: Toolkit for safe and simple cryptography
Url: http://www.keyczar.org
Group: Development/Languages/Python
-Source0: %{name}-%{version}.tar.bz2
+Source0: %{name}-%{version}.tar.gz
Source1: keyczart.1
BuildRequires: python-asn1 >= 0.0.8a
BuildRequires: python-devel
BuildRequires: python-pycrypto
+BuildRequires: python-setuptools
Requires: python-asn1 >= 0.0.8a
Requires: python-pycrypto
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -75,7 +76,6 @@ cat %{buildroot}%{python_sitelib}/keyczar/keyczart.py >> %{buildroot}%{python_si
mv %{buildroot}%{python_sitelib}/keyczar/keyczart.py.new %{buildroot}%{python_sitelib}/keyczar/keyczart.py
chmod +x %{buildroot}%{python_sitelib}/keyczar/keyczart.py
mkdir -p %{buildroot}%{_bindir}
-ln -s ../../%{python_sitelib}/keyczar/keyczart.py %{buildroot}%{_bindir}/keyczart
# include man page
install -Dm644 %{SOURCE1} %{buildroot}%{_mandir}/man1/keyczart.1