diff --git a/python-web.py.changes b/python-web.py.changes index 9ee474b..568c2f9 100644 --- a/python-web.py.changes +++ b/python-web.py.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 9 21:01:36 UTC 2020 - Michael Ströder + +- version update to 0.62: + * Fixed: application.load() assumes ctx.path will be a latin1 string #687 + * Fixed: can not reset session data to same value as initialized. #683 + * Fixed: can not set session expire time. #655 + * Fixed: not export session store `MemoryStore`. + ------------------------------------------------------------------- Sun Aug 9 09:37:14 UTC 2020 - Michael Ströder diff --git a/python-web.py.spec b/python-web.py.spec index f0b524c..2fc5ab4 100644 --- a/python-web.py.spec +++ b/python-web.py.spec @@ -15,11 +15,12 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-web.py -Version: 0.61 +Version: 0.62 Release: 0 Summary: web.py: makes web apps License: SUSE-Public-Domain AND BSD-3-Clause diff --git a/web.py-0.61.tar.gz b/web.py-0.61.tar.gz deleted file mode 100644 index ded7f7d..0000000 --- a/web.py-0.61.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7a9081aeb086cd3e703c7553a47ee75188d1d325f25eec7654d9bb00b5eccbb -size 623070 diff --git a/web.py-0.62.tar.gz b/web.py-0.62.tar.gz new file mode 100644 index 0000000..fdb679c --- /dev/null +++ b/web.py-0.62.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce684caa240654cae5950da8b4b7bc178812031e08f990518d072bd44ab525e +size 623196