forked from pool/python-referencing
Accepting request 1238781 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 0.36.1 OBS-URL: https://build.opensuse.org/request/show/1238781 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-referencing?expand=0&rev=53
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-referencing
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-referencing%{psuffix}
|
||||
Version: 0.35.1
|
||||
Version: 0.36.1
|
||||
Release: 0
|
||||
Summary: JSON Referencing + Python
|
||||
License: MIT
|
||||
@@ -45,19 +45,23 @@ BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: git-core
|
||||
BuildRequires: python-rpm-macros
|
||||
# runtime dependencies
|
||||
BuildRequires: %{python_module attrs >= 24.3.0}
|
||||
BuildRequires: %{python_module rpds-py >= 0.22.3}
|
||||
BuildRequires: %{python_module typing_extensions >= 4.4.0 if %python-base < 3.13}
|
||||
%if %{with test}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module attrs >= 22.2.0}
|
||||
BuildRequires: %{python_module pytest >= 8.3.3}
|
||||
BuildRequires: %{python_module jsonschema-specifications}
|
||||
BuildRequires: %{python_module jsonschema}
|
||||
BuildRequires: %{python_module pytest-subtests}
|
||||
BuildRequires: %{python_module rpds-py >= 0.7.0}
|
||||
BuildRequires: %{python_module packaging >= 24.2}
|
||||
BuildRequires: %{python_module pytest-subtests >= 0.14.1}
|
||||
# /SECTION
|
||||
%endif
|
||||
BuildRequires: fdupes
|
||||
Requires: python-attrs >= 22.2.0
|
||||
Requires: python-rpds-py >= 0.7.0
|
||||
Requires: python-typing_extensions >= 4.4.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user