15
0

Accepting request 1008319 from home:jayvdb:branches:devel:languages:python

- Update dependency version of graphql-core

OBS-URL: https://build.opensuse.org/request/show/1008319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-relay?expand=0&rev=7
This commit is contained in:
2022-10-06 08:59:42 +00:00
committed by Git OBS Bridge
parent 53ef33adca
commit a465e6082c
2 changed files with 8 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/graphql-python/graphql-relay-py
Source: https://files.pythonhosted.org/packages/source/g/graphql-relay/graphql-relay-%{version}.tar.gz
BuildRequires: %{python_module graphql-core >= 3.1}
BuildRequires: %{python_module graphql-core >= 3.2}
BuildRequires: %{python_module promise}
BuildRequires: %{python_module pytest >= 6.2}
BuildRequires: %{python_module pytest-asyncio}
@@ -35,7 +35,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-promise
Requires: (python-graphql-core >= 3.1 and python-graphql-core < 3.2)
Requires: (python-graphql-core >= 3.2)
BuildArch: noarch
%python_subpackages
@@ -61,6 +61,6 @@ the GraphQL Python reference implementation of a GraphQL server.
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/graphql[-_]relay*/
%changelog