14
0
forked from pool/python-falcon
Commit Graph

4 Commits

Author SHA256 Message Date
236d229baf Accepting request 1144006 from home:bnavigator:branches:devel:languages:python
- Update to 3.1.3
  * This is a minor bugfix release that only pins the
    pytest-asyncio test dependency in order to prevent an
    incompatible version from interfering with the build workflow.
  * This release is otherwise identical to Falcon 3.1.2.
- Update to 3.1.2
  ## Summary
  * This is a minor point release fixing a couple of high impact
    bugs, as well as publishing binary wheels for the recently
    released CPython 3.12.
  ## Changes to Supported Platforms
  * Falcon is now supported (including binary wheels) on CPython
    3.12. A couple of remaining stdlib deprecations from 3.11 and
    3.12 will be addressed in Falcon 4.0.
  * As with the previous release, Python 3.5 & 3.6 remain
    deprecated and will no longer be supported in Falcon 4.0.
  * EOL Python 3.7 will no longer be actively supported in 4.0, but
    the framework should still continue to install from source. We
    may remove the support for 3.7 altogether later in the 4.x
    series if we are faced with incompatible ecosystem changes in
    typing, Cython, etc.
  ## Fixed
  * Some essential files were unintentionally omitted from the
    source distribution archive, rendering it unsuitable to run the
    test suite off. This has been fixed, and the sdist tarball
    should now be usable as a base for packaging Falcon in OS
    distributions. (#2051)
  * WebSocket implementation has been fixed to properly handle
    HTTPError and HTTPStatus exceptions raised by custom error
    handlers. The WebSocket connection is now correctly closed with

OBS-URL: https://build.opensuse.org/request/show/1144006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=50
2024-02-05 12:43:31 +00:00
d260e8e312 - Update to 3.1.1:
Falcon 3.1.1 is a minor point release addressing a couple of high impact
  bugs, and enabling the framework on the recently released CPython 3.11.
- 3.1.0
  This release contains several refinements to request validation and error
  handling, along with some tweaks to response handling for static and
  downloadable files.
  Due to popular demand, TestClient and ASGIConductor now expose convenience
  shorthand aliases for the simulate_* methods, i.e., simulate_get() is now
  also available as get(), etc.
  Some important bugs were also fixed to ensure applications properly clean up
  response streams and do not hang when reading request bodies that are
  streamed using chunked transfer encoding.
  This release also adds support for CPython 3.10 and deprecates CPython 3.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=41
2023-01-16 12:58:40 +00:00
6504e043e8 Accepting request 932054 from home:gladiac:mailman3
- Update to version 3.0.1
  * https://falcon.readthedocs.io/en/stable/changes/3.0.1.html

OBS-URL: https://build.opensuse.org/request/show/932054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=36
2021-11-18 17:53:58 +00:00
Tomáš Chvátal
058b2352e0 Accepting request 704723 from home:pgajdos
- version update to 2.0.0
  * many changes, see CHANGES.rst
- deleted patches
  - remove_failing_test.patch (not needed)
- added patches
  rapidjson implementation python binding not available.
  + python-falcon-no-rapidjson.patch
  github pygments style is not available
  + python-falcon-sphinx-pygments-style.patch

OBS-URL: https://build.opensuse.org/request/show/704723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=29
2019-05-22 12:49:21 +00:00