Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-assets for
openSUSE:Factory checked in at 2022-09-18 17:32:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-assets (Old)
and /work/SRC/openSUSE:Factory/.python-django-assets.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-assets"
Sun Sep 18 17:32:23 2022 rev:4 rq:1004395 version:2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-assets/python-django-assets.changes
2022-01-07 12:47:53.751908562 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-assets.new.2083/python-django-assets.changes
2022-09-18 17:32:24.505803445 +0200
@@ -1,0 +2,5 @@
+Sun Sep 18 01:32:15 UTC 2022 - John Vandenberg <[email protected]>
+
+- SKip two tests incompatible with Django 4.1
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-assets.spec ++++++
--- /var/tmp/diff_new_pack.vTOuUt/_old 2022-09-18 17:32:25.001804893 +0200
+++ /var/tmp/diff_new_pack.vTOuUt/_new 2022-09-18 17:32:25.005804904 +0200
@@ -58,11 +58,12 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# https://github.com/miracle2k/django-assets/issues/101
+%pytest -k 'not TestLoader'
%files %{python_files}
%doc CHANGES README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/django_assets*
%changelog