15
0
forked from pool/python-Beaker

- Update to version 1.6.2:

* Updated dogpile lock so that it locks per namespace+key rather than on the
    entire namespace. (#101)
  * Added encryption option for any backend. Patch contributed by Toby Elliot.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2012-02-01 10:43:55 +00:00
committed by Git OBS Bridge
parent c875a5daf1
commit 0262fd86c7
4 changed files with 18 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a571efc53be143a5fdee69d512a32286065884de5b41efeb9554f35605e5e33c
size 51748

3
Beaker-1.6.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23e42350783dc6457f5b771b195f0e47be8605a9a75786cb35e0ecb8c1d430ea
size 52442

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Feb 1 10:43:39 UTC 2012 - saschpe@suse.de
- Update to version 1.6.2:
* Updated dogpile lock so that it locks per namespace+key rather than on the
entire namespace. (#101)
* Added encryption option for any backend. Patch contributed by Toby Elliot.
-------------------------------------------------------------------
Thu Nov 10 10:13:51 UTC 2011 - saschpe@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Beaker
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
#
Name: python-Beaker
Version: 1.6.1
Version: 1.6.2
Release: 0
Url: http://beaker.groovie.org
Summary: A Session and Caching library with WSGI Middleware
@@ -28,15 +27,13 @@ Source: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%endif
Provides: python-beaker = %{version}
Obsoletes: python-beaker < %{version}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%description
Beaker is a web session and general caching library that includes WSGI