Accepting request 758637 from devel:languages:python

- update to 3.2.3:
  * Correct ``100 Continue`` in Python 3
  * Avoid some reference cycles through tracebacks in httpserver.py

OBS-URL: https://build.opensuse.org/request/show/758637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2020-01-01 13:58:03 +00:00 committed by Git OBS Bridge
commit b98a21b180
4 changed files with 12 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 20 19:27:02 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- update to 3.2.3:
* Correct ``100 Continue`` in Python 3
* Avoid some reference cycles through tracebacks in httpserver.py
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 7 14:54:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Mon Oct 7 14:54:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-Paste # spec file for package python-Paste
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -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.2.1 Version: 3.2.3
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