14
0
forked from pool/python-falcon

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
This commit is contained in:
2024-02-05 12:43:31 +00:00
committed by Git OBS Bridge
parent 968ffdf9a9
commit 236d229baf
5 changed files with 52 additions and 11 deletions

View File

@@ -18,15 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-falcon
Version: 3.1.1
Version: 3.1.3
Release: 0
Summary: A web framework for building APIs and app backends
License: Apache-2.0
Group: Development/Languages/Python
URL: http://falconframework.org
Source: https://github.com/falconry/falcon/archive/%{version}.tar.gz#./falcon-%{version}.tar.gz
# The file on pypi misses docs/ext, should be fixed in next version
# Source: https://files.pythonhosted.org/packages/source/f/falcon/falcon-%%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/f/falcon/falcon-%{version}.tar.gz
# github pygments style is not available
Patch0: python-falcon-sphinx-pygments-style.patch
BuildRequires: %{python_module PyYAML}