Accepting request 683729 from devel:languages:python:pytest

- Update to 0.3.1:
  * Update packaging, source distribution now includes tests and wheel is universal

- Update to 0.3.0:
  * Improve display of test result by appending ::ISORT
  * This release requires pytest 3.5

OBS-URL: https://build.opensuse.org/request/show/683729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-isort?expand=0&rev=3
This commit is contained in:
2019-03-11 10:17:59 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4227b647bdd0566897203353c028f16c8603705f5d8014ecd453a3518f140345
size 5844

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bfee60dad1870b51700d55a85f5ceda766bd9d3d2878c1bbabee80e61b1be1a
size 6429

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Mar 11 08:48:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.1:
* Update packaging, source distribution now includes tests and wheel is universal
-------------------------------------------------------------------
Fri Mar 8 11:07:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.0:
* Improve display of test result by appending ::ISORT
* This release requires pytest 3.5
-------------------------------------------------------------------
Thu Feb 14 14:11:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,20 +18,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-isort
Version: 0.2.1
Version: 0.3.1
Release: 0
Summary: Plugin for pytest to perform isort checks
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://github.com/moccu/pytest-isort/
Source: https://github.com/moccu/pytest-isort/archive/%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/pytest-isort/pytest-isort-%{version}.tar.gz
BuildRequires: %{python_module isort >= 4.0}
BuildRequires: %{python_module pytest >= 3.0}
BuildRequires: %{python_module pytest >= 3.5}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-isort >= 4.0
Requires: python-pytest >= 3.0
Requires: python-pytest >= 3.5
BuildArch: noarch
%python_subpackages
@@ -49,7 +49,7 @@ This is a py.test plugin to check import ordering using isort.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
%pytest
%files %{python_files}
%doc CHANGELOG.rst README.rst