From fb1beca38f3030feb9228d41c31598ed4a3dcf003e03b34420fa5eb2bcf74fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 9 Jul 2020 00:08:24 +0000 Subject: [PATCH] - update to 0.3 * relpace nose with pytest OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=39 --- 0.2.10.tar.gz | 3 --- 0.3.tar.gz | 3 +++ python-EasyProcess.changes | 6 ++++++ python-EasyProcess.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 0.2.10.tar.gz create mode 100644 0.3.tar.gz diff --git a/0.2.10.tar.gz b/0.2.10.tar.gz deleted file mode 100644 index 5c75bcd..0000000 --- a/0.2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72a59e5c350292fb003b1679f11c543d803d2187cba75ac8993a01d0f37003c1 -size 13909 diff --git a/0.3.tar.gz b/0.3.tar.gz new file mode 100644 index 0000000..6110d22 --- /dev/null +++ b/0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea7f7f2074b599ca4cb2a14c098eb0a0e21f8886eb38c45b8c0b3cb89e7aff9 +size 11310 diff --git a/python-EasyProcess.changes b/python-EasyProcess.changes index e6bdb43..0555514 100644 --- a/python-EasyProcess.changes +++ b/python-EasyProcess.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 9 00:07:33 UTC 2020 - Ondřej Súkup + +- update to 0.3 + * relpace nose with pytest + ------------------------------------------------------------------- Thu Mar 26 16:00:25 UTC 2020 - Tomáš Chvátal diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec index c05b4f6..52033d0 100644 --- a/python-EasyProcess.spec +++ b/python-EasyProcess.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-EasyProcess%{psuffix} -Version: 0.2.10 +Version: 0.3 Release: 0 Summary: Python subprocess interface License: BSD-2-Clause @@ -39,7 +39,7 @@ BuildRequires: python-rpm-macros BuildArch: noarch %if %{with test} BuildRequires: %{python_module PyVirtualDisplay} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} %endif %python_subpackages @@ -81,13 +81,13 @@ Limitations: %check %if %{with test} export LANG=en_US.UTF-8 -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v tests/ +%pytest %endif %if !%{with test} %files %{python_files} %license LICENSE.txt -%doc README.rst +%doc README.md %{python_sitelib}/* %endif