15
0
forked from pool/python-Beaker

Accepting request 135402 from home:poorboywilly:branches:devel:languages:python

Update to 1.6.4, fix sed script for exec. file, update URL in spec file.

OBS-URL: https://build.opensuse.org/request/show/135402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=14
This commit is contained in:
Sascha Peilicke
2012-10-01 08:25:51 +00:00
committed by Git OBS Bridge
parent 2031e3042b
commit b5d8e96af8
6 changed files with 56 additions and 11 deletions

View File

@@ -17,9 +17,9 @@
Name: python-Beaker
Version: 1.6.3
Version: 1.6.4
Release: 0
Url: http://beaker.groovie.org
Url: http://beaker.rtfd.org/
Summary: A Session and Caching library with WSGI Middleware
License: BSD-3-Clause
Group: Development/Languages/Python
@@ -68,7 +68,7 @@ Features:
%prep
%setup -q -n Beaker-%{version}
sed -i "id" beaker/crypto/pbkdf2.py # Fix non-executable script
sed -i "1d" beaker/crypto/pbkdf2.py # Fix non-executable script
%build
python setup.py build