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:
Dirk Mueller 2022-09-12 07:56:05 +00:00 committed by Git OBS Bridge
parent f5c5648b51
commit 4705ea1c90
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc80a94ca696fa733910a2fbc62a8c88971ebbcfa888bd3ee40c81835b7bfc95
size 637755

BIN
Paste-3.5.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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>

View File

@ -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