From 3e6fa6ae575cf9d31268e1abef021ca2ab946e46410e01817195933676ecf4c7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 20 Dec 2019 19:28:32 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-Paste?expand=0&rev=40 --- Paste-3.2.1.tar.gz | 3 --- Paste-3.2.3.tar.gz | 3 +++ python-Paste.changes | 7 +++++++ python-Paste.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 Paste-3.2.1.tar.gz create mode 100644 Paste-3.2.3.tar.gz diff --git a/Paste-3.2.1.tar.gz b/Paste-3.2.1.tar.gz deleted file mode 100644 index fe11fba..0000000 --- a/Paste-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d9c9e96a8408777b01976dfce900049e9e8c970e02198534f2c8c1b2cca5dee -size 628791 diff --git a/Paste-3.2.3.tar.gz b/Paste-3.2.3.tar.gz new file mode 100644 index 0000000..0e8d5b1 --- /dev/null +++ b/Paste-3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdc7f6be907eed7cd63868c79d88af2b87d02d840fb5acfc93d4bda572b1567 +size 628900 diff --git a/python-Paste.changes b/python-Paste.changes index 7754441..2f8181a 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 20 19:27:02 UTC 2019 - Dirk Mueller + +- 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 diff --git a/python-Paste.spec b/python-Paste.spec index 84f12f7..07f82a0 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Paste -Version: 3.2.1 +Version: 3.2.3 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT