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 2026-09-11 18:05:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphene-django (Old)
and /work/SRC/openSUSE:Factory/.python-graphene-django.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-graphene-django"
Fri Sep 11 18:05:42 2026 rev:12 rq:1377402 version:3.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-graphene-django/python-graphene-django.changes
2026-02-06 19:07:51.921831080 +0100
+++
/work/SRC/openSUSE:Factory/.python-graphene-django.new.1265/python-graphene-django.changes
2026-09-11 18:08:41.196306478 +0200
@@ -1,0 +2,5 @@
+Fri Sep 11 13:07:53 UTC 2026 - Markéta Machová <[email protected]>
+
+- Restrict to Django < 6
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-graphene-django.spec ++++++
--- /var/tmp/diff_new_pack.khh7bl/_old 2026-09-11 18:08:41.880335115 +0200
+++ /var/tmp/diff_new_pack.khh7bl/_new 2026-09-11 18:08:41.883335241 +0200
@@ -29,7 +29,8 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: tree
-Requires: python-Django >= 3.2
+# Restrict Django to <6
https://github.com/graphql-python/graphene-django/pull/1560
+Requires: (python-Django >= 3.2 with python-Django < 6)
Requires: python-graphene >= 3.0
Requires: python-graphql-core >= 3.1.0
Requires: python-graphql-relay >= 3.1
@@ -38,7 +39,7 @@
Suggests: python-djangorestframework >= 3.6.3
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module Django >= 3.2}
+BuildRequires: %{python_module Django >= 3.2 with %python-Django < 6}
BuildRequires: %{python_module django-filter >= 22.1}
BuildRequires: %{python_module djangorestframework >= 3.6.3}
BuildRequires: %{python_module graphene >= 3.0}
@@ -51,6 +52,7 @@
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module text-unidecode}
# /SECTION
+#!BuildConflicts: %{python_module Django >= 6}
%python_subpackages
%description