Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-graphql-relay for
openSUSE:Factory checked in at 2022-05-23 15:51:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphql-relay (Old)
and /work/SRC/openSUSE:Factory/.python-graphql-relay.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-graphql-relay"
Mon May 23 15:51:49 2022 rev:2 rq:978593 version:3.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-graphql-relay/python-graphql-relay.changes
2020-06-09 00:05:28.533463372 +0200
+++
/work/SRC/openSUSE:Factory/.python-graphql-relay.new.2254/python-graphql-relay.changes
2022-05-23 15:51:54.750655815 +0200
@@ -1,0 +2,28 @@
+Sun May 22 12:49:28 UTC 2022 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 3.1.5
+ * Re-add deprecated module 'arrayconnection' for backwards
+ compatibility
+ * Export all useful names at the top level
+ * 'from_global_id' now works same as in relay-js
+ * unbase64 now returns an empty string on errors
+ * Use standard base64 implementation
+ * array_connection returns all elements if cursors are on the outside
+ * Allow mutations to return mappings
+ * hasPrevious/NextPage should not be optional
+ * Use same parameter names as in graphql/graphql_sync
+ * Avoid null payload in mutation
+ * Remove non-null restriction on clientMutationId field definitions
+ * Consistently use snake_case for filenames
+ * Do not raise an error when no clientMutationId is provided
+ * Added missing description for nodes field
+ * Added description to the pagination arguments
+ * Python 3.10 is now supported.
+- Update to version 3.1.0
+ * Compatible with graphql-core version 3.1.
+ * Implement SizedSliceable protocol
+ * Define protocols for connection type overrides
+ * Encode IDs using URL- and filesystem-safe alphabet
+ * Python 3.9 is now supported.
+
+-------------------------------------------------------------------
Old:
----
graphql-relay-3.0.0.tar.gz
New:
----
graphql-relay-3.1.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-graphql-relay.spec ++++++
--- /var/tmp/diff_new_pack.LeHyOA/_old 2022-05-23 15:51:55.250656287 +0200
+++ /var/tmp/diff_new_pack.LeHyOA/_new 2022-05-23 15:51:55.254656291 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-graphql-relay
#
-# Copyright (c) 2020 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,23 +19,25 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-graphql-relay
-Version: 3.0.0
+Version: 3.1.5
Release: 0
Summary: Relay implementation for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/graphql-python/graphql-relay-py
Source:
https://files.pythonhosted.org/packages/source/g/graphql-relay/graphql-relay-%{version}.tar.gz
-BuildRequires: %{python_module graphql-core}
+BuildRequires: %{python_module graphql-core >= 3.1}
BuildRequires: %{python_module promise}
+BuildRequires: %{python_module pytest >= 6.2}
BuildRequires: %{python_module pytest-asyncio}
+BuildRequires: %{python_module pytest-describe}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-graphql-core
Requires: python-promise
Requires: python-six
+Requires: (python-graphql-core >= 3.1 and python-graphql-core < 3.2)
BuildArch: noarch
%python_subpackages
++++++ graphql-relay-3.0.0.tar.gz -> graphql-relay-3.1.5.tar.gz ++++++
++++ 8736 lines of diff (skipped)