15
0

Accepting request 1008359 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1008359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphql-relay?expand=0&rev=3
This commit is contained in:
2022-10-07 23:22:48 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:127f40913f11cb847452ef794931261aae3b222eaaf976f7c8430298534e54d3
size 49817

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ff1c51298356e481a0be009ccdff249832ce53f30559c1338f22a0e0d17250c
size 50027

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 6 03:45:34 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Update dependency version of graphql-core
-------------------------------------------------------------------
Tue Oct 4 07:35:27 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Update to version 3.2.0
* Switch to GraphQL-core 3.2
- Remove python-six dependency
-------------------------------------------------------------------
Sun May 22 12:49:28 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@@ -19,25 +19,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-graphql-relay
Version: 3.1.5
Version: 3.2.0
Release: 0
Summary: Relay implementation for Python
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}
BuildRequires: %{python_module pytest-describe}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-promise
Requires: python-six
Requires: (python-graphql-core >= 3.1 and python-graphql-core < 3.2)
Requires: (python-graphql-core >= 3.2)
BuildArch: noarch
%python_subpackages
@@ -63,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