Hello community,
here is the log from the commit of package python-pystache for openSUSE:Factory
checked in at 2020-07-03 00:15:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pystache (Old)
and /work/SRC/openSUSE:Factory/.python-pystache.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pystache"
Fri Jul 3 00:15:12 2020 rev:3 rq:818345 version:0.5.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pystache/python-pystache.changes
2018-07-17 09:43:55.580953851 +0200
+++
/work/SRC/openSUSE:Factory/.python-pystache.new.3060/python-pystache.changes
2020-07-03 00:18:25.857263211 +0200
@@ -1,0 +2,5 @@
+Thu Jul 2 14:07:09 UTC 2020 - [email protected]
+
+- switch from nose to pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pystache.spec ++++++
--- /var/tmp/diff_new_pack.i5exn6/_old 2020-07-03 00:18:26.845266487 +0200
+++ /var/tmp/diff_new_pack.i5exn6/_new 2020-07-03 00:18:26.849266501 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pystache
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -23,9 +23,9 @@
Summary: Mustache for Python
License: MIT
Group: Development/Languages/Python
-URL: http://github.com/defunkt/pystache
+URL: https://github.com/defunkt/pystache
Source:
https://files.pythonhosted.org/packages/source/p/pystache/pystache-%{version}.tar.gz
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -58,7 +58,7 @@
%{python_expand %fdupes %{buildroot}%$python_sitelib/}
%check
-%{python_expand nosetests-%$python_bin_suffix build/lib/pystache/}
+%pytest build/lib/pystache
%post
%{python_install_alternative pystache pystache-test}