15
0
forked from pool/python-Paste

- update to 3.5.0:

* Python 3 fixes to auth and wsgi.errors handling; notably making
  wsgi.errors text.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=52
This commit is contained in:
2020-11-26 09:07:35 +00:00
committed by Git OBS Bridge
parent 8831cea12c
commit 5da8183a8e
4 changed files with 11 additions and 4 deletions

View File

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

3
Paste-3.5.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 26 09:07:17 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 3.5.0:
* Python 3 fixes to auth and wsgi.errors handling; notably making
wsgi.errors text.
-------------------------------------------------------------------
Fri Oct 9 04:10:19 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Paste
Version: 3.4.6
Version: 3.5.0
Release: 0
Summary: Tools for using a Web Server Gateway Interface stack
License: MIT