Sync from SUSE:SLFO:Main python-virtue revision 18e5706b2b8f9714f798ac9e2de8ccb8

This commit is contained in:
2025-05-17 16:13:05 +02:00
parent 6cfcc96ca1
commit 80f870d80d
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 7 18:18:38 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <kastl@b1-systems.de>

View File

@@ -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

BIN
virtue-2023.8.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
virtue-2025.2.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.