Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-environ for
openSUSE:Factory checked in at 2021-05-20 19:25:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-environ (Old)
and /work/SRC/openSUSE:Factory/.python-django-environ.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-environ"
Thu May 20 19:25:24 2021 rev:4 rq:894565 version:0.4.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-environ/python-django-environ.changes
2019-03-11 11:17:56.617284759 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-environ.new.2988/python-django-environ.changes
2021-05-20 19:25:53.317738668 +0200
@@ -1,0 +2,5 @@
+Thu May 20 08:23:56 UTC 2021 - [email protected]
+
+- %check: use %pytest macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-environ.spec ++++++
--- /var/tmp/diff_new_pack.kEYNjF/_old 2021-05-20 19:25:53.781736765 +0200
+++ /var/tmp/diff_new_pack.kEYNjF/_new 2021-05-20 19:25:53.781736765 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-environ
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -25,6 +25,7 @@
Group: Development/Languages/Python
URL: https://github.com/joke2k/django-environ
Source:
https://files.pythonhosted.org/packages/source/d/django-environ/django-environ-%{version}.tar.gz
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -48,7 +49,7 @@
%check
LANG=en_US.UTF-8
-%python_exec setup.py test
+%pytest environ/test.py
%files %{python_files}
%doc AUTHORS.rst CHANGELOG.rst README.rst README.rst.txt