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