Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-WebOb-1.8.7-7.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-WebOb Distribution: openSUSE:Factory:zSystems
Version: 1.8.7 Vendor: openSUSE
Release: 7.3 Build date: Wed Jul 26 09:20:55 2023
Group: Development/Languages/Python Build host: reproducible
Size: 1228844 Source RPM: python-WebOb-1.8.7-7.3.src.rpm
Packager: https://bugs.opensuse.org
Url: http://webob.org/
Summary: WSGI request and response object
WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.

The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.

Provides

Requires

License

MIT

Changelog

* Wed Jul 26 2023 Bernhard Wiedemann <bwiedemann@suse.com>
  - Drop sphinx doctrees for reproducible builds
* Wed May 03 2023 Martin Liška <mliska@suse.cz>
  - Use sphinx-build and do not depend on removed build_sphinx
    in Sphinx 7.0 (boo#1211051).
* Sun Apr 23 2023 Matej Cepl <mcepl@suse.com>
  - Switch documentation to be within the main package for SLE15
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Thu Jun 24 2021 Matej Cepl <mcepl@suse.com>
  - We should require python3-* packages, not python-* ones, which
    are python2.
* Sat Mar 20 2021 Ben Greiner <code@bnavigator.de>
  - fix test suite for python39 (based on gh#Pylons/webob#390)
* Tue Mar 02 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.8.7:
    - Decoding deflate-encoded responses now supports data which is packed in
      a zlib container as it is supposed to be. The old, non-standard behaviour
      is still supported.
* Wed Mar 11 2020 Dirk Mueller <dmueller@suse.com>
  - update to 1.8.6:
    - The SameSite value now includes a new option named "None", this is a new
    change that was introduced in
    https://tools.ietf.org/html/draft-west-cookie-incrementalism-00
* Mon Jan 07 2019 Thomas Bechtold <tbechtold@suse.com>
  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

Files

/usr/lib/python3.12/site-packages/WebOb-1.8.7-py3.12.egg-info
/usr/lib/python3.12/site-packages/WebOb-1.8.7-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/WebOb-1.8.7-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/WebOb-1.8.7-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/WebOb-1.8.7-py3.12.egg-info/requires.txt
/usr/lib/python3.12/site-packages/WebOb-1.8.7-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/WebOb-1.8.7-py3.12.egg-info/zip-safe
/usr/lib/python3.12/site-packages/webob
/usr/lib/python3.12/site-packages/webob/__init__.py
/usr/lib/python3.12/site-packages/webob/__pycache__
/usr/lib/python3.12/site-packages/webob/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/acceptparse.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/acceptparse.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/byterange.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/byterange.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/cachecontrol.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/cachecontrol.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/client.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/client.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/compat.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/compat.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/cookies.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/cookies.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/datetime_utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/datetime_utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/dec.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/dec.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/descriptors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/descriptors.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/etag.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/etag.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/exc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/exc.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/headers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/headers.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/multidict.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/multidict.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/request.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/request.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/response.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/response.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/static.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/static.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/webob/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/webob/acceptparse.py
/usr/lib/python3.12/site-packages/webob/byterange.py
/usr/lib/python3.12/site-packages/webob/cachecontrol.py
/usr/lib/python3.12/site-packages/webob/client.py
/usr/lib/python3.12/site-packages/webob/compat.py
/usr/lib/python3.12/site-packages/webob/cookies.py
/usr/lib/python3.12/site-packages/webob/datetime_utils.py
/usr/lib/python3.12/site-packages/webob/dec.py
/usr/lib/python3.12/site-packages/webob/descriptors.py
/usr/lib/python3.12/site-packages/webob/etag.py
/usr/lib/python3.12/site-packages/webob/exc.py
/usr/lib/python3.12/site-packages/webob/headers.py
/usr/lib/python3.12/site-packages/webob/multidict.py
/usr/lib/python3.12/site-packages/webob/request.py
/usr/lib/python3.12/site-packages/webob/response.py
/usr/lib/python3.12/site-packages/webob/static.py
/usr/lib/python3.12/site-packages/webob/util.py
/usr/share/doc/packages/python312-WebOb
/usr/share/doc/packages/python312-WebOb/CHANGES.txt
/usr/share/doc/packages/python312-WebOb/README.rst
/usr/share/licenses/python312-WebOb
/usr/share/licenses/python312-WebOb/license.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024