forked from pool/python-pytest-sugar
Accepting request 1039090 from devel:languages:python:pytest
- 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/request/show/1039090 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-sugar?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3
|
||||
size 12727
|
||||
3
pytest-sugar-0.9.6.tar.gz
Normal file
3
pytest-sugar-0.9.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4793495f3c32e114f0f5416290946c316eb96ad5a3684dcdadda9267e59b2b8
|
||||
size 13702
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
Version: 0.9.4
|
||||
Version: 0.9.6
|
||||
Release: 0
|
||||
Summary: Pretty printer for pytest progress
|
||||
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}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{python_sitelib}/*
|
||||
%pycache_only %{python_sitelib}/__pycache__/*.pyc
|
||||
%{python_sitelib}/pytest_sugar.py
|
||||
%{python_sitelib}/pytest_sugar-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user