From 1991df8199b642657d1c96f1437b0a6ff14a89da42df0068ccbac7cbe6079be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 17 Jun 2019 10:52:19 +0000 Subject: [PATCH] - Update to 1.1.5: * Fix compatibility with pytest versions 3.3 and above. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-relaxed?expand=0&rev=4 --- pytest-relaxed-1.1.4.tar.gz | 3 --- pytest-relaxed-1.1.5.tar.gz | 3 +++ python-pytest-relaxed.changes | 6 ++++++ python-pytest-relaxed.spec | 13 ++++++------- 4 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 pytest-relaxed-1.1.4.tar.gz create mode 100644 pytest-relaxed-1.1.5.tar.gz diff --git a/pytest-relaxed-1.1.4.tar.gz b/pytest-relaxed-1.1.4.tar.gz deleted file mode 100644 index f551907..0000000 --- a/pytest-relaxed-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:511ac473252baa67d5451f7864516e2e8f1acedf0cef71f79d2ed916ee04e146 -size 26854 diff --git a/pytest-relaxed-1.1.5.tar.gz b/pytest-relaxed-1.1.5.tar.gz new file mode 100644 index 0000000..4d02929 --- /dev/null +++ b/pytest-relaxed-1.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39a7e5b14e14dfff0de0ad720dfffa740c128d599ab14cfac13f4deb34164a6 +size 26786 diff --git a/python-pytest-relaxed.changes b/python-pytest-relaxed.changes index 7b80236..6d6116c 100644 --- a/python-pytest-relaxed.changes +++ b/python-pytest-relaxed.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 17 10:49:38 UTC 2019 - Tomáš Chvátal + +- Update to 1.1.5: + * Fix compatibility with pytest versions 3.3 and above. + ------------------------------------------------------------------- Thu Feb 14 15:30:39 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-relaxed.spec b/python-pytest-relaxed.spec index e7067c0..981697c 100644 --- a/python-pytest-relaxed.spec +++ b/python-pytest-relaxed.spec @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-relaxed -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: Relaxed test discovery/organization for pytest License: BSD-2-Clause Group: Development/Languages/Python -URL: https://github.com/bitprophet/pytest-relaxed -Source: https://files.pythonhosted.org/packages/source/p/pytest_relaxed/pytest-relaxed-%{version}.tar.gz +URL: https://github.com/bitprophet/pytest-relaxed +Source: https://files.pythonhosted.org/packages/source/p/pytest-relaxed/pytest-relaxed-%{version}.tar.gz BuildRequires: %{python_module decorator >= 4} BuildRequires: %{python_module pytest >= 3} BuildRequires: %{python_module setuptools} @@ -56,12 +56,11 @@ export LANG=en_US.UTF-8 %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# https://github.com/bitprophet/pytest-relaxed/issues/2 -#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +%pytest %files %{python_files} -%license LICENSE -%doc README.rst +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog