From dd47824840c4420809cc10ce6637189f5be27f05583c7f5b4a9ec07a9a29f266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 23 Sep 2019 17:43:21 +0000 Subject: [PATCH] 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 --- 1.10.1.tar.gz | 3 --- 1.11.0.tar.gz | 3 +++ python-Beaker.changes | 9 +++++++++ python-Beaker.spec | 3 ++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 1.10.1.tar.gz create mode 100644 1.11.0.tar.gz diff --git a/1.10.1.tar.gz b/1.10.1.tar.gz deleted file mode 100644 index 1f56d1b..0000000 --- a/1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce07f15e1ed50fc38bed51039f94e859d696bc05c42dbf384078b12658e891ec -size 87654 diff --git a/1.11.0.tar.gz b/1.11.0.tar.gz new file mode 100644 index 0000000..b0d9088 --- /dev/null +++ b/1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5298f2d3be7b3ad8f299c9cc69b57907613412f397feb8c322896dbc857f5218 +size 88597 diff --git a/python-Beaker.changes b/python-Beaker.changes index 3cabafe..0a0c828 100644 --- a/python-Beaker.changes +++ b/python-Beaker.changes @@ -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 diff --git a/python-Beaker.spec b/python-Beaker.spec index b88dcf3..0eef4f2 100644 --- a/python-Beaker.spec +++ b/python-Beaker.spec @@ -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