diff --git a/graphql-core-3.2.3.tar.gz b/graphql-core-3.2.3.tar.gz deleted file mode 100644 index 4879b8b..0000000 --- a/graphql-core-3.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06d2aad0ac723e35b1cb47885d3e5c45e956a53bc1b209a9fc5369007fe46676 -size 529552 diff --git a/graphql_core-3.2.5.tar.gz b/graphql_core-3.2.5.tar.gz new file mode 100644 index 0000000..d12af33 --- /dev/null +++ b/graphql_core-3.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e671b90ed653c808715645e3998b7ab67d382d55467b7e2978549111bbabf8d5 +size 504664 diff --git a/python-graphql-core.changes b/python-graphql-core.changes index 8fa16e4..bd751bc 100644 --- a/python-graphql-core.changes +++ b/python-graphql-core.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Nov 13 11:03:21 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 3.2.5 + * Patch-release GraphQL-core v3.2.5, based on GraphQL.js v16.8.2. + * This patch-release supports Python 3.6 to 3.13. +- from version 3.2.4 + * Patch-release GraphQL-core v3.2.4, based on GraphQL.js v16.8.2. + * This patch-release supports Python 3.6 to 3.12 and includes these changes: + + Fix invalid original_error propagation in custom scalars + + Fix performance degradation in OverlappingFieldsCanBeMergedRule + + Support fourfold nested lists in introspection + + Avoid various deprecation warnings with newer Python versions +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Tue Jun 13 12:09:58 UTC 2023 - ecsos diff --git a/python-graphql-core.spec b/python-graphql-core.spec index 3d44534..714599c 100644 --- a/python-graphql-core.spec +++ b/python-graphql-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-graphql-core # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-graphql-core -Version: 3.2.3 +Version: 3.2.5 Release: 0 Summary: GraphQL implementation for Python License: MIT Group: Development/Languages/Python URL: https://github.com/graphql-python/graphql-core -Source: https://files.pythonhosted.org/packages/source/g/graphql-core/graphql-core-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/g/graphql_core/graphql_core-%{version}.tar.gz BuildRequires: %{python_module pytest-asyncio >= 0.14} BuildRequires: %{python_module pytest-benchmark >= 3.2} BuildRequires: %{python_module setuptools} @@ -40,7 +40,7 @@ GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL. %prep -%setup -q -n graphql-core-%{version} +%setup -q -n graphql_core-%{version} %build %python_build