From 7505f97cf564328a412689c64483ccc98c5e3c3dd80a1ac71ad3b08e5c2d1e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Nov 2019 10:59:15 +0000 Subject: [PATCH] - Update to 1.3.1: * Add python_requires to setup.py so pip will not try to install pytest-datadir in incompatible Python versions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-datadir?expand=0&rev=3 --- pytest-datadir-1.3.0.tar.gz | 3 --- pytest-datadir-1.3.1.tar.gz | 3 +++ python-pytest-datadir.changes | 7 +++++++ python-pytest-datadir.spec | 11 +++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 pytest-datadir-1.3.0.tar.gz create mode 100644 pytest-datadir-1.3.1.tar.gz diff --git a/pytest-datadir-1.3.0.tar.gz b/pytest-datadir-1.3.0.tar.gz deleted file mode 100644 index e7900a2..0000000 --- a/pytest-datadir-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:275f641dbb045896c7d185cfbe79afd15270eed09d334c2ceb17396e634e22dd -size 16257 diff --git a/pytest-datadir-1.3.1.tar.gz b/pytest-datadir-1.3.1.tar.gz new file mode 100644 index 0000000..b3c1526 --- /dev/null +++ b/pytest-datadir-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3af1e738df87515ee509d6135780f25a15959766d9c2b2dbe02bf4fb979cb18 +size 15230 diff --git a/python-pytest-datadir.changes b/python-pytest-datadir.changes index c19668b..7e903f6 100644 --- a/python-pytest-datadir.changes +++ b/python-pytest-datadir.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 5 10:57:45 UTC 2019 - Tomáš Chvátal + +- Update to 1.3.1: + * Add python_requires to setup.py so pip will not try to install + pytest-datadir in incompatible Python versions. + ------------------------------------------------------------------- Thu Mar 21 02:06:40 AM UTC 2019 - John Vandenberg diff --git a/python-pytest-datadir.spec b/python-pytest-datadir.spec index 3c384da..be9b0de 100644 --- a/python-pytest-datadir.spec +++ b/python-pytest-datadir.spec @@ -18,12 +18,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-datadir -Version: 1.3.0 +Version: 1.3.1 Release: 0 -Summary: pytest plugin for test data directories and files +Summary: Plugin for test data directories and files License: MIT -Group: Development/Languages/Python -URL: http://github.com/gabrielcnr/pytest-datadir +URL: https://github.com/gabrielcnr/pytest-datadir Source: https://files.pythonhosted.org/packages/source/p/pytest-datadir/pytest-datadir-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} @@ -50,10 +49,10 @@ pytest plugin for test data directories and files. %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -rm %{buildroot}/usr/LICENSE +rm %{buildroot}%{_prefix}/LICENSE %check -%python_exec setup.py pytest +%pytest %files %{python_files} %doc AUTHORS CHANGELOG.rst README.md