From 78d4c024a1cf8fed056aba1ddcd9161639c9bf0a8409acd6b542b6effe3f5567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 Nov 2019 10:44:40 +0000 Subject: [PATCH] - Update to 0.2.0: * no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-console-scripts?expand=0&rev=8 --- pytest-console-scripts-0.1.10.tar.gz | 3 --- pytest-console-scripts-0.2.0.tar.gz | 3 +++ python-pytest-console-scripts.changes | 6 ++++++ python-pytest-console-scripts.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 pytest-console-scripts-0.1.10.tar.gz create mode 100644 pytest-console-scripts-0.2.0.tar.gz diff --git a/pytest-console-scripts-0.1.10.tar.gz b/pytest-console-scripts-0.1.10.tar.gz deleted file mode 100644 index 9f60ae4..0000000 --- a/pytest-console-scripts-0.1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a5f495d1f469bd76698ae969bc01038f2b89584a84d41a373ca7033a0c18753 -size 11687 diff --git a/pytest-console-scripts-0.2.0.tar.gz b/pytest-console-scripts-0.2.0.tar.gz new file mode 100644 index 0000000..b1e27ba --- /dev/null +++ b/pytest-console-scripts-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88ac15d663b88ef8fd5d4929a1b50e782dd25eb84443de849ad78636ad3e699 +size 12298 diff --git a/python-pytest-console-scripts.changes b/python-pytest-console-scripts.changes index 1c99144..b746c16 100644 --- a/python-pytest-console-scripts.changes +++ b/python-pytest-console-scripts.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 15 10:41:07 UTC 2019 - Tomáš Chvátal + +- Update to 0.2.0: + * no upstream changelog + ------------------------------------------------------------------- Wed Sep 25 09:04:51 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-console-scripts.spec b/python-pytest-console-scripts.spec index 966aba9..830c772 100644 --- a/python-pytest-console-scripts.spec +++ b/python-pytest-console-scripts.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-console-scripts # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-console-scripts -Version: 0.1.10 +Version: 0.2.0 Release: 0 Summary: Pytest plugin for testing console scripts License: MIT @@ -61,7 +61,7 @@ much as possible. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE