diff --git a/fastapi-0.95.1.tar.gz b/fastapi-0.95.1.tar.gz deleted file mode 100644 index 5d257b3..0000000 --- a/fastapi-0.95.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9569f0a381f8a457ec479d90fa01005cfddaae07546eb1f3fa035bc4797ae7d5 -size 10045151 diff --git a/fastapi-0.95.2.tar.gz b/fastapi-0.95.2.tar.gz new file mode 100644 index 0000000..a103545 --- /dev/null +++ b/fastapi-0.95.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9d3e8c71c73f11874bcf5e33626258d143252e329a01002f767306c64fb982 +size 10298529 diff --git a/python-fastapi.changes b/python-fastapi.changes index cf2459d..1c8456a 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed May 17 07:38:30 UTC 2023 - David Anes + +- Update to version 0.95.2: + * Upgrade Starlette version to >=0.27.0 for a security release. + +- Translations + * Add Portuguese translation for docs/pt/docs/advanced/events.md + * Add Russian translation for docs/ru/docs/deployment/manually.md + * Add setup for translations to Lao + * Add Russian translation for docs/ru/docs/tutorial/testing.md + * Add Russian translation for docs/ru/docs/deployment/https.md + * Fix command to install requirements in Windows. + * Add French translation for docs/fr/docs/advanced/response-directly.m*. + * Initiate Czech translation setup. + * Fix typo in Portuguese docs for docs/pt/docs/index.md + * Add Russian translation for docs/ru/docs/tutorial/response-status-co*.md + ------------------------------------------------------------------- Sat May 6 15:45:38 UTC 2023 - Dirk Müller diff --git a/python-fastapi.spec b/python-fastapi.spec index 17a3d0c..dcb62a4 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -19,7 +19,7 @@ # Keep extra test requirements out of Ring1 %bcond_with ringdisabled Name: python-fastapi -Version: 0.95.1 +Version: 0.95.2 Release: 0 Summary: FastAPI framework License: MIT @@ -30,11 +30,11 @@ Patch0: remove-classifiers.patch BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module pydantic >= 1.8.2} -BuildRequires: %{python_module starlette >= 0.22.0} +BuildRequires: %{python_module starlette >= 0.27.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pydantic >= 1.8.2 -Requires: python-starlette >= 0.24.0 +Requires: python-starlette >= 0.27.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest}