diff --git a/graphql-core-3.1.1.tar.gz b/graphql-core-3.1.1.tar.gz deleted file mode 100644 index c5218fb..0000000 --- a/graphql-core-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fdc57d08f4492f06b21f3d487311e88fa8c33e0ac1e2d74ec79fb411ceba64a -size 481850 diff --git a/graphql-core-3.1.2.tar.gz b/graphql-core-3.1.2.tar.gz new file mode 100644 index 0000000..4a8167c --- /dev/null +++ b/graphql-core-3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c056424cbdaa0ff67446e4379772f43746bad50a44ec23d643b9bdcd052f5b3a +size 487634 diff --git a/python-graphql-core.changes b/python-graphql-core.changes index a859b87..38ba73f 100644 --- a/python-graphql-core.changes +++ b/python-graphql-core.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jan 25 02:15:12 UTC 2021 - John Vandenberg + +- Update to v3.1.2 + * match GrapqhQL.js v15.1.0 + * Use proper type hints for serializers + * Add @SpecifiedBy directive + * Simplify get_operation_type_node function + * Simplify monkey-patching the did_you_mean function + * Add enum type for visitor return values + * Add all missing type definitions + * Switch to SDL for validation tests + * Support visitors with class and static methods + * block_string: print multi line for trailing backslash + * test_block_string: add fuzzing test for 'print_block_string' + * Simplify gen_fuzz_strings using itertools + * Make documentation for get_field_def more accurate + * Lists in AST nodes should not be optional + * Add test for custom scalars + * build_ast_schema: pass empty schema as literal + ------------------------------------------------------------------- Sat Jun 6 07:24:00 UTC 2020 - John Vandenberg diff --git a/python-graphql-core.spec b/python-graphql-core.spec index 983614e..6633d66 100644 --- a/python-graphql-core.spec +++ b/python-graphql-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-graphql-core # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-graphql-core -Version: 3.1.1 +Version: 3.1.2 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 pytest-asyncio} +BuildRequires: %{python_module pytest-asyncio >= 0.14} BuildRequires: %{python_module pytest-benchmark >= 3.2} BuildRequires: %{python_module setuptools} BuildRequires: fdupes