Accepting request 1002727 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1002727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2022-09-15 20:57:29 +00:00 committed by Git OBS Bridge
commit be740884e1
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> 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python %define oldpython python
Name: python-Paste Name: python-Paste
Version: 3.5.1 Version: 3.5.2
Release: 0 Release: 0
Summary: Tools for using a Web Server Gateway Interface stack Summary: Tools for using a Web Server Gateway Interface stack
License: MIT License: MIT