From 7f0f6496c291674bdb34e247d30e4f39002c569da18fc40831593b66c09122b0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Apr 2024 06:12:03 +0000 Subject: [PATCH] - update to 3.9.0: * misc bugs + please pyflakes * Remove unused format_environ method in watchthreads APP OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=70 --- Paste-3.8.0.tar.gz | 3 --- Paste-3.9.0.tar.gz | 3 +++ python-Paste.changes | 7 +++++++ python-Paste.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 Paste-3.8.0.tar.gz create mode 100644 Paste-3.9.0.tar.gz diff --git a/Paste-3.8.0.tar.gz b/Paste-3.8.0.tar.gz deleted file mode 100644 index 9c9eb3d..0000000 --- a/Paste-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c6cc18f2f9b8e8e57c0a5228c957ec3beeefdeeb9ab93c85876b513e4babdaf -size 636922 diff --git a/Paste-3.9.0.tar.gz b/Paste-3.9.0.tar.gz new file mode 100644 index 0000000..afacc91 --- /dev/null +++ b/Paste-3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556e3c24208fcfae269684fc3b888f46783c80208516bcecc410c00c7f678fef +size 637286 diff --git a/python-Paste.changes b/python-Paste.changes index 1bec385..1806513 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 15 06:11:49 UTC 2024 - Dirk Müller + +- update to 3.9.0: + * misc bugs + please pyflakes + * Remove unused format_environ method in watchthreads APP + ------------------------------------------------------------------- Fri Mar 22 20:46:48 UTC 2024 - Dirk Müller diff --git a/python-Paste.spec b/python-Paste.spec index 7a98e50..5061174 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Paste -Version: 3.8.0 +Version: 3.9.0 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT