Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-graphene-django for openSUSE:Factory checked in at 2021-01-28 21:29:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-graphene-django (Old) and /work/SRC/openSUSE:Factory/.python-graphene-django.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-graphene-django" Thu Jan 28 21:29:08 2021 rev:3 rq:867459 version:3.0.0b7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-graphene-django/python-graphene-django.changes 2020-09-03 01:18:37.136569062 +0200 +++ /work/SRC/openSUSE:Factory/.python-graphene-django.new.28504/python-graphene-django.changes 2021-01-28 21:29:09.504260832 +0100 @@ -1,0 +2,9 @@ +Thu Jan 28 11:18:35 UTC 2021 - John Vandenberg <jay...@gmail.com> + +- Remove build dependency on pytest-runner +- Add minimum version dependencies +- Add Suggests for DRF and django-filter +- Update to v3.0.0b7 + * See https://github.com/graphql-python/graphene-django/compare/v3.0.0b3...v3.0.0b7 + +------------------------------------------------------------------- Old: ---- graphene-django-3.0.0b3.tar.gz New: ---- graphene-django-3.0.0b7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-graphene-django.spec ++++++ --- /var/tmp/diff_new_pack.hqoxEQ/_old 2021-01-28 21:29:10.176261842 +0100 +++ /var/tmp/diff_new_pack.hqoxEQ/_new 2021-01-28 21:29:10.180261848 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-graphene-django # -# 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,33 +19,38 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-graphene-django -Version: 3.0.0b3 +Version: 3.0.0b7 Release: 0 Summary: Graphene Django integration License: MIT Group: Development/Languages/Python URL: https://github.com/graphql-python/graphene-django Source: https://github.com/graphql-python/graphene-django/archive/v%{version}.tar.gz#/graphene-django-%{version}.tar.gz -BuildRequires: %{python_module Django} -BuildRequires: %{python_module django-filter} -BuildRequires: %{python_module djangorestframework} -BuildRequires: %{python_module graphene} -BuildRequires: %{python_module graphql-core} +BuildRequires: %{python_module Django >= 2.2} +BuildRequires: %{python_module django-filter >= 2} +BuildRequires: %{python_module djangorestframework >= 3.6.3} +BuildRequires: %{python_module graphene >= 3.0.0b5} +BuildRequires: %{python_module graphql-core >= 3.1.0} BuildRequires: %{python_module graphql-relay} BuildRequires: %{python_module mock} -BuildRequires: %{python_module pytest-django} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module promise >= 2.1} +BuildRequires: %{python_module psycopg2} +BuildRequires: %{python_module pytest-django >= 3.3.2} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module text-unidecode} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: tree -Requires: python-Django -Requires: python-graphene -Requires: python-graphql-core +Requires: python-Django >= 2.2 +Requires: python-graphene >= 3.0.0b5 +Requires: python-graphql-core >= 3.1.0 Requires: python-graphql-relay -Requires: python-promise +Requires: python-promise >= 2.1 Requires: python-six +Requires: python-text-unidecode +Suggests: python-django-filter >= 2 +Suggests: python-djangorestframework >= 3.6.3 BuildArch: noarch %python_subpackages @@ -55,6 +60,7 @@ %prep %setup -q -n graphene-django-%{version} rm setup.cfg +sed -i '/pytest-runner/d' setup.py %build %python_build @@ -64,8 +70,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -PYTHONPATH=. -export DJANGO_SETTINGS_MODULE=django_test_settings +PYTHONPATH=${PWD} +export DJANGO_SETTINGS_MODULE=examples.django_test_settings %pytest %files %{python_files} ++++++ graphene-django-3.0.0b3.tar.gz -> graphene-django-3.0.0b7.tar.gz ++++++ ++++ 4638 lines of diff (skipped)