diff --git a/Beaker-1.7.0.tar.gz b/Beaker-1.7.0.tar.gz deleted file mode 100644 index f730da1..0000000 --- a/Beaker-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98eec7e4cdba442079d0871fea6853627c8fd87ed0da644510c1d3b184f0646f -size 34299 diff --git a/Beaker-1.8.0.tar.gz b/Beaker-1.8.0.tar.gz new file mode 100644 index 0000000..d58e0b9 --- /dev/null +++ b/Beaker-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740165bb2d86b17460ea759ae075d82b52313860357393675d765bbf67b5c3fb +size 36436 diff --git a/python-Beaker.changes b/python-Beaker.changes index ebf030c..db083c3 100644 --- a/python-Beaker.changes +++ b/python-Beaker.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 15 22:14:25 UTC 2016 - toddrme2178@gmail.com + +- Update to version 1.8.0 + * Encrypted sessions can now specify nonce length for salt + generation through encrypt_nonce_bits parameter. set it to 48 + for backward compatibility with sessions generated before 1.8.0 + * kwargs support in @cache_region decorator + * annotations support in @cache_region decorator + * data_serializer parameter in Session can now specify json to + avoid pickle security issues + * Invalid cookies are now skipped in cookie based sessions + * Memcached based on PyLibMC now share same connection pool for + same url + ------------------------------------------------------------------- Sat Apr 25 18:36:03 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-Beaker.spec b/python-Beaker.spec index 2360a7d..d0de998 100644 --- a/python-Beaker.spec +++ b/python-Beaker.spec @@ -1,7 +1,7 @@ # # spec file for package python-Beaker # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-Beaker -Version: 1.7.0 +Version: 1.8.0 Release: 0 Url: http://beaker.rtfd.org/ Summary: A Session and Caching library with WSGI Middleware License: BSD-3-Clause Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: python-cryptopp >= 0.5.12 BuildRequires: fdupes