From 53ef33adca44b9ee8d2d3b731148cd89ecbdbfcd95f0f62aabbc547f114849e8 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 4 Oct 2022 07:45:06 +0000 Subject: [PATCH 1/2] - Update to version 3.2.0 * Switch to GraphQL-core 3.2 - Remove python-six dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-relay?expand=0&rev=6 --- graphql-relay-3.1.5.tar.gz | 3 --- graphql-relay-3.2.0.tar.gz | 3 +++ python-graphql-relay.changes | 7 +++++++ python-graphql-relay.spec | 4 +--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 graphql-relay-3.1.5.tar.gz create mode 100644 graphql-relay-3.2.0.tar.gz diff --git a/graphql-relay-3.1.5.tar.gz b/graphql-relay-3.1.5.tar.gz deleted file mode 100644 index c54e07e..0000000 --- a/graphql-relay-3.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:127f40913f11cb847452ef794931261aae3b222eaaf976f7c8430298534e54d3 -size 49817 diff --git a/graphql-relay-3.2.0.tar.gz b/graphql-relay-3.2.0.tar.gz new file mode 100644 index 0000000..2405a36 --- /dev/null +++ b/graphql-relay-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff1c51298356e481a0be009ccdff249832ce53f30559c1338f22a0e0d17250c +size 50027 diff --git a/python-graphql-relay.changes b/python-graphql-relay.changes index be0af31..6ca3aec 100644 --- a/python-graphql-relay.changes +++ b/python-graphql-relay.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 4 07:35:27 UTC 2022 - Daniel Garcia + +- 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 diff --git a/python-graphql-relay.spec b/python-graphql-relay.spec index 0e9f2e4..3673c59 100644 --- a/python-graphql-relay.spec +++ b/python-graphql-relay.spec @@ -19,7 +19,7 @@ %{?!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 @@ -32,11 +32,9 @@ 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) BuildArch: noarch %python_subpackages From a465e6082c19fc3d0e9ad7394d52a718b142060d87b5e03bde348295ebfbefac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 6 Oct 2022 08:59:42 +0000 Subject: [PATCH 2/2] 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 --- python-graphql-relay.changes | 5 +++++ python-graphql-relay.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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