Hello community,
here is the log from the commit of package python-pytest-server-fixtures for
openSUSE:Factory checked in at 2019-12-29 15:49:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-server-fixtures (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-server-fixtures.new.6675
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-server-fixtures"
Sun Dec 29 15:49:37 2019 rev:2 rq:759799 version:1.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-server-fixtures/python-pytest-server-fixtures.changes
2019-09-26 20:38:02.923053148 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-server-fixtures.new.6675/python-pytest-server-fixtures.changes
2019-12-29 15:49:48.695179356 +0100
@@ -1,0 +2,5 @@
+Sat Dec 28 17:15:33 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- use pytest macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-server-fixtures.spec ++++++
--- /var/tmp/diff_new_pack.WynoEe/_old 2019-12-29 15:49:50.035179968 +0100
+++ /var/tmp/diff_new_pack.WynoEe/_new 2019-12-29 15:49:50.067179982 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-server-fixtures
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -113,7 +113,7 @@
export SERVER_FIXTURES_HTTPD_MODULES=%{_libdir}/apache2/
export SERVER_FIXTURES_HTTPD=httpd
export SERVER_FIXTURES_REDIS=%{_sbindir}/redis-server
-%python_exec setup.py test
+%pytest
%files %{python_files}
%doc CHANGES.md README.md