From df837be0794140b29986b41558380f10ca38965b513788f164ed08aca256225d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 23 May 2022 05:41:50 +0000 Subject: [PATCH] Accepting request 978551 from home:susnux:branches:devel:languages:python Update to 3.1.7 OBS-URL: https://build.opensuse.org/request/show/978551 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-core?expand=0&rev=6 --- graphql-core-3.1.2.tar.gz | 3 --- graphql-core-3.1.7.tar.gz | 3 +++ python-graphql-core.changes | 37 +++++++++++++++++++++++++++++++++++++ python-graphql-core.spec | 4 ++-- 4 files changed, 42 insertions(+), 5 deletions(-) delete mode 100644 graphql-core-3.1.2.tar.gz create mode 100644 graphql-core-3.1.7.tar.gz diff --git a/graphql-core-3.1.2.tar.gz b/graphql-core-3.1.2.tar.gz deleted file mode 100644 index 4a8167c..0000000 --- a/graphql-core-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c056424cbdaa0ff67446e4379772f43746bad50a44ec23d643b9bdcd052f5b3a -size 487634 diff --git a/graphql-core-3.1.7.tar.gz b/graphql-core-3.1.7.tar.gz new file mode 100644 index 0000000..c0ea46b --- /dev/null +++ b/graphql-core-3.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ec192150ccecd9a18cfb79e3e72eb7d1fd68fb594ef19c40099b6deec8ef0c +size 500452 diff --git a/python-graphql-core.changes b/python-graphql-core.changes index 38ba73f..2db63ad 100644 --- a/python-graphql-core.changes +++ b/python-graphql-core.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sun May 22 13:59:41 UTC 2022 - Ferdinand Thiessen + +- Update to 3.1.7 + * Patch based on GraphQL.js v15.8.0. + * Set enum value values to value names in build_client_schema + * Fix camel to snake case conversion with digits + * Preserve deprecation_reason on GraphQLInputFields + * Add missing __Directive.args(includeDeprecated) + * Fix original_error.extensions overriding extensions argument +- Update to 3.1.6 + * Patch release based on GraphQL.js v15.5.1. +- Update to 3.1.5 + * Default parse_literal of GraphQLScalarType now handles variables + * build_ast_schema now matches order of default types and directives + * Return formatted errors in formatted execution result + * The is_deprecated property is now deprecated itself + * Input fields and arguments can now be marked as deprecated + * Handle case when MapAsyncIterator is cancelled + * Improve return type for complete_list_value + * Replace resolved types in lexicographic schema sort + * EventEmitter helper class has been replaces by SimplePubSub + * print_ast now breaks arguments over multiple lines +- Update to 3.1.4 + * Fix enum values +- Update to 3.1.3 + * Python 3.9 is now officially suported by GraphQL-core. + * build_schema: allow to reference introspection types + * Custom validation rules for "no schema introspection" and "no deprecated" + * Added execute_sync() as synchronous version of execute() + * Support deep copy of GraphQL schema + * build_ast_schema now sets internal enum values + * Do not double-wrap resolver errors any more + * Use newer Sphinx version, fix for various autodoc issues + * Fix example in docstring of GraphQLUnionType + * Let default resolver check for Mapping instead of dict + ------------------------------------------------------------------- Mon Jan 25 02:15:12 UTC 2021 - John Vandenberg diff --git a/python-graphql-core.spec b/python-graphql-core.spec index 6633d66..3c0c7a4 100644 --- a/python-graphql-core.spec +++ b/python-graphql-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-graphql-core # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-graphql-core -Version: 3.1.2 +Version: 3.1.7 Release: 0 Summary: GraphQL implementation for Python License: MIT