forked from pool/python-Paste
Accepting request 1002304 from home:yarunachalam:branches:devel:languages:python
- update to 3.5.2: * Fix py3 compatibility in paste.wsgilib.catch_errors (#70) * A Python 3 application might only define `__next__`, not `next`. Use `six.next` instead. * This is very similar to https://github.com/cdent/paste/pull/53, and was apparently missed there. OBS-URL: https://build.opensuse.org/request/show/1002304 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=58
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 11:24:27 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- update to 3.5.2:
|
||||
* Fix py3 compatibility in paste.wsgilib.catch_errors (#70)
|
||||
* A Python 3 application might only define `__next__`, not `next`. Use
|
||||
`six.next` instead.
|
||||
* This is very similar to https://github.com/cdent/paste/pull/53, and was
|
||||
apparently missed there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 19:15:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user