diff --git a/1.12.1.tar.gz b/1.12.1.tar.gz deleted file mode 100644 index 198839d..0000000 --- a/1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:135c41ce48a7f994c15abe050949e6ce70f3e164f0dc81ceb56c4d9e3106b9f2 -size 89035 diff --git a/1.13.0.tar.gz b/1.13.0.tar.gz new file mode 100644 index 0000000..cf915ea --- /dev/null +++ b/1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3987a336340e884bcec2a2496f2614ee2cd0a171079191f57df25247b6e0c4a7 +size 90138 diff --git a/python-Beaker.changes b/python-Beaker.changes index e7009db..0e66988 100644 --- a/python-Beaker.changes +++ b/python-Beaker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Apr 20 13:26:25 UTC 2024 - Dirk Müller + +- update to 1.13.0: + * Fix validation messages for validate_key and encrypt_key + * Added support for rediscluster via ext:redisclusternm + * Removed the need to install mock library to run tests + ------------------------------------------------------------------- Fri Feb 10 10:19:21 UTC 2023 - Dirk Müller @@ -8,7 +16,7 @@ Fri Feb 10 10:19:21 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Tue Jan 3 08:16:03 UTC 2023 - Steve Kowalik -- Actually correct BuildRequires. +- Actually correct BuildRequires. ------------------------------------------------------------------- Tue Dec 20 06:34:00 UTC 2022 - Steve Kowalik @@ -18,7 +26,7 @@ Tue Dec 20 06:34:00 UTC 2022 - Steve Kowalik * Fixed issue #122 - Session ignores deserializer json * Remove ID generation fallback for when the uuid module is not found * Port testing from nose to pytest - * Fixed issue #180 - KeyError when loading deleted session + * Fixed issue #180 - KeyError when loading deleted session - Remove Python 2 and Python 3 gubbins. - Remove patch denose.patch, merged upstream. - Add patch support-pymemcache.patch: @@ -33,7 +41,7 @@ Wed Mar 16 08:44:59 UTC 2022 - pgajdos@suse.com ------------------------------------------------------------------- Tue Mar 1 08:40:51 UTC 2022 - Dirk Müller -- add glibc-locale dependency for tests +- add glibc-locale dependency for tests ------------------------------------------------------------------- Fri Mar 5 09:13:58 UTC 2021 - Markéta Machová @@ -88,7 +96,7 @@ Fri Mar 1 09:08:58 UTC 2019 - Tomáš Chvátal 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. + * 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. ------------------------------------------------------------------- @@ -212,13 +220,13 @@ Sat Sep 22 20:26:45 UTC 2012 - os-dev@jacraig.com Wed May 23 03:08:32 UTC 2012 - highwaystar.ru@gmail.com - update to version 1.6.3 - * Fix bug with cookie deletion on leap years. Patch contributed + * Fix bug with cookie deletion on leap years. Patch contributed by Greg Nelson and Michael Wirth. * Fix issue with referencing same module via different import paths. Patch contributed by brianfrantz. * Fix cookie expiration check. Patch contributed by Mike Dirolf. - python3 package added -- minor spec improvement +- minor spec improvement ------------------------------------------------------------------- Wed Feb 1 10:43:39 UTC 2012 - saschpe@suse.de @@ -254,8 +262,8 @@ Thu Nov 10 10:13:51 UTC 2011 - saschpe@suse.de direct specification of the name of which memcache backend to use. * Basic container/file-based Session support working in Py3K. (#72) * Further Python 3 fixes - * Added an optimization to the FileNamespaceContainer when used with - Session, such that the pickled contents of the file are not + * Added an optimization to the FileNamespaceContainer when used with + Session, such that the pickled contents of the file are not read a second time when session.save() is called. (#64) * Fixed bug whereby CacheManager.invalidate wouldn't work for a function decorated by cache.cache(). (#61) diff --git a/python-Beaker.spec b/python-Beaker.spec index 23f0e44..fdbe0c4 100644 --- a/python-Beaker.spec +++ b/python-Beaker.spec @@ -1,7 +1,7 @@ # # spec file for package python-Beaker # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-Beaker -Version: 1.12.1 +Version: 1.13.0 Release: 0 Summary: A Session and Caching library with WSGI Middleware License: BSD-3-Clause