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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce07f15e1ed50fc38bed51039f94e859d696bc05c42dbf384078b12658e891ec
size 87654

3
1.11.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5298f2d3be7b3ad8f299c9cc69b57907613412f397feb8c322896dbc857f5218
size 88597

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Sep 23 14:43:25 UTC 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 14:26:01 CEST 2019 - Matej Cepl <mcepl@suse.com>

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