15
0
forked from pool/python-Beaker

- update to 1.13.0:

* Fix validation messages for validate_key and encrypt_key
  * Added support for rediscluster via ext:redisclusternm
  * Removed the need to install mock library to run tests
- Actually correct BuildRequires.
  * Fixed issue #180 - KeyError when loading deleted session
- add glibc-locale dependency for tests
  * Session cookies will now provide support for ``SameSite`` through the ``samesite`` option.
 * Fix bug with cookie deletion on leap years. Patch contributed
- minor spec improvement
  * Added an optimization to the FileNamespaceContainer when used with
    Session, such that the pickled contents of the file are not

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=63
This commit is contained in:
2024-04-20 13:26:46 +00:00
committed by Git OBS Bridge
parent 3c95418ea2
commit ccc1ab5b39
4 changed files with 21 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Beaker
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-Beaker
Version: 1.12.1
Version: 1.13.0
Release: 0
Summary: A Session and Caching library with WSGI Middleware
License: BSD-3-Clause