diff --git a/graphql_core-3.2.5.tar.gz b/graphql_core-3.2.5.tar.gz deleted file mode 100644 index d12af33..0000000 --- a/graphql_core-3.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e671b90ed653c808715645e3998b7ab67d382d55467b7e2978549111bbabf8d5 -size 504664 diff --git a/graphql_core-3.2.6.tar.gz b/graphql_core-3.2.6.tar.gz new file mode 100644 index 0000000..aa0c6c5 --- /dev/null +++ b/graphql_core-3.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08eec22f9e40f0bd61d805907e3b3b1b9a320bc606e23dc145eebca07c8fbab +size 505353 diff --git a/python-graphql-core.changes b/python-graphql-core.changes index bd751bc..34ab353 100644 --- a/python-graphql-core.changes +++ b/python-graphql-core.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Feb 4 11:15:23 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.2.6 + * Alpha release GraphQL-core v3.3.0a7, based on GraphQL.js v17.0.0a3. + * Notable improvements since the last alpha release: + + This release also supports Python 3.13 + + New incremental response format using id and subPath and pending notifications + + OneOf Input Objects via @oneOf directive + + Speedup sorting and building/extending schema + + Support for fourfold nested lists in introspection + + Transform input objects used as default values (#206) + + Support deep copy of schema with directive with arg of custom type (#210) + + Allow injecting custom data to custom execution context (#226) + + ValidationAbortedError can now be imported (#227) + + Benchmarking with CodSpeed (#230) + ------------------------------------------------------------------- Wed Nov 13 11:03:21 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-graphql-core.spec b/python-graphql-core.spec index 714599c..d163e5f 100644 --- a/python-graphql-core.spec +++ b/python-graphql-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-graphql-core # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,19 @@ # -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-graphql-core -Version: 3.2.5 +Version: 3.2.6 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 +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest-asyncio >= 0.14} BuildRequires: %{python_module pytest-benchmark >= 3.2} -BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Conflicts: python-graphql @@ -43,10 +43,10 @@ the JavaScript reference implementation for GraphQL. %setup -q -n graphql_core-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,6 +55,7 @@ the JavaScript reference implementation for GraphQL. %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/graphql +%{python_sitelib}/graphql_core-%{version}*info %changelog