Hello community,
here is the log from the commit of package python-python-memcached for
openSUSE:Factory checked in at 2020-06-05 20:01:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-memcached (Old)
and /work/SRC/openSUSE:Factory/.python-python-memcached.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-memcached"
Fri Jun 5 20:01:08 2020 rev:18 rq:811141 version:1.59
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-memcached/python-python-memcached.changes
2019-04-26 22:41:31.469733163 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-memcached.new.3606/python-python-memcached.changes
2020-06-05 20:01:13.088138196 +0200
@@ -1,0 +2,5 @@
+Wed Jun 3 11:51:18 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- replace nose with pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-memcached.spec ++++++
--- /var/tmp/diff_new_pack.I3M9sd/_old 2020-06-05 20:01:14.460142696 +0200
+++ /var/tmp/diff_new_pack.I3M9sd/_new 2020-06-05 20:01:14.464142709 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-memcached
#
-# Copyright (c) 2019 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
@@ -27,7 +27,7 @@
URL: https://github.com/linsomniac/python-memcached
Source:
https://github.com/linsomniac/python-memcached/archive/%{version}.tar.gz
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: memcached
@@ -69,7 +69,7 @@
%else
/usr/sbin/memcached -dv -P $PWD/memcached.pid
%endif
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest
kill -9 $(cat $PWD/memcached.pid)
%files %{python_files}