15
0
forked from pool/python-Beaker

- Update to 1.12.0:

* Enabled testing on Python 3.10 and 3.11
  * 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 
- Remove Python 2 and Python 3 gubbins.
- Remove patch denose.patch, merged upstream.
- Add patch support-pymemcache.patch:
  * Also support pymemcache.
- Fiddle BuildRequires as appropiate.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=57
This commit is contained in:
2022-12-20 06:37:17 +00:00
committed by Git OBS Bridge
parent 0faa9b5ad8
commit 49b92c395e
6 changed files with 50 additions and 1488 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Dec 20 06:34:00 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.12.0:
* Enabled testing on Python 3.10 and 3.11
* 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
- Remove Python 2 and Python 3 gubbins.
- Remove patch denose.patch, merged upstream.
- Add patch support-pymemcache.patch:
* Also support pymemcache.
- Fiddle BuildRequires as appropiate.
-------------------------------------------------------------------
Wed Mar 16 08:44:59 UTC 2022 - pgajdos@suse.com