- Remove python_module macro definition

- More specific python_sitelib in %files
- Update to 0.9.6:
  * Remove py.std calls (thanks @alexcjohnson)
- 0.9.5:
  * Fix distutils deprecation warning (thanks @tgagor)
  * Fix incompatibility with pytest-timeout (thanks @graingert)
  * Update pytest naming convention in documentation (thanks @avallbona)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-sugar?expand=0&rev=12
This commit is contained in:
2022-11-30 11:41:28 +00:00
committed by Git OBS Bridge
parent 6698fb882b
commit 9e37634822
4 changed files with 20 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 30 11:39:52 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python_module macro definition
- More specific python_sitelib in %files
- Update to 0.9.6:
* Remove py.std calls (thanks @alexcjohnson)
- 0.9.5:
* Fix distutils deprecation warning (thanks @tgagor)
* Fix incompatibility with pytest-timeout (thanks @graingert)
* Update pytest naming convention in documentation (thanks @avallbona)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 5 14:51:01 UTC 2020 - Marketa Machova <mmachova@suse.com> Thu Nov 5 14:51:01 UTC 2020 - Marketa Machova <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pytest-sugar # spec file for package python-pytest-sugar
# #
# Copyright (c) 2020 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-sugar Name: python-pytest-sugar
Version: 0.9.4 Version: 0.9.6
Release: 0 Release: 0
Summary: Pretty printer for pytest progress Summary: Pretty printer for pytest progress
License: BSD-3-Clause License: BSD-3-Clause
@@ -53,6 +52,8 @@ pytest-sugar is a plugin for py.test that shows failures and errors instantly an
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{python_sitelib}/* %pycache_only %{python_sitelib}/__pycache__/*.pyc
%{python_sitelib}/pytest_sugar.py
%{python_sitelib}/pytest_sugar-%{version}*-info
%changelog %changelog