diff --git a/pytest-tldr-0.2.4.tar.gz b/pytest-tldr-0.2.4.tar.gz deleted file mode 100644 index 1f707c6..0000000 --- a/pytest-tldr-0.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:764f928e9ecdc615c2b4e6f78cee3bb865c76a08c57fdf93ee5f0ee99f5f25ee -size 10744 diff --git a/pytest-tldr-0.2.5.tar.gz b/pytest-tldr-0.2.5.tar.gz new file mode 100644 index 0000000..4b2df78 --- /dev/null +++ b/pytest-tldr-0.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f43fe758569df620c433a79d3cbee698e77268efebbc6e22ce1e66095a0881 +size 11134 diff --git a/python-pytest-tldr.changes b/python-pytest-tldr.changes index 6062158..eef7ded 100644 --- a/python-pytest-tldr.changes +++ b/python-pytest-tldr.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Nov 30 11:56:24 UTC 2022 - Daniel Garcia + +- Remove python_module macro definition +- More specific python_sitelib in %files +- Update to 0.2.5: + * An incompatibility with Pytest 7.2 was corrected. (#36) + ------------------------------------------------------------------- Wed Dec 8 09:32:17 UTC 2021 - pgajdos@suse.com diff --git a/python-pytest-tldr.spec b/python-pytest-tldr.spec index 7c3d157..de36940 100644 --- a/python-pytest-tldr.spec +++ b/python-pytest-tldr.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-tldr # -# 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,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-tldr -Version: 0.2.4 +Version: 0.2.5 Release: 0 Summary: A pytest plugin that limits the output to just the things you need License: BSD-3-Clause @@ -53,6 +52,8 @@ A pytest plugin that limits the output to just the things you need. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%pycache_only %{python_sitelib}/__pycache__/*.pyc +%{python_sitelib}/pytest_tldr.py +%{python_sitelib}/pytest_tldr-%{version}*-info %changelog