- restrit to pydantic 1.x

- Update to version 2.1.0
- Update to version 2.0.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versioningit?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2024-03-13 10:11:39 +00:00 committed by Git OBS Bridge
parent 7e945f459a
commit 8a70ac11ce
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 13 10:11:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- restrit to pydantic 1.x
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 12 01:30:01 UTC 2023 - Tejas Guruswamy <tejas.guruswamy@opensuse.org> Sun Feb 12 01:30:01 UTC 2023 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-versioningit # spec file for package python-versioningit
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -38,7 +38,7 @@ BuildRequires: python3 >= 3.7
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module packaging} BuildRequires: %{python_module packaging}
BuildRequires: %{python_module build} BuildRequires: %{python_module build}
BuildRequires: %{python_module pydantic} BuildRequires: %{python_module pydantic < 2}
BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
@ -59,7 +59,7 @@ Requires: alts
BuildRequires: alts BuildRequires: alts
%else %else
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun):update-alternatives Requires(postun): update-alternatives
%endif %endif
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages