diff --git a/python-virtue.changes b/python-virtue.changes index 13fbfaa..77891b4 100644 --- a/python-virtue.changes +++ b/python-virtue.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 7 18:18:38 UTC 2025 - Johannes Kastl + +- update to 2025.2.1: + no changelog available, diff here: + https://github.com/Julian/Virtue/compare/v2023.08.2...v2025.2.1 + ------------------------------------------------------------------- Wed Sep 6 15:43:14 UTC 2023 - Johannes Kastl diff --git a/python-virtue.spec b/python-virtue.spec index 21699f1..88988e5 100644 --- a/python-virtue.spec +++ b/python-virtue.spec @@ -1,7 +1,7 @@ # # spec file for package python-virtue # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-virtue -Version: 2023.8.2 +Version: 2025.2.1 Release: 0 Summary: After trial comes virtue. A test runner for good License: MIT @@ -31,21 +31,21 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module Twisted >= 23.10.0rc1} BuildRequires: %{python_module attrs >= 19} -BuildRequires: %{python_module Twisted} BuildRequires: %{python_module click} BuildRequires: %{python_module colorama} BuildRequires: %{python_module pyrsistent} # /SECTION Requires(post): update-alternatives -Requires(postun):update-alternatives -Requires: python-Twisted +Requires(postun): update-alternatives +Requires: python-Twisted >= 23.10.0rc1 Requires: python-attrs >= 19 Requires: python-click Requires: python-colorama Requires: python-pyrsistent Suggests: python-importlib_metadata -Suggests: python-pkgutil_resolve_name >= 1.3.10 BuildArch: noarch %python_subpackages @@ -63,6 +63,10 @@ After trial comes virtue. A test runner for good. %python_clone -a %{buildroot}%{_bindir}/virtue %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +export PYTEST_IGNORE="test_foo" +%pytest -k "not (${PYTEST_IGNORE})" + %post %python_install_alternative virtue diff --git a/virtue-2023.8.2.tar.gz b/virtue-2023.8.2.tar.gz deleted file mode 100644 index 4dcb5fc..0000000 --- a/virtue-2023.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ced7dd508d187897c49de18760c91a211ac7787d579d372a51a607e8c207c8e -size 20783 diff --git a/virtue-2025.2.1.tar.gz b/virtue-2025.2.1.tar.gz new file mode 100644 index 0000000..fb1c3f7 --- /dev/null +++ b/virtue-2025.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8f329205629b2366c98bb0577d070abac4a5b0b91c9c73736b124252c98830 +size 33921