forked from pool/python-pytest-tldr
Accepting request 1039092 from devel:languages:python:pytest
- 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/request/show/1039092 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-tldr?expand=0&rev=7
This commit is contained in:
@@ -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
3
pytest-tldr-0.2.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43f43fe758569df620c433a79d3cbee698e77268efebbc6e22ce1e66095a0881
|
||||||
|
size 11134
|
||||||
@@ -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
|
Wed Dec 8 09:32:17 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-tldr
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: python-pytest-tldr
|
||||||
Version: 0.2.4
|
Version: 0.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A pytest plugin that limits the output to just the things you need
|
Summary: A pytest plugin that limits the output to just the things you need
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -53,6 +52,8 @@ A pytest plugin that limits the output to just the things you need.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%pycache_only %{python_sitelib}/__pycache__/*.pyc
|
||||||
|
%{python_sitelib}/pytest_tldr.py
|
||||||
|
%{python_sitelib}/pytest_tldr-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user