Accepting request 334368 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/334368 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyczar?expand=0&rev=4
This commit is contained in:
commit
62041400ec
3
python-keyczar-0.715.tar.gz
Normal file
3
python-keyczar-0.715.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f43f9f15b0b719de94cab2754dcf78ef63b40ee2a12cea296e7af788b28501bb
|
||||
size 242151
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:862239f4acd5efe2310b47ed0abd6e58e51345b16fedca4c9cd54ce78a2468d9
|
||||
size 235648
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user