diff --git a/python-pygments-pytest.changes b/python-pygments-pytest.changes index a8f5ddc..4513a24 100644 --- a/python-pygments-pytest.changes +++ b/python-pygments-pytest.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 30 06:28:21 UTC 2022 - Daniel Garcia + +- Remove python_module macro definition +- More specific python_sitelib in %files +- Update to 2.3.0: + * Update azure-pipelines template repositories + * stricter mypy settings + * exit(main()) -> raise SystemExit(main()) pt2 + * drop python3.6 support + * coloring changes for pytest 7.2 + ------------------------------------------------------------------- Wed Jan 6 14:32:15 UTC 2021 - Markéta Machová diff --git a/python-pygments-pytest.spec b/python-pygments-pytest.spec index 83ced2d..1df3c82 100644 --- a/python-pygments-pytest.spec +++ b/python-pygments-pytest.spec @@ -1,7 +1,7 @@ # # spec file for package python-pygments-pytest # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pygments-pytest -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: A pygments lexer for pytest output License: MIT @@ -55,6 +54,8 @@ This library provides a pygments lexer called "pytest". %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%pycache_only %{python_sitelib}/__pycache__/*.pyc +%{python_sitelib}/pygments_pytest.py +%{python_sitelib}/pygments_pytest-%{version}*-info %changelog diff --git a/v2.2.0.tar.gz b/v2.2.0.tar.gz deleted file mode 100644 index c68dfce..0000000 --- a/v2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acaf2789c3e38bf90d8734bc5aa5095c0c4c21c3115091194353765c51d107cd -size 7100 diff --git a/v2.3.0.tar.gz b/v2.3.0.tar.gz new file mode 100644 index 0000000..c83425a --- /dev/null +++ b/v2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19b5ba585a6eba62485537fc17f2d85b996f42d2d1c6b6eecb85662567d6298 +size 7176