From 4705ea1c905b93c9e1d9362722b6304cae7f936a8485a93f17cd7bf5fbd80e2d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 12 Sep 2022 07:56:05 +0000 Subject: [PATCH] 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 --- Paste-3.5.1.tar.gz | 3 --- Paste-3.5.2.tar.gz | 3 +++ python-Paste.changes | 10 ++++++++++ python-Paste.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 Paste-3.5.1.tar.gz create mode 100644 Paste-3.5.2.tar.gz diff --git a/Paste-3.5.1.tar.gz b/Paste-3.5.1.tar.gz deleted file mode 100644 index 5bde2b6..0000000 --- a/Paste-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc80a94ca696fa733910a2fbc62a8c88971ebbcfa888bd3ee40c81835b7bfc95 -size 637755 diff --git a/Paste-3.5.2.tar.gz b/Paste-3.5.2.tar.gz new file mode 100644 index 0000000..f00ef4a --- /dev/null +++ b/Paste-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a7340c30bcdf3023dd0106c8a5c430dd8fe84aeb8113bc7b93f8dd729f4af6 +size 638207 diff --git a/python-Paste.changes b/python-Paste.changes index a6e22cf..ccc27ef 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Sep 9 11:24:27 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-Paste.spec b/python-Paste.spec index 3588ebc..4c3e9b6 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Paste -Version: 3.5.1 +Version: 3.5.2 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT