- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-tldr?expand=0&rev=12
This commit is contained in:
2022-11-30 11:57:22 +00:00
committed by Git OBS Bridge
parent bf65502072
commit 443daab81a
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:764f928e9ecdc615c2b4e6f78cee3bb865c76a08c57fdf93ee5f0ee99f5f25ee
size 10744

3
pytest-tldr-0.2.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43f43fe758569df620c433a79d3cbee698e77268efebbc6e22ce1e66095a0881
size 11134

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 30 11:56:24 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- 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

View File

@@ -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