14
0
forked from pool/python-WebOb

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
This commit is contained in:
2017-07-07 13:03:48 +00:00
committed by Git OBS Bridge
parent 05627d7acc
commit 9e8e0a8a84
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0dc8b30bdbf15d8fd1a967e30ece3357f2f468206354f69213e57b30a63f0039
size 215746

3
WebOb-1.7.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e65ca14b9f5ae5b031988ffc93f8b7f305ddfcf17a4c774ae0db47bcb3b87283
size 216028

View File

@@ -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

View File

@@ -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