14
0

Accepting request 944129 from home:bnavigator:py310_nonring

Update for python310 compatibility.

This is resolvable in Factory/standard, but obviously not in snapshots yet.

OBS-URL: https://build.opensuse.org/request/show/944129
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=20
This commit is contained in:
2022-01-05 23:16:35 +00:00
committed by Git OBS Bridge
parent 35d63c53cf
commit cdd36c50e2
4 changed files with 24 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pydantic
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -17,10 +17,10 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-pydantic
Version: 1.8.2
Version: 1.9.0
Release: 0
Summary: Data validation and settings management using python type hinting
License: MIT
@@ -30,13 +30,12 @@ Source: https://github.com/samuelcolvin/pydantic/archive/v%{version}.tar
BuildRequires: %{python_module email_validator >= 1.0.3}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module dataclasses if %python-base < 3.7}
BuildRequires: %{python_module python-dotenv >= 0.10.4}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing_extensions >= 3.7.4.3}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: (python3-dataclasses if python3-base < 3.7)
BuildRequires: (python36-dataclasses if python36-base)
%if 0%{?python_version_nodots} == 36
Requires: python-dataclasses
%endif