Hello community, here is the log from the commit of package python-WebOb for openSUSE:Factory checked in at 2019-01-21 10:47:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-WebOb (Old) and /work/SRC/openSUSE:Factory/.python-WebOb.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-WebOb" Mon Jan 21 10:47:05 2019 rev:28 rq:663312 version:1.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-WebOb/python-WebOb.changes 2018-08-22 14:19:43.102261489 +0200 +++ /work/SRC/openSUSE:Factory/.python-WebOb.new.28833/python-WebOb.changes 2019-01-21 10:47:28.276230676 +0100 @@ -1,0 +2,33 @@ +Mon Jan 7 09:55:07 UTC 2019 - Thomas Bechtold <[email protected]> + +update to 1.8.5: + - Fixed one last remaining invalid escape sequence in a docstring. + - Response.content_type now accepts unicode strings on Python 2 and encodes + them to latin-1. See https://github.com/Pylons/webob/pull/389 and + https://github.com/Pylons/webob/issues/388 + - Accept header classes now support a .copy() function that may be used to + create a copy. This allows ``create_accept_header`` and other like functions + to accept an pre-existing Accept header. See + https://github.com/Pylons/webob/pull/386 and + https://github.com/Pylons/webob/issues/385 + - Some backslashes introduced with the new accept handling code were causing + DeprecationWarnings upon compiling the source to pyc files, all of the + backslashes have been reigned in as appropriate, and users should no longer + see DeprecationWarnings for invalid escape sequence. See + https://github.com/Pylons/webob/issues/384 + - ``acceptparse.AcceptValidHeader``, ``acceptparse.AcceptInvalidHeader``, and + ``acceptparse.AcceptNoHeader`` will now always ignore offers that do not + match the required media type grammar when calling ``.acceptable_offers()``. + Previous versions raised a ``ValueError`` for invalid offers in + ``AcceptValidHeader`` and returned them as acceptable in the others. + See https://github.com/Pylons/webob/pull/372 + - Add Request.remote_host, exposing REMOTE_HOST environment variable. + - Added ``acceptparse.Accept.parse_offer`` to codify what types of offers + are compatible with ``acceptparse.AcceptValidHeader.acceptable_offers``, + ``acceptparse.AcceptMissingHeader.acceptable_offers``, and + ``acceptparse.AcceptInvalidHeader.acceptable_offers``. This API also + normalizes the offer with lowercased type/subtype and parameter names. + See https://github.com/Pylons/webob/pull/376 and + https://github.com/Pylons/webob/pull/379 + +------------------------------------------------------------------- Old: ---- WebOb-1.8.2.tar.gz New: ---- WebOb-1.8.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-WebOb.spec ++++++ --- /var/tmp/diff_new_pack.JkiV1w/_old 2019-01-21 10:47:29.168229583 +0100 +++ /var/tmp/diff_new_pack.JkiV1w/_new 2019-01-21 10:47:29.168229583 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-WebOb # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-WebOb -Version: 1.8.2 +Version: 1.8.5 Release: 0 Summary: WSGI request and response object License: MIT ++++++ WebOb-1.8.2.tar.gz -> WebOb-1.8.5.tar.gz ++++++ ++++ 2233 lines of diff (skipped)
