Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-money for
openSUSE:Factory checked in at 2022-05-25 20:35:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-money (Old)
and /work/SRC/openSUSE:Factory/.python-django-money.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-money"
Wed May 25 20:35:10 2022 rev:4 rq:979156 version:2.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-money/python-django-money.changes
2022-05-12 23:01:55.972923482 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-money.new.2254/python-django-money.changes
2022-05-25 20:35:54.840340821 +0200
@@ -1,0 +2,5 @@
+Wed May 25 07:28:34 UTC 2022 - Mark??ta Machov?? <[email protected]>
+
+- Do not require pytest-pythonpath for build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-money.spec ++++++
--- /var/tmp/diff_new_pack.pQ0lVZ/_old 2022-05-25 20:35:55.180341296 +0200
+++ /var/tmp/diff_new_pack.pQ0lVZ/_new 2022-05-25 20:35:55.184341301 +0200
@@ -44,7 +44,6 @@
BuildRequires: %{python_module py-moneyed >= 0.8.0}
BuildRequires: %{python_module pytest >= 3.1.0}
BuildRequires: %{python_module pytest-django}
-BuildRequires: %{python_module pytest-pythonpath}
BuildRequires: %{python_module setuptools}
# /SECTION
%python_subpackages
@@ -65,6 +64,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+PYTHONPATH=.
export DJANGO_SETTINGS_MODULE=tests.settings
# we don't have python-mixer and it is needed only for tests
%pytest -k "not (mixer or test_no_deprecation_warning)"