Hello community,
here is the log from the commit of package python-pytest-isort for
openSUSE:Factory checked in at 2019-03-11 11:17:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-isort (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-isort.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-isort"
Mon Mar 11 11:17:59 2019 rev:3 rq:683729 version:0.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-isort/python-pytest-isort.changes
2019-02-15 10:02:44.991619023 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-isort.new.28833/python-pytest-isort.changes
2019-03-11 11:18:08.153280609 +0100
@@ -1,0 +2,13 @@
+Mon Mar 11 08:48:37 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- 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 <[email protected]>
+
+- Update to 0.3.0:
+ * Improve display of test result by appending ::ISORT
+ * This release requires pytest 3.5
+
+-------------------------------------------------------------------
Old:
----
0.2.1.tar.gz
New:
----
pytest-isort-0.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-isort.spec ++++++
--- /var/tmp/diff_new_pack.WFrr3F/_old 2019-03-11 11:18:09.257280212 +0100
+++ /var/tmp/diff_new_pack.WFrr3F/_new 2019-03-11 11:18:09.289280200 +0100
@@ -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 @@
%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