- Update to 0.115.8
* Fix `OAuth2PasswordRequestForm` and `OAuth2PasswordRequestFormStrict` fixed `grant_type` "password" RegEx. * Simplify tests for body_multiple_params. * Move duplicated code portion to a static method in the `APIKeyBase` super class. * Simplify tests for request_files. * Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models.md`. * Update Request Body's `tutorial002` to deal with `tax=0` case. * Update FastAPI People - Experts. * Add Japanese translation for `docs/ja/docs/environment-variables.md`. * Add Russian translation for `docs/ru/docs/advanced/async-tests.md`. * Update Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`. * Add Russian translation for `docs/ru/docs/tutorial/bigger-applications.md`. * Add support for Python 3.13. * Upgrade AnyIO max version for tests, new range: `>=3.2.1,<5.0.0`. * Update Sponsors badges. * Fix `notify_translations.py` empty env var handling for PR label events vs workflow_dispatch. * Refactor and move `scripts/notify_translations.py`, no need for a custom GitHub Action. * Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits. * Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4. - from version 0.115.7 * Upgrade `python-multipart` to >=0.0.18. * Bump Starlette to allow up to 0.45.0: `>=0.40.0,<0.46.0`. * Upgrade `jinja2` to >=3.1.5. * Simplify tests for websockets. * Simplify tests for request_form_models. * Simplify tests for separate_openapi_schemas. * Simplify tests for security. * Simplify tests for schema_extra_example. * Simplify tests for request_model. * Simplify tests for request_forms_and_files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=88
This commit is contained in:
parent
51a5f8bacc
commit
a5fc613b34
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654
|
||||
size 301336
|
3
fastapi-0.115.8.tar.gz
Normal file
3
fastapi-0.115.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9
|
||||
size 295403
|
@ -1,3 +1,143 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 11:00:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.115.8
|
||||
* Fix `OAuth2PasswordRequestForm` and `OAuth2PasswordRequestFormStrict` fixed `grant_type` "password" RegEx.
|
||||
* Simplify tests for body_multiple_params.
|
||||
* Move duplicated code portion to a static method in the `APIKeyBase` super class.
|
||||
* Simplify tests for request_files.
|
||||
* Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models.md`.
|
||||
* Update Request Body's `tutorial002` to deal with `tax=0` case.
|
||||
* Update FastAPI People - Experts.
|
||||
* Add Japanese translation for `docs/ja/docs/environment-variables.md`.
|
||||
* Add Russian translation for `docs/ru/docs/advanced/async-tests.md`.
|
||||
* Update Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`.
|
||||
* Add Russian translation for `docs/ru/docs/tutorial/bigger-applications.md`.
|
||||
* Add support for Python 3.13.
|
||||
* Upgrade AnyIO max version for tests, new range: `>=3.2.1,<5.0.0`.
|
||||
* Update Sponsors badges.
|
||||
* Fix `notify_translations.py` empty env var handling for PR label events vs workflow_dispatch.
|
||||
* Refactor and move `scripts/notify_translations.py`, no need for a custom GitHub Action.
|
||||
* Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits.
|
||||
* Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4.
|
||||
- from version 0.115.7
|
||||
* Upgrade `python-multipart` to >=0.0.18.
|
||||
* Bump Starlette to allow up to 0.45.0: `>=0.40.0,<0.46.0`.
|
||||
* Upgrade `jinja2` to >=3.1.5.
|
||||
* Simplify tests for websockets.
|
||||
* Simplify tests for request_form_models.
|
||||
* Simplify tests for separate_openapi_schemas.
|
||||
* Simplify tests for security.
|
||||
* Simplify tests for schema_extra_example.
|
||||
* Simplify tests for request_model.
|
||||
* Simplify tests for request_forms_and_files.
|
||||
* Simplify tests for request_forms.
|
||||
* Simplify tests for path_query_params.
|
||||
* Simplify tests for path_operation_configurations.
|
||||
* Simplify tests for header_params.
|
||||
* Simplify tests for extra_models.
|
||||
* Simplify tests for extra_data_types.
|
||||
* Simplify tests for cookie_params.
|
||||
* Simplify tests for dependencies.
|
||||
* Simplify tests for body_updates.
|
||||
* Simplify tests for body_nested_models.
|
||||
* Simplify tests for body_multiple_params.
|
||||
* Simplify tests for body_fields.
|
||||
* Simplify tests for body.
|
||||
* Simplify tests for bigger_applications.
|
||||
* Simplify tests for background_tasks.
|
||||
* Simplify tests for additional_status_codes.
|
||||
* Update Strawberry integration docs.
|
||||
* Remove unused Peewee tutorial files.
|
||||
* Update image in body-nested-model docs.
|
||||
* Update `fastapi-cli` UI examples in docs.
|
||||
* Add new GitHub Action to update contributors, translators, and translation reviewers.
|
||||
* Fix typo in `docs/en/docs/virtual-environments.md`.
|
||||
* Fix error in `docs/en/docs/contributing.md`.
|
||||
* Minor corrections in `docs/en/docs/tutorial/sql-databases.md`.
|
||||
* Update includes in `docs/ru/docs/tutorial/query-param-models.md`.
|
||||
* Fix typo in README installation instructions.
|
||||
* Update docs for `fastapi-cli`.
|
||||
* Update Portuguese Translation for `docs/pt/docs/tutorial/request-forms.md`.
|
||||
* Update Portuguese translation for `docs/pt/docs/advanced/settings.md`.
|
||||
* Add Portuguese translation for `docs/pt/docs/tutorial/security/oauth2-jwt.md`.
|
||||
* Add Indonesian translation for `docs/id/docs/index.md`.
|
||||
* Add Indonesian translation for `docs/id/docs/tutorial/static-files.md`.
|
||||
* Add Portuguese translation for `docs/pt/docs/tutorial/security/get-current-user.md`.
|
||||
* Remove Wrong Portuguese translations location for `docs/pt/docs/advanced/benchmarks.md`.
|
||||
* Update Portuguese translations.
|
||||
* Update Russian translation for `docs/ru/docs/tutorial/security/first-steps.md`.
|
||||
* Delete unnecessary backspace in `docs/ja/docs/tutorial/path-params-numeric-validations.md`.
|
||||
* Update Chinese translation for `docs/zh/docs/fastapi-cli.md`.
|
||||
* Add new Spanish translations for all docs with new LLM-assisted system using PydanticAI.
|
||||
* Update existing Spanish translations using the new LLM-assisted system using PydanticAI.
|
||||
* Update Chinese translation for `docs/zh/docs/advanced/security/oauth2-scopes.md`.
|
||||
* Add Indonesian translation for `docs/id/docs/tutorial/path-params.md`.
|
||||
* Add Korean translation for `docs/ko/docs/tutorial/sql-databases.md`.
|
||||
* Update Chinese translation for `docs/zh/docs/async.md`.
|
||||
* Add Chinese translation for `docs/zh/docs/advanced/openapi-webhooks.md`.
|
||||
* Add Chinese translation for `docs/zh/docs/advanced/async-tests.md`.
|
||||
* Add Ukrainian translation for `docs/uk/docs/fastapi-cli.md`.
|
||||
* Add Chinese translation for `docs/zh/docs/advanced/events.md`.
|
||||
* Add Russian translation for `/docs/ru/docs/tutorial/sql-databases.md`.
|
||||
* Update Chinese translation for `docs/zh/docs/advanced/testing-dependencies.md`.
|
||||
* Update Traditional Chinese translation for `docs/zh-hant/docs/tutorial/index.md`.
|
||||
* Add Chinese translation for `docs/zh/docs/tutorial/sql-databases.md`.
|
||||
* Update Chinese translation for `docs/zh/docs/tutorial/query-params-str-validations.md`.
|
||||
* Add Chinese translation for `docs/zh/docs/tutorial/header-param-models.md`.
|
||||
* Update Chinese translation for `docs/zh/docs/tutorial/path-params.md`.
|
||||
* Update Chinese translation for `docs/zh/docs/tutorial/first-steps.md`.
|
||||
* Update Russian translation for `docs/ru/docs/deployment/docker.md`.
|
||||
* Add Portuguese translation for `docs/pt/docs/advanced/generate-clients.md`.
|
||||
* Add Indonesian translation for `docs/id/docs/tutorial/first-steps.md`.
|
||||
* Add Chinese translation for `docs/zh/docs/tutorial/cookie-param-models.md`.
|
||||
* Add Chinese translation for `docs/zh/docs/tutorial/request-form-models.md`.
|
||||
* Add Russian translation for `docs/ru/docs/virtual-environments.md`.
|
||||
* Add Korean translation for `docs/ko/docs/tutorial/testing.md`.
|
||||
* Add Korean translation for `docs/ko/docs/advanced/async-test.md`.
|
||||
* Add Russian translation for `docs/ru/docs/tutorial/security/oauth2-jwt.md`.
|
||||
* Add Russian translation for `docs/ru/docs/tutorial/security/simple-oauth2.md`.
|
||||
* Add Russian translation for `docs/ru/docs/tutorial/security/get-current-user.md`.
|
||||
* Add Traditional Chinese translation for `docs/zh-hant/docs/features.md`.
|
||||
* Add Traditional Chinese translation for `docs/zh-hant/docs/virtual-environments.md`.
|
||||
* Add Korean translation for `docs/ko/docs/advanced/templates.md`.
|
||||
* Add Russian translation for `docs/ru/docs/fastapi-cli.md`.
|
||||
* Add Korean translation for `docs/ko/docs/tutorial/cookie-param-models.md`.
|
||||
* Add Korean translation for `docs/ko/docs/tutorial/header-param-models.md`.
|
||||
* Add Korean translation for `docs/ko/docs/tutorial/request-form-models.md`.
|
||||
* Add Korean translation for `docs/ko/docs/tutorial/request-forms.md`.
|
||||
* Add Korean translation for `docs/ko/docs/resources/index.md`.
|
||||
* Add Korean translation for `docs/ko/docs/how-to/configure-swagger-ui.md`.
|
||||
* Add Korean translation to `docs/ko/docs/advanced/additional-status-codes.md`.
|
||||
* Add Traditional Chinese translation for `docs/zh-hant/docs/tutorial/first-steps.md`.
|
||||
* Add Pydantic 2 trove classifier.
|
||||
* Update FastAPI People - Sponsors.
|
||||
* Refactor FastAPI People Sponsors to use 2 tokens.
|
||||
* Update token for FastAPI People - Sponsors.
|
||||
* Add independent CI automation for FastAPI People - Sponsors.
|
||||
* Add retries to Smokeshow.
|
||||
* Update Speakeasy sponsor graphic.
|
||||
* Update FastAPI GitHub topic repositories.
|
||||
* Add script for GitHub Topic Repositories and update External Links.
|
||||
* Update FastAPI People - Contributors and Translators.
|
||||
* Bump markdown-include-variants from 0.0.3 to 0.0.4.
|
||||
* Bump inline-snapshot from 0.14.0 to 0.18.1.
|
||||
* Bump mkdocs-macros-plugin from 1.0.5 to 1.3.7.
|
||||
* Add internal scripts to generate language translations with PydanticAI, include Spanish prompt.
|
||||
* Bump astral-sh/setup-uv from 4 to 5.
|
||||
* Update sponsors: rename CryptAPI to BlockBee.
|
||||
* Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3.
|
||||
* Bump types-ujson from 5.7.0.1 to 5.10.0.20240515.
|
||||
* Bump black from 24.3.0 to 24.10.0.
|
||||
* Bump inline-snapshot from 0.13.0 to 0.14.0.
|
||||
* Bump dirty-equals from 0.6.0 to 0.8.0.
|
||||
* Bump cloudflare/wrangler-action from 3.12 to 3.13.
|
||||
* Bump astral-sh/setup-uv from 3 to 4.
|
||||
* Remove duplicate actions/checkout in `notify-translations.yml`.
|
||||
* Update team members.
|
||||
* Update sponsors: remove Codacy.
|
||||
- Refresh remove-classifiers.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 14:51:37 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-fastapi
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%bcond_with ringdisabled
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-fastapi
|
||||
Version: 0.115.6
|
||||
Version: 0.115.8
|
||||
Release: 0
|
||||
Summary: FastAPI framework
|
||||
License: MIT
|
||||
@ -31,13 +31,13 @@ Patch0: remove-classifiers.patch
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pydantic-settings >= 2.0.0}
|
||||
BuildRequires: %{python_module starlette >= 0.40.0 with %python-starlette < 0.42.0}
|
||||
BuildRequires: %{python_module starlette >= 0.40.0 with %python-starlette < 0.46.0}
|
||||
BuildRequires: %{python_module typing_extensions >= 4.8.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pydantic >= 1.8.2
|
||||
Requires: python-typing_extensions >= 4.8.0
|
||||
Requires: (python-starlette >= 0.40.0 with python-starlette < 0.42.0)
|
||||
Requires: (python-starlette >= 0.40.0 with python-starlette < 0.46.0)
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
@ -52,7 +52,7 @@ BuildRequires: %{python_module coverage}
|
||||
BuildRequires: %{python_module dirty-equals}
|
||||
BuildRequires: %{python_module httpx >= 0.23.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-multipart >= 0.0.7}
|
||||
BuildRequires: %{python_module python-multipart >= 0.0.18}
|
||||
BuildRequires: %{python_module trio}
|
||||
%if !%{with ringdisabled}
|
||||
BuildRequires: %{python_module aiosqlite}
|
||||
|
@ -1,13 +1,13 @@
|
||||
Index: fastapi-0.95.1/pyproject.toml
|
||||
===================================================================
|
||||
--- fastapi-0.95.1.orig/pyproject.toml
|
||||
+++ fastapi-0.95.1/pyproject.toml
|
||||
@@ -27,8 +27,6 @@ classifiers = [
|
||||
diff -Nru fastapi-0.115.8.orig/pyproject.toml fastapi-0.115.8/pyproject.toml
|
||||
--- fastapi-0.115.8.orig/pyproject.toml 2025-01-30 15:06:26.874525500 +0100
|
||||
+++ fastapi-0.115.8/pyproject.toml 2025-02-07 12:00:18.048128044 +0100
|
||||
@@ -29,9 +29,6 @@
|
||||
"Environment :: Web Environment",
|
||||
"Framework :: AsyncIO",
|
||||
"Framework :: FastAPI",
|
||||
- "Framework :: Pydantic",
|
||||
- "Framework :: Pydantic :: 1",
|
||||
- "Framework :: Pydantic :: 2",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
|
Loading…
x
Reference in New Issue
Block a user