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 2024-11-13 15:29:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphql-core (Old)
and /work/SRC/openSUSE:Factory/.python-graphql-core.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-graphql-core"
Wed Nov 13 15:29:46 2024 rev:7 rq:1223920 version:3.2.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-graphql-core/python-graphql-core.changes
2023-06-14 16:32:02.119462490 +0200
+++
/work/SRC/openSUSE:Factory/.python-graphql-core.new.2017/python-graphql-core.changes
2024-11-13 15:30:12.362086187 +0100
@@ -1,0 +2,15 @@
+Wed Nov 13 11:03:21 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
graphql-core-3.2.3.tar.gz
New:
----
graphql_core-3.2.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-graphql-core.spec ++++++
--- /var/tmp/diff_new_pack.r1lrqw/_old 2024-11-13 15:30:12.778103580 +0100
+++ /var/tmp/diff_new_pack.r1lrqw/_new 2024-11-13 15:30:12.778103580 +0100
@@ -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 @@
the JavaScript reference implementation for GraphQL.
%prep
-%setup -q -n graphql-core-%{version}
+%setup -q -n graphql_core-%{version}
%build
%python_build