Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-treebeard for
openSUSE:Factory checked in at 2022-05-03 21:19:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-treebeard (Old)
and /work/SRC/openSUSE:Factory/.python-django-treebeard.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-treebeard"
Tue May 3 21:19:19 2022 rev:4 rq:974530 version:4.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-treebeard/python-django-treebeard.changes
2021-12-24 20:23:31.954030499 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-treebeard.new.1538/python-django-treebeard.changes
2022-05-03 21:19:29.337037539 +0200
@@ -1,0 +2,5 @@
+Tue Apr 26 06:43:39 UTC 2022 - Mark??ta Machov?? <[email protected]>
+
+- do not require pytest-pythonpath, it gets obsolete with pytest7
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-treebeard.spec ++++++
--- /var/tmp/diff_new_pack.syJbKE/_old 2022-05-03 21:19:29.817038140 +0200
+++ /var/tmp/diff_new_pack.syJbKE/_new 2022-05-03 21:19:29.821038145 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-treebeard
#
-# 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
@@ -34,7 +34,6 @@
# SECTION test requirements
BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module pytest-django >= 4.0}
-BuildRequires: %{python_module pytest-pythonpath >= 0.7}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@@ -74,6 +73,7 @@
%python_expand cp -r treebeard/tests/ %{buildroot}%{$python_sitelib}/treebeard/
export DJANGO_SETTINGS_MODULE=treebeard.tests.settings
+PYTHONPATH=.
# Exclusions because of gh#django-treebeard/django-treebeard#241
%pytest -k 'not (test_result_filtered or test_result_tree or
test_result_tree_list or test_result_tree_list_with_action or
test_result_tree_list_with_get or test_unicode_result_tree)'