diff --git a/Beaker-1.6.1.tar.gz b/Beaker-1.6.1.tar.gz deleted file mode 100644 index 0ad9d43..0000000 --- a/Beaker-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a571efc53be143a5fdee69d512a32286065884de5b41efeb9554f35605e5e33c -size 51748 diff --git a/Beaker-1.6.2.tar.gz b/Beaker-1.6.2.tar.gz new file mode 100644 index 0000000..e8b2a57 --- /dev/null +++ b/Beaker-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e42350783dc6457f5b771b195f0e47be8605a9a75786cb35e0ecb8c1d430ea +size 52442 diff --git a/python-Beaker.changes b/python-Beaker.changes index 3ae943c..497fbbc 100644 --- a/python-Beaker.changes +++ b/python-Beaker.changes @@ -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 diff --git a/python-Beaker.spec b/python-Beaker.spec index 7f2f5f0..b9e8906 100644 --- a/python-Beaker.spec +++ b/python-Beaker.spec @@ -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