Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency CherryPy to v18.10.0 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

red-hat-konflux[bot]
Copy link

This PR contains the following updates:

Package Update Change
CherryPy (source) minor ==18.1.1 -> ==18.10.0
cherrypy (source) minor ==18.1.1 -> ==18.10.0

Release Notes

cherrypy/cherrypy (CherryPy)

v18.10.0

Compare Source

  • Removed the use of :mod:cgi deprecated in Python 3.11
    -- by :user:radez.
  • Various changes <https://github.com/cherrypy/cherrypy/compare/v18.9.0...7104cfb3cfc6e6582f0773529142d777b1aff1bd>_.

v18.9.0

Compare Source

  • Various
    changes <https://github.com/cherrypy/cherrypy/compare/v18.8.0...v18.9.0>_.

v18.8.0

Compare Source

  • :issue:1974: Dangerous characters received in a host header
    encoded using RFC 2047 are now elided by default. Currently,
    dangerous characters are defined as CR and LF. The original
    value is still available as cherrypy.request.headers['Host'].raw
    if needed.

v18.7.0

Compare Source

  • :pr:1923: Drop support for Python 3.5.
  • :pr:1945: Fixed compatibility on Python 3.11.

v18.6.1

Compare Source

  • :issue:1849 via :pr:1879: Fixed XLF flag in gzip header
    emitted by gzip compression tool per
    :rfc:1952#section-2.3.1 -- by :user:webknjaz.

  • :issue:1874: Restricted depending on pywin32 only under
    CPython so that it won't get pulled-in under PyPy
    -- by :user:webknjaz.

  • :issue:1920: Bumped minimum version of PyWin32 to 227.
    Block pywin32 install on Python 3.10 and later.

v18.6.0

Compare Source

  • :issue:1776 via :pr:1851: Add support for UTF-8 encoded attachment
    file names in Content-Disposition header via :rfc:6266#appendix-D.

v18.5.0

Compare Source

  • :issue:1827: Fixed issue where bytes values in a HeaderMap
    would be converted to strings.

  • :pr:1826: Rely on
    jaraco.collections <https://pypi.org/project/jaraco.collections>_
    for its case-insensitive dictionary support.

v18.4.0

Compare Source

  • :pr:1715: Fixed issue in cpstats where the data/ endpoint
    would fail with encoding errors on Python 3.

  • :pr:1821: Simplify the passthrough of parameters to
    CPWebCase.getPage to cheroot. CherryPy now requires
    cheroot 8.2.1 or later.

v18.3.0

Compare Source

  • :pr:1806: Support handling multiple exceptions when processing hooks as
    reported in :issue:1770.

v18.2.0

Compare Source

  • File-based sessions no longer attempt to remove the lock files
    when releasing locks, instead deferring to the default behavior
    of zc.lockfile. Fixes :issue:1391 and :issue:1779.

  • :pr:1794: Add native support for 308 Permanent Redirect
    usable via raise cherrypy.HTTPRedirect('/new_uri', 308).

v18.1.2

Compare Source

  • Fixed :issue:1377 via :pr:1785: Restore a native WSGI-less
    HTTP server support.
  • :pr:1769: Reduce log level for non-error events in win32.py

Configuration

📅 Schedule: Branch creation - "after 5am on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/855ffc2574714ba489227b51f0d55b33

stf-crc-ocp_414-local_build FAILURE in 53m 11s
✔️ stf-crc-ocp_416-local_build SUCCESS in 39m 00s
stf-crc-ocp_414-local_build-index_deploy RETRY_LIMIT in 12m 36s
✔️ stf-crc-ocp_416-local_build-index_deploy SUCCESS in 40m 16s
stf-crc-ocp_414-nightly_bundles-index_deploy RETRY_LIMIT in 26m 12s
✔️ stf-crc-ocp_416-nightly_bundles-index_deploy SUCCESS in 28m 06s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants