Hello community,
here is the log from the commit of package python-ptyprocess for
openSUSE:Factory checked in at 2020-06-11 14:44:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ptyprocess (Old)
and /work/SRC/openSUSE:Factory/.python-ptyprocess.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ptyprocess"
Thu Jun 11 14:44:39 2020 rev:7 rq:812649 version:0.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ptyprocess/python-ptyprocess.changes
2018-12-27 00:27:43.279745100 +0100
+++
/work/SRC/openSUSE:Factory/.python-ptyprocess.new.3606/python-ptyprocess.changes
2020-06-11 14:45:00.393435736 +0200
@@ -1,0 +2,5 @@
+Mon Jun 8 14:14:04 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- replace nose with unittest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ptyprocess.spec ++++++
--- /var/tmp/diff_new_pack.M7eZHl/_old 2020-06-11 14:45:01.521439022 +0200
+++ /var/tmp/diff_new_pack.M7eZHl/_new 2020-06-11 14:45:01.525439034 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ptyprocess
#
-# 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
@@ -23,16 +23,12 @@
Summary: Run a subprocess in a pseudo terminal
License: ISC
Group: Development/Languages/Python
-Url: https://github.com/pexpect/ptyprocess
+URL: https://github.com/pexpect/ptyprocess
Source:
https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-# SECTION test requirements
-BuildRequires: %{python_module nose}
-# /SECTION
BuildArch: noarch
-
%python_subpackages
%description
@@ -56,7 +52,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand nosetests-%{$python_bin_suffix}
+%python_exec -m unittest discover
%files %{python_files}
%doc README.rst