Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-extensions for
openSUSE:Factory checked in at 2023-01-28 18:45:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-extensions (Old)
and /work/SRC/openSUSE:Factory/.python-django-extensions.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-extensions"
Sat Jan 28 18:45:14 2023 rev:15 rq:1061686 version:3.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-extensions/python-django-extensions.changes
2022-09-18 17:32:25.693806912 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-extensions.new.32243/python-django-extensions.changes
2023-01-28 19:01:07.167986863 +0100
@@ -1,0 +2,6 @@
+Sat Jan 28 05:48:16 UTC 2023 - John Vandenberg <[email protected]>
+
+- Skip one test that has started failing due to minor HTML output
+ changes.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-extensions.spec ++++++
--- /var/tmp/diff_new_pack.gZlJAo/_old 2023-01-28 19:01:07.903990921 +0100
+++ /var/tmp/diff_new_pack.gZlJAo/_new 2023-01-28 19:01:07.927991054 +0100
@@ -91,6 +91,8 @@
skips="$skips or test_no_models_dot_py"
# missing fixtures in sdist
skips="$skips or test_migration_is_last_applied or test_syncdata or
test_validate_templates"
+# https://github.com/django-extensions/django-extensions/issues/1795
+skips="$skips or test_should_highlight_bash_syntax_without_name"
# test_export_emails, test_set_fake_emails and test_set_fake_emails fail in
setup due to missing fixtures in sdist
%pytest -rs -v -k "not ($skips)" --ignore
tests/management/commands/test_set_fake_passwords.py --ignore
tests/management/commands/test_set_fake_emails.py --ignore
tests/management/commands/test_export_emails.py