From 321f3e058e9a782a19d74b1a0673b320634959020c88f4fd248ccd743f2f1231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Jul 2019 08:41:23 +0000 Subject: [PATCH] Accepting request 719501 from home:pgajdos - version update to 3.1.0 * Allow anything that can read() for a file-like response, not just a ``file`` instance. OBS-URL: https://build.opensuse.org/request/show/719501 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=34 --- Paste-3.0.8.tar.gz | 3 --- Paste-3.1.0.tar.gz | 3 +++ python-Paste.changes | 7 +++++++ python-Paste.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 Paste-3.0.8.tar.gz create mode 100644 Paste-3.1.0.tar.gz diff --git a/Paste-3.0.8.tar.gz b/Paste-3.0.8.tar.gz deleted file mode 100644 index b341c75..0000000 --- a/Paste-3.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4f13993e6ab4a38602cef298d876552083e8215685bb45abda7113f0dd48117 -size 631298 diff --git a/Paste-3.1.0.tar.gz b/Paste-3.1.0.tar.gz new file mode 100644 index 0000000..fa0221f --- /dev/null +++ b/Paste-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18323f22df5ab6998fdf4c5aa5a9f41d33ff949a87ad7b2ca48e72fbf50fa3e4 +size 631637 diff --git a/python-Paste.changes b/python-Paste.changes index a2c30a0..fb6fa04 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 29 07:45:13 UTC 2019 - pgajdos@suse.com + +- version update to 3.1.0 + * Allow anything that can read() for a file-like response, not just + a ``file`` instance. + ------------------------------------------------------------------- Fri Mar 8 09:27:42 UTC 2019 - John Vandenberg diff --git a/python-Paste.spec b/python-Paste.spec index c80a173..e6f01bd 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.0.8 +Version: 3.1.0 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT