diff --git a/pytest-sugar-0.9.7.tar.gz b/pytest-sugar-0.9.7.tar.gz deleted file mode 100644 index 1ba5c99..0000000 --- a/pytest-sugar-0.9.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1e74c1abfa55f7241cf7088032b6e378566f16b938f3f08905e2cf4494edd46 -size 14874 diff --git a/pytest-sugar-1.0.0.tar.gz b/pytest-sugar-1.0.0.tar.gz new file mode 100644 index 0000000..2dfc179 --- /dev/null +++ b/pytest-sugar-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6422e83258f5b0c04ce7c632176c7732cab5fdb909cb39cca5c9139f81276c0a +size 14992 diff --git a/python-pytest-sugar.changes b/python-pytest-sugar.changes index 8b2329c..54871ae 100644 --- a/python-pytest-sugar.changes +++ b/python-pytest-sugar.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 1 20:51:57 UTC 2024 - Dirk Müller + +- update to 1.0.0: + * Add support for pytest 8.x + * Drop support for Python 3.7 + ------------------------------------------------------------------- Thu Jul 27 12:46:32 UTC 2023 - ecsos @@ -13,7 +20,7 @@ Thu May 4 22:24:11 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Wed Nov 30 11:39:52 UTC 2022 - Daniel Garcia -- Remove python_module macro definition +- Remove python_module macro definition - More specific python_sitelib in %files - Update to 0.9.6: * Remove py.std calls (thanks @alexcjohnson) @@ -67,4 +74,4 @@ Fri Nov 17 12:06:50 UTC 2017 - jengelh@inai.de ------------------------------------------------------------------- Wed Nov 15 09:59:13 UTC 2017 - mimi.vx@gmail.com -- initial package +- initial package diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index b531d17..c9f962c 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-sugar # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,17 @@ %{?sle15_python_module_pythons} Name: python-pytest-sugar -Version: 0.9.7 +Version: 1.0.0 Release: 0 Summary: Pretty printer for pytest progress License: BSD-3-Clause URL: https://github.com/Frozenball/pytest-sugar Source: https://files.pythonhosted.org/packages/source/p/pytest-sugar/pytest-sugar-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module termcolor} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytest @@ -41,10 +43,10 @@ pytest-sugar is a plugin for py.test that shows failures and errors instantly an %setup -q -n pytest-sugar-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,6 +57,6 @@ pytest-sugar is a plugin for py.test that shows failures and errors instantly an %doc README.md %pycache_only %{python_sitelib}/__pycache__/*.pyc %{python_sitelib}/pytest_sugar.py -%{python_sitelib}/pytest_sugar-%{version}*-info +%{python_sitelib}/pytest_sugar-%{version}.dist-info %changelog