14
0

- Add patch support-pytest-8.patch:

* Support changes in pytest 8.x.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=51
This commit is contained in:
2024-05-30 04:57:46 +00:00
committed by Git OBS Bridge
parent 84df81fd33
commit 88c4e704d0
3 changed files with 390 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ Summary: Data validation and settings management using python type hintin
License: MIT
URL: https://github.com/pydantic/pydantic
Source: https://github.com/pydantic/pydantic/archive/v%{version}.tar.gz#/pydantic-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#pydantic/pydantic#9527
Patch0: support-pytest-8.patch
BuildRequires: %{python_module hatch-fancy-pypi-readme}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module packaging}