Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-appconf for
openSUSE:Factory checked in at 2021-05-20 19:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-appconf (Old)
and /work/SRC/openSUSE:Factory/.python-django-appconf.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-appconf"
Thu May 20 19:25:19 2021 rev:17 rq:894543 version:1.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes
2020-04-04 12:27:25.464051541 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-appconf.new.2988/python-django-appconf.changes
2021-05-20 19:25:47.505762505 +0200
@@ -1,0 +2,5 @@
+Thu May 20 07:23:18 UTC 2021 - [email protected]
+
+- use %pytest macro in %check
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-appconf.spec ++++++
--- /var/tmp/diff_new_pack.XwyFLA/_old 2021-05-20 19:25:48.365758978 +0200
+++ /var/tmp/diff_new_pack.XwyFLA/_new 2021-05-20 19:25:48.369758960 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-appconf
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
URL: https://github.com/django-compressor/django-appconf
Source:
https://github.com/django-compressor/django-appconf/archive/v%{version}.tar.gz
BuildRequires: %{python_module Django}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
@@ -52,7 +53,7 @@
%check
export DJANGO_SETTINGS_MODULE=tests.test_settings
-%python_exec setup.py test
+%pytest tests/tests.py
%files %{python_files}
%license LICENSE