From 029223324734eec63afa46d89863b1012d3d5d33fd6a09994189a52cad32e1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 08:57:12 +0000 Subject: [PATCH] - Update to 1.7.0: * Support pytest 4 * Support python 3.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-virtualenv?expand=0&rev=5 --- pytest-virtualenv-1.6.0.tar.gz | 3 --- pytest-virtualenv-1.7.0.tar.gz | 3 +++ python-pytest-virtualenv.changes | 7 +++++++ python-pytest-virtualenv.spec | 5 ++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 pytest-virtualenv-1.6.0.tar.gz create mode 100644 pytest-virtualenv-1.7.0.tar.gz diff --git a/pytest-virtualenv-1.6.0.tar.gz b/pytest-virtualenv-1.6.0.tar.gz deleted file mode 100644 index 41655ae..0000000 --- a/pytest-virtualenv-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d281725d10848773cb2b495d1255dd0a42fc9179e34a274c22e1c35837721f19 -size 14735 diff --git a/pytest-virtualenv-1.7.0.tar.gz b/pytest-virtualenv-1.7.0.tar.gz new file mode 100644 index 0000000..d74570b --- /dev/null +++ b/pytest-virtualenv-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2270ee8822111ec25db48e9d9f2efec32e68483a015b14cd0d92aeccc6ff820f +size 15767 diff --git a/python-pytest-virtualenv.changes b/python-pytest-virtualenv.changes index a7f1e28..be5a37f 100644 --- a/python-pytest-virtualenv.changes +++ b/python-pytest-virtualenv.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 3 08:53:22 UTC 2019 - Tomáš Chvátal + +- Update to 1.7.0: + * Support pytest 4 + * Support python 3.7 + ------------------------------------------------------------------- Wed Feb 13 09:13:26 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-virtualenv.spec b/python-pytest-virtualenv.spec index 00dcba3..8226442 100644 --- a/python-pytest-virtualenv.spec +++ b/python-pytest-virtualenv.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-virtualenv -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Virtualenv fixture for pytest License: MIT @@ -50,7 +50,6 @@ what's installed. %prep %setup -q -n pytest-virtualenv-%{version} -sed -i -e 's:pytest<4.0.0:pytest:g' setup.py %build %python_build @@ -60,7 +59,7 @@ sed -i -e 's:pytest<4.0.0:pytest:g' setup.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +%pytest %files %{python_files} %doc CHANGES.md README.md