Revisions of python-uvicorn

buildservice-autocommit accepted request 1161561 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 37)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1161558 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 36)
New upstream release 0.29.0
buildservice-autocommit accepted request 1158719 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 35)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 34)
- update to 0.28.0:
  * Raise `ClientDisconnected` on `send()` when client
    disconnected (#2220) 12/02/24
  * Except `AttributeError` on `sys.stdin.fileno()` for Windows
    IIS10 (#1947) 29/02/24
  * Use `X-Forwarded-Proto` for WebSockets scheme when the proxy
    provides it (#2258) 01/03/24
  * Fix spurious LocalProtocolError errors when processing
    pipelined requests (#2243) 10/02/24
  * Fix nav overrides for newer version of Mkdocs Material
    (#2233) 26/01/24
  * Raise `ClientDisconnect(IOError)` on `send()` when client
    disconnected (#2218) 19/01/24
  * Bump ASGI WebSocket spec version to 2.4 (#2221) 20/01/24
  * Update `--root-path` to include the root path prefix in the
    full ASGI `path` as per the ASGI spec (#2213) 16/01/24
  * Use `__future__.annotations` on some internal modules (#2199)
    16/01/24

- Disable flacky test in s390x with current python-websockets,
  bsc#1217022
buildservice-autocommit accepted request 1142949 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 33)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 32)
- Disable flacky test in s390x with current python-websockets,
  bsc#1217022
buildservice-autocommit accepted request 1138563 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 30)
- update to 0.25.0:
  * Support the WebSocket Denial Response ASGI extension (#1916)
  * Allow explicit hidden file paths on `--reload-include`
  * Properly annotate `uvicorn.run()`
buildservice-autocommit accepted request 1128878 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 28)
- update to 0.24.0.post1:
  * Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23
  * Support Python 3.12 (#2145) 04/11/23
  * Allow setting `app` via environment variable `UVICORN_APP`
    (#2106) 21/09/23
buildservice-autocommit accepted request 1113682 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 25)
- update to 0.23.2:
  * Maintain the same behavior of `websockets` from 10.4 on 11.0
  * Add `typing_extensions` for Python 3.10 and lower (#2053)
  * Add `--ws-max-queue` parameter WebSockets (#2033) 10/07/23
  * Drop support for Python 3.7 (#1996) 19/06/23
  * Remove `asgiref` as typing dependency (#1999) 08/06/23
  * Set `scope["scheme"]` to `ws` or `wss` instead of `http` or
    `https` on `ProxyHeadersMiddleware` for WebSockets (#2043)
    12/07/23
  * Raise `ImportError` on circular import (#2040) 09/07/23
  * Use `logger.getEffectiveLevel()` instead of `logger.level` to
    check if log level is `TRACE` (#1966) 01/06/23
- skip optional uvloop test dependency for SLE15
- Remove upstreamed patch uvicorn-pr1537-no-watchgod-tests.patch
- Add missing Requires on python-asgiref.
buildservice-autocommit accepted request 1096010 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 24)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 23)
- limit to newer python versions, older are no longer needed
buildservice-autocommit accepted request 1086703 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 22)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 21)
- Add fix-websocket-tests.patch gh#encode/uvicorn#1929
- Update to version 0.22.0:
  * Version 0.22.0 (#1957)
  * Remove unused events (#1956)
  * remove a few mypy excludes (#1954)
  * Add `--timeout-graceful-shutdown` parameter (#1950)
  * Fix typo in setup.cfg (#1953)
  * Update `scripts/check` (#1952)
  * Add `WatchFilesReload` pause method (#1930)
  * Create PULL_REQUEST_TEMPLATE.md (#1946)
  * Handle `SIGBREAK` for Windows (#1909)
  * Fix shutdown event on Windows in reloader (#1584)
  * Handle missing trustme/cryptography gracefully in the test suite (#1940)
  * Add type hints to test_auto_detection.py (#1937)
  * Fix watchgod deprecation warning (#1938)
  * Upgrade and fix Black (#1926)
  * Use ruff instead of flake8, autoflake and isort (#1925)
  * Upgrade MyPy and fix issues (#1931)
  * Pin websockets to <11.0 (#1928)
  * Bump coverage from 7.1.0 to 7.2.2 (#1920)
  * Fix instructions so they work in zsh as well as Bash (#1915)
  * [`Docs`] : Hypercorn supports HTTP/3 (#1913)
  * Version 0.21.1 (#1904)
  * Reset lifespan state on each request (#1903)
  * Version 0.21.0 (#1892)
  * Improve discoverability when `--port=0` is used (#1890)
  * Fix mypy on test_websockets (#1889)
  * Add type annotation on `test_websockets.py` (#1880)
  * Introduce lifespan state (#1818)
  * Bump build from 0.9.0 to 0.10.0 (#1882)
buildservice-autocommit accepted request 1081993 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1081685 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
SR for python stack proposal
buildservice-autocommit accepted request 1072282 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
baserev update by copy to link target
Displaying revisions 1 - 20 of 37
openSUSE Build Service is sponsored by