From ccb61428261e5f6566f96695c7ab96ef987a7dd3f1e78d32552f8e92414991be Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 23 Feb 2018 13:58:33 +0000 Subject: [PATCH 1/2] - update to 1.7.4: - Add support for `wsgi.input_terminated` in the wsgi environ to allow for Chunked Encoding to be used with WebOb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=44 --- WebOb-1.7.3.tar.gz | 3 --- WebOb-1.7.4.tar.gz | 3 +++ python-WebOb.changes | 7 +++++++ python-WebOb.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 WebOb-1.7.3.tar.gz create mode 100644 WebOb-1.7.4.tar.gz diff --git a/WebOb-1.7.3.tar.gz b/WebOb-1.7.3.tar.gz deleted file mode 100644 index 441f9fb..0000000 --- a/WebOb-1.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e65ca14b9f5ae5b031988ffc93f8b7f305ddfcf17a4c774ae0db47bcb3b87283 -size 216028 diff --git a/WebOb-1.7.4.tar.gz b/WebOb-1.7.4.tar.gz new file mode 100644 index 0000000..f127870 --- /dev/null +++ b/WebOb-1.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d10af182fda4b92193113ee1edeb687ab9dc44336b37d6804e413f0240d40d9 +size 219331 diff --git a/python-WebOb.changes b/python-WebOb.changes index f604c3d..55021e8 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 23 13:57:18 UTC 2018 - tbechtold@suse.com + +- update to 1.7.4: +- Add support for `wsgi.input_terminated` in the wsgi environ to allow for + Chunked Encoding to be used with WebOb + ------------------------------------------------------------------- Thu Jul 6 14:34:02 UTC 2017 - tbechtold@suse.com diff --git a/python-WebOb.spec b/python-WebOb.spec index 821dc07..ab8ea57 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -1,7 +1,7 @@ # # spec file for package python-WebOb # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # 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-WebOb -Version: 1.7.3 +Version: 1.7.4 Release: 0 Summary: WSGI request and response object License: MIT From 6b93b077b9d65824c2de5740cce798ed4e30297eec3feca9f6b5f44cd90534d4 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 23 Feb 2018 19:55:39 +0000 Subject: [PATCH 2/2] - Drop not needed python-pytest-cov BuildRequires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=45 --- python-WebOb.changes | 5 +++++ python-WebOb.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-WebOb.changes b/python-WebOb.changes index 55021e8..6d033ec 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 23 19:55:17 UTC 2018 - tbechtold@suse.com + +- Drop not needed python-pytest-cov BuildRequires + ------------------------------------------------------------------- Fri Feb 23 13:57:18 UTC 2018 - tbechtold@suse.com diff --git a/python-WebOb.spec b/python-WebOb.spec index ab8ea57..c4cc979 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -27,7 +27,6 @@ Group: Development/Languages/Python Url: http://webob.org/ Source: https://pypi.io/packages/source/W/WebOb/WebOb-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros