Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-graphql-core for
openSUSE:Factory checked in at 2021-01-25 18:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphql-core (Old)
and /work/SRC/openSUSE:Factory/.python-graphql-core.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-graphql-core"
Mon Jan 25 18:24:39 2021 rev:2 rq:866511 version:3.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-graphql-core/python-graphql-core.changes
2020-06-09 00:05:26.757457072 +0200
+++
/work/SRC/openSUSE:Factory/.python-graphql-core.new.28504/python-graphql-core.changes
2021-01-25 18:25:11.980566389 +0100
@@ -1,0 +2,21 @@
+Mon Jan 25 02:15:12 UTC 2021 - John Vandenberg <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
graphql-core-3.1.1.tar.gz
New:
----
graphql-core-3.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-graphql-core.spec ++++++
--- /var/tmp/diff_new_pack.yRD0wp/_old 2021-01-25 18:25:12.672567394 +0100
+++ /var/tmp/diff_new_pack.yRD0wp/_new 2021-01-25 18:25:12.676567400 +0100
@@ -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
++++++ graphql-core-3.1.1.tar.gz -> graphql-core-3.1.2.tar.gz ++++++
++++ 10137 lines of diff (skipped)