From 9e8e0a8a8434eea8ef9a3ff744227f40fb3d82f3d0caa7fee634c0ceaa67d417 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 7 Jul 2017 13:03:48 +0000 Subject: [PATCH] Accepting request 508590 from home:tbechtold:branches:devel:languages:python - update to 1.7.3: - Request.host_url, Request.host_port and Request.domain now all understand and know how to parse IPv6 Host headers sent by browsers. See https://github.com/Pylons/webob/pull/332 OBS-URL: https://build.opensuse.org/request/show/508590 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=42 --- WebOb-1.7.2.tar.gz | 3 --- WebOb-1.7.3.tar.gz | 3 +++ python-WebOb.changes | 8 ++++++++ python-WebOb.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 WebOb-1.7.2.tar.gz create mode 100644 WebOb-1.7.3.tar.gz diff --git a/WebOb-1.7.2.tar.gz b/WebOb-1.7.2.tar.gz deleted file mode 100644 index dadcf37..0000000 --- a/WebOb-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dc8b30bdbf15d8fd1a967e30ece3357f2f468206354f69213e57b30a63f0039 -size 215746 diff --git a/WebOb-1.7.3.tar.gz b/WebOb-1.7.3.tar.gz new file mode 100644 index 0000000..441f9fb --- /dev/null +++ b/WebOb-1.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65ca14b9f5ae5b031988ffc93f8b7f305ddfcf17a4c774ae0db47bcb3b87283 +size 216028 diff --git a/python-WebOb.changes b/python-WebOb.changes index 0524143..f604c3d 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 6 14:34:02 UTC 2017 - tbechtold@suse.com + +- update to 1.7.3: + - Request.host_url, Request.host_port and Request.domain now all understand and + know how to parse IPv6 Host headers sent by browsers. See + https://github.com/Pylons/webob/pull/332 + ------------------------------------------------------------------- Fri May 5 21:53:49 UTC 2017 - toddrme2178@gmail.com diff --git a/python-WebOb.spec b/python-WebOb.spec index 26cd31f..821dc07 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-WebOb -Version: 1.7.2 +Version: 1.7.3 Release: 0 Summary: WSGI request and response object License: MIT