Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-graphene for openSUSE:Factory
checked in at 2022-01-11 21:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphene (Old)
and /work/SRC/openSUSE:Factory/.python-graphene.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-graphene"
Tue Jan 11 21:19:58 2022 rev:4 rq:945512 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-graphene/python-graphene.changes
2021-01-25 18:25:09.500562783 +0100
+++
/work/SRC/openSUSE:Factory/.python-graphene.new.1892/python-graphene.changes
2022-01-11 21:24:08.165164203 +0100
@@ -1,0 +2,7 @@
+Tue Jan 11 03:34:27 UTC 2022 - John Vandenberg <[email protected]>
+
+- Skip two tests with different output on Python 3.10
+- Update to v3.0.0
+ * See https://github.com/graphql-python/graphene/wiki/v3-release-notes
+
+-------------------------------------------------------------------
Old:
----
graphene-3.0.0b7.tar.gz
New:
----
graphene-3.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-graphene.spec ++++++
--- /var/tmp/diff_new_pack.gf91Xl/_old 2022-01-11 21:24:08.697164577 +0100
+++ /var/tmp/diff_new_pack.gf91Xl/_new 2022-01-11 21:24:08.705164583 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-graphene
#
-# 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-graphene
-Version: 3.0.0b7
+Version: 3.0.0
Release: 0
Summary: GraphQL Framework for Python
License: MIT
@@ -63,11 +63,15 @@
%check
# The example depend on snapshottest, which is a bit messy to package as of
v0.5.1
# https://github.com/syrusakbary/snapshottest/pull/114
-%pytest --ignore examples
+
+# test_objecttype_as_container_extra_args and
test_objecttype_as_container_invalid_kwargs
+# have slightly different output on Python 3.10, that the tests do not expect
+# https://github.com/graphql-python/graphene/issues/1400
+%pytest --ignore examples -k 'not (test_objecttype_as_container_extra_args or
test_objecttype_as_container_invalid_kwargs)'
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/*graphene*/
%changelog
++++++ graphene-3.0.0b7.tar.gz -> graphene-3.0.0.tar.gz ++++++
++++ 1952 lines of diff (skipped)