Accepting request 1087524 from home:david.anes:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1087524 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=39
This commit is contained in:
parent
0ad578b6d6
commit
7fc5d792b4
BIN
fastapi-0.95.1.tar.gz
(Stored with Git LFS)
BIN
fastapi-0.95.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
fastapi-0.95.2.tar.gz
Normal file
3
fastapi-0.95.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d9d3e8c71c73f11874bcf5e33626258d143252e329a01002f767306c64fb982
|
||||
size 10298529
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 07:38:30 UTC 2023 - David Anes <david.anes@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user