From dbbebb4e258d640e1870b3219c6b53996c381dd61918b42f64aadbca79e5661a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Mar 2020 16:22:23 +0000 Subject: [PATCH] Accepting request 788608 from home:mcalabkova:branches:devel:languages:python - update to 3.4.0 * Python 3 updates for use of StringIO and auth_tkt.py. * Use six.BytesIO when reading wsgi.input. * Allow binding IPv6 address when starting a server. OBS-URL: https://build.opensuse.org/request/show/788608 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=44 --- Paste-3.2.6.tar.gz | 3 --- Paste-3.4.0.tar.gz | 3 +++ python-Paste.changes | 8 ++++++++ python-Paste.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 Paste-3.2.6.tar.gz create mode 100644 Paste-3.4.0.tar.gz diff --git a/Paste-3.2.6.tar.gz b/Paste-3.2.6.tar.gz deleted file mode 100644 index 782d3c2..0000000 --- a/Paste-3.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a51429903e7ae2a069062af44acb86dda5f08cbb3f9b8d3d8b752da1028a8fb3 -size 629193 diff --git a/Paste-3.4.0.tar.gz b/Paste-3.4.0.tar.gz new file mode 100644 index 0000000..6abfa01 --- /dev/null +++ b/Paste-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0330d22d1a5cc7202109151322d681f06e14552d43cb99957a21320f3764519b +size 630425 diff --git a/python-Paste.changes b/python-Paste.changes index 0e91ec2..5b3bf01 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 26 16:10:35 UTC 2020 - Marketa Calabkova + +- update to 3.4.0 + * Python 3 updates for use of StringIO and auth_tkt.py. + * Use six.BytesIO when reading wsgi.input. + * Allow binding IPv6 address when starting a server. + ------------------------------------------------------------------- Wed Jan 15 10:54:10 UTC 2020 - Marketa Calabkova diff --git a/python-Paste.spec b/python-Paste.spec index 7afda79..cd79bd0 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Paste -Version: 3.2.6 +Version: 3.4.0 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT