diff --git a/0.2.1.tar.gz b/0.2.1.tar.gz deleted file mode 100644 index 95a7146..0000000 --- a/0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4227b647bdd0566897203353c028f16c8603705f5d8014ecd453a3518f140345 -size 5844 diff --git a/pytest-isort-0.3.1.tar.gz b/pytest-isort-0.3.1.tar.gz new file mode 100644 index 0000000..9135ed1 --- /dev/null +++ b/pytest-isort-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfee60dad1870b51700d55a85f5ceda766bd9d3d2878c1bbabee80e61b1be1a +size 6429 diff --git a/python-pytest-isort.changes b/python-pytest-isort.changes index 831507e..e4c9568 100644 --- a/python-pytest-isort.changes +++ b/python-pytest-isort.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 11 08:48:37 UTC 2019 - Tomáš Chvátal + +- 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 + +- 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 diff --git a/python-pytest-isort.spec b/python-pytest-isort.spec index 8e719c9..aa841d7 100644 --- a/python-pytest-isort.spec +++ b/python-pytest-isort.spec @@ -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