Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fastapi for openSUSE:Factory checked in at 2023-02-13 16:39:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fastapi (Old) and /work/SRC/openSUSE:Factory/.python-fastapi.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastapi" Mon Feb 13 16:39:23 2023 rev:12 rq:1064387 version:0.91.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fastapi/python-fastapi.changes 2023-01-14 20:30:56.316936774 +0100 +++ /work/SRC/openSUSE:Factory/.python-fastapi.new.1848/python-fastapi.changes 2023-02-13 16:41:29.831575174 +0100 @@ -1,0 +2,45 @@ +Fri Feb 10 18:09:02 UTC 2023 - David Anes <david.a...@suse.com> + +- Update to 0.91.0: + * Upgrades + - Upgrade Starlette version to 0.24.0 and refactor internals for + compatibility. This can solve nuanced errors when using + middlewares. Before Starlette 0.24.0, a new instance of each + middleware class would be created when a new middleware was + added. That normally was not a problem, unless the middleware + class expected to be created only once, with only one + instance, that happened in some cases. This upgrade would + solve those cases. Now the middleware class instances are + created once, right before the first request (the first time + the app is called). If you depended on that previous behavior, + you might need to update your code. As always, make sure your + tests pass before merging the upgrade. + +- Update to 0.90.1: + * Upgrades + - Upgrade Starlette range to allow 0.23.1. + * Docs + - Tweak wording to clarify docs/en/docs/project-generation.md. + - Update Pydantic GitHub URLs. + - Add opinion from Cisco. + * Translations + - Add Russian translation for docs/ru/docs/tutorial/cookie-params.md + +- Update to 0.90.0: + * Upgrades + - Bump Starlette from 0.22.0 to 0.23.0. + * Docs + - Add article "Tortoise ORM / FastAPI æ´åå¿«éçè¨" to External + Links. + - Update FastAPI People. + - Micro-tweak help docs. + - Update new issue chooser to direct to GitHub Discussions. + - Recommend GitHub Discussions for questions. + * Translations + - Add Russian translation for docs/ru/docs/tutorial/body-fields.md. + - Add Russian translation for docs/ru/docs/help-fastapi.md. + - Add Portuguese translation for docs/pt/docs/tutorial/static-files.md. + - Add Portuguese translation for docs/pt/docs/tutorial/encoder.md. + - Add Russian translation for docs/ru/docs/contributing.md. + +------------------------------------------------------------------- Old: ---- fastapi-0.89.1.tar.gz New: ---- fastapi-0.91.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fastapi.spec ++++++ --- /var/tmp/diff_new_pack.rPwMpI/_old 2023-02-13 16:41:30.411578928 +0100 +++ /var/tmp/diff_new_pack.rPwMpI/_new 2023-02-13 16:41:30.415578954 +0100 @@ -19,7 +19,7 @@ # Keep extra test requirements out of Ring1 %bcond_with ringdisabled Name: python-fastapi -Version: 0.89.1 +Version: 0.91.0 Release: 0 Summary: FastAPI framework License: MIT @@ -33,7 +33,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pydantic >= 1.8.2 -Requires: python-starlette >= 0.22.0 +Requires: python-starlette >= 0.24.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} ++++++ fastapi-0.89.1.tar.gz -> fastapi-0.91.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-fastapi/fastapi-0.89.1.tar.gz /work/SRC/openSUSE:Factory/.python-fastapi.new.1848/fastapi-0.91.0.tar.gz differ: char 13, line 1