From 9e376348223b8a4f982cc900d813d42ea7bdc4bde559760b1f4ac9c9b9bd924b Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 30 Nov 2022 11:41:28 +0000 Subject: [PATCH] - 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 --- pytest-sugar-0.9.4.tar.gz | 3 --- pytest-sugar-0.9.6.tar.gz | 3 +++ python-pytest-sugar.changes | 12 ++++++++++++ python-pytest-sugar.spec | 9 +++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 pytest-sugar-0.9.4.tar.gz create mode 100644 pytest-sugar-0.9.6.tar.gz diff --git a/pytest-sugar-0.9.4.tar.gz b/pytest-sugar-0.9.4.tar.gz deleted file mode 100644 index 625f585..0000000 --- a/pytest-sugar-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3 -size 12727 diff --git a/pytest-sugar-0.9.6.tar.gz b/pytest-sugar-0.9.6.tar.gz new file mode 100644 index 0000000..ebfb603 --- /dev/null +++ b/pytest-sugar-0.9.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4793495f3c32e114f0f5416290946c316eb96ad5a3684dcdadda9267e59b2b8 +size 13702 diff --git a/python-pytest-sugar.changes b/python-pytest-sugar.changes index c3f1d5b..bd9c6a1 100644 --- a/python-pytest-sugar.changes +++ b/python-pytest-sugar.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 30 11:39:52 UTC 2022 - Daniel Garcia + +- 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 diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index cc57414..e714036 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -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