forked from pool/python-Beaker
Accepting request 428016 from home:TheBlackCat:branches:devel:languages:python
Update to version 1.8.0 OBS-URL: https://build.opensuse.org/request/show/428016 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=29
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98eec7e4cdba442079d0871fea6853627c8fd87ed0da644510c1d3b184f0646f
|
||||
size 34299
|
||||
3
Beaker-1.8.0.tar.gz
Normal file
3
Beaker-1.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:740165bb2d86b17460ea759ae075d82b52313860357393675d765bbf67b5c3fb
|
||||
size 36436
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user