15
0
forked from pool/python-Beaker

Accepting request 732760 from home:pgajdos

- 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.

OBS-URL: https://build.opensuse.org/request/show/732760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=41
This commit is contained in:
Tomáš Chvátal
2019-09-23 17:43:21 +00:00
committed by Git OBS Bridge
parent 4be96b7cbd
commit dd47824840
4 changed files with 14 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Beaker
Version: 1.10.1
Version: 1.11.0
Release: 0
Summary: A Session and Caching library with WSGI Middleware
License: BSD-3-Clause
@@ -44,6 +44,7 @@ BuildRequires: python-rpm-macros
BuildRequires: python3-dbm
Requires: python-pylibmc
Requires: python-python-memcached
Requires: python-setuptools
Recommends: python-SQLAlchemy
Recommends: python-cryptography
Recommends: python-pycrypto