Hello community, here is the log from the commit of package python-keyczar for openSUSE:Factory checked in at 2015-09-30 05:53:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-keyczar (Old) and /work/SRC/openSUSE:Factory/.python-keyczar.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-keyczar" Changes: -------- --- /work/SRC/openSUSE:Factory/python-keyczar/python-keyczar.changes 2013-04-18 15:00:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-keyczar.new/python-keyczar.changes 2015-09-30 05:53:10.000000000 +0200 @@ -1,0 +2,13 @@ +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. + +------------------------------------------------------------------- Old: ---- python-keyczar-0.71c.tar.bz2 New: ---- python-keyczar-0.715.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-keyczar.spec ++++++ --- /var/tmp/diff_new_pack.IB1tFf/_old 2015-09-30 05:53:11.000000000 +0200 +++ /var/tmp/diff_new_pack.IB1tFf/_new 2015-09-30 05:53:11.000000000 +0200 @@ -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 @@ 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