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 2021-01-25 18:24:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-graphene (Old) and /work/SRC/openSUSE:Factory/.python-graphene.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-graphene" Mon Jan 25 18:24:37 2021 rev:3 rq:866510 version:3.0.0b7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-graphene/python-graphene.changes 2020-06-15 20:32:56.002888845 +0200 +++ /work/SRC/openSUSE:Factory/.python-graphene.new.28504/python-graphene.changes 2021-01-25 18:25:09.500562783 +0100 @@ -1,0 +2,23 @@ +Mon Jan 25 01:50:46 UTC 2021 - John Vandenberg <jay...@gmail.com> + +- Adjust test invocation to fix builds +- Remove dependency on Unidecode and add minimum dependency versions +- Update to v3.0.0b7 + * fix(Decimal): parse integers as decimal +- from v3.0.0b6 + * Fix subscribe with arguments + * Add BigInt type + * Add UnforgivingExecutionContext +- from v3.0.0b5 + * Subscription revamp +- from v3.0.0b4 + * Improve enum compatibility + * Rename variables called type to type_ + * Fix ObjectType meta arguments + * Add Base64 scalar + * Pin graphql-core to >v3.1.2 +- from v3.0.0b3 + * Fix DateTime Scalar parse_literal methods + * Remove to_const function + +------------------------------------------------------------------- Old: ---- graphene-3.0.0b2.tar.gz New: ---- graphene-3.0.0b7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-graphene.spec ++++++ --- /var/tmp/diff_new_pack.YxbC2h/_old 2021-01-25 18:25:10.232563847 +0100 +++ /var/tmp/diff_new_pack.YxbC2h/_new 2021-01-25 18:25:10.232563847 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-graphene # -# 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,17 +19,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-graphene -Version: 3.0.0b2 +Version: 3.0.0b7 Release: 0 Summary: GraphQL Framework for Python License: MIT Group: Development/Languages/Python URL: https://github.com/graphql-python/graphene Source: https://github.com/graphql-python/graphene/archive/v%{version}.tar.gz#/graphene-%{version}.tar.gz -BuildRequires: %{python_module Unidecode} -BuildRequires: %{python_module aniso8601} -BuildRequires: %{python_module graphql-core} -BuildRequires: %{python_module graphql-relay} +BuildRequires: %{python_module aniso8601 >= 8} +BuildRequires: %{python_module graphql-core >= 3.1.2} +BuildRequires: %{python_module graphql-relay >= 3.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module promise} BuildRequires: %{python_module pytest-asyncio} @@ -41,10 +40,9 @@ BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Unidecode -Requires: python-aniso8601 -Requires: python-graphql-core -Requires: python-graphql-relay +Requires: python-aniso8601 >= 8 +Requires: python-graphql-core >= 3.1.2 +Requires: python-graphql-relay >= 3.0 Requires: python-six BuildArch: noarch %python_subpackages @@ -65,7 +63,7 @@ %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 -k 'not examples' +%pytest --ignore examples %files %{python_files} %doc README.rst ++++++ graphene-3.0.0b2.tar.gz -> graphene-3.0.0b7.tar.gz ++++++ ++++ 2970 lines of diff (skipped)