diff --git a/python-graphql-relay.changes b/python-graphql-relay.changes index 6ca3aec..00ec64c 100644 --- a/python-graphql-relay.changes +++ b/python-graphql-relay.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 6 03:45:34 UTC 2022 - John Vandenberg + +- Update dependency version of graphql-core + ------------------------------------------------------------------- Tue Oct 4 07:35:27 UTC 2022 - Daniel Garcia diff --git a/python-graphql-relay.spec b/python-graphql-relay.spec index 3673c59..01a6da2 100644 --- a/python-graphql-relay.spec +++ b/python-graphql-relay.spec @@ -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