Package Release Info

python-Beaker-1.11.0-bp153.1.21

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-Beaker
python3-Beaker

Change Logs

Version: 1.11.0-bp152.2.1
* Wed Apr 22 2020 Steve Kowalik <steven.kowalik@suse.com>
- Fix build without Python 2 present.
* Sat Nov 23 2019 Michael Ströder <michael@stroeder.com>
- only recommend installation of package python-python-memcached
* Mon Sep 23 2019 pgajdos@suse.com
- version update to 1.11.0
  * Fixed cookie path option not being properly set (`self._path`
    was removed, only `self.path` exists)
  * Documented `SameSite` option
  * Fixed cookie expiration being localised when it shouldn't.
* Thu Apr 18 2019 Matej Cepl <mcepl@suse.com>
- Actually for working around gh#bbangert/beaker#172 it is enough
  to rm -fv tests/test.db, because the test suite apparently
  doesn't clean up after itself.
* Mon Apr 01 2019 Matej Cepl <mcepl@suse.com>
- Ignore test_database tests to avoid gh#bbangert/beaker#172
* Fri Mar 01 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.10.1:
  * Fix issue with Redis namespace manager TTL
  * Fix for SameSite cookie option not being set in some cases
  * Fix for memcached tests on Python3
  * Redis namespace manager now supports providing a TTL for session entries that had a ``timeout`` provided.
    This will remove the need to manually clear expired sessions from the redis storage.
  * ``nsscrypto`` backend is now properly identified as providing AES support.
  * When a crypto backend doesn't support AES it will no longer crash if the ``encrypt_key`` is ``None``.
  * Session cookies will now provide support for ``SameSite`` through the ``samesite`` option.
    By default this will be ``Lax``, but can be set to ``Strict`` or ``None`` to disable it.