diff --git a/python-pygments-pytest.changes b/python-pygments-pytest.changes index a9dc475..d986820 100644 --- a/python-pygments-pytest.changes +++ b/python-pygments-pytest.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 8 11:20:39 UTC 2019 - Tomáš Chvátal + +- Update to 1.2.0: + * Fixes for new pytest + ------------------------------------------------------------------- Thu Jan 31 13:04:10 UTC 2019 - Tomáš Chvátal diff --git a/python-pygments-pytest.spec b/python-pygments-pytest.spec index 340750e..5aaca12 100644 --- a/python-pygments-pytest.spec +++ b/python-pygments-pytest.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pygments-pytest -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: A pygments lexer for pytest output License: MIT @@ -26,12 +26,13 @@ Group: Development/Languages/Python URL: https://github.com/asottile/pygments-pytest Source: https://github.com/asottile/pygments-pytest/archive/v%{version}.tar.gz BuildRequires: %{python_module pygments} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest >= 4.0} +BuildRequires: %{python_module py > 1.7.1} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module pygments-ansi-color} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-pytest Requires: python-pygments BuildArch: noarch %python_subpackages @@ -49,8 +50,7 @@ BuildArch: noarch %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# test_versions - check we do not care about for git verification -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v -k 'not test_versions' +%pytest %files %{python_files} %doc README.md diff --git a/v1.1.1.tar.gz b/v1.1.1.tar.gz deleted file mode 100644 index 666bb19..0000000 --- a/v1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:848017dcefab7d95d1f3276eb970f0f96260eb46765b80fc33f8eb3c68d21c28 -size 6703 diff --git a/v1.2.0.tar.gz b/v1.2.0.tar.gz new file mode 100644 index 0000000..7afbac1 --- /dev/null +++ b/v1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0fe77ca44a0793aff6230c7ec9eba460e00484c0abbd4fbfe6dc4f42c09517 +size 6673