Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
80f870d80d |
@@ -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>
|
Wed Sep 6 15:43:14 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-virtue
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-virtue
|
Name: python-virtue
|
||||||
Version: 2023.8.2
|
Version: 2025.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: After trial comes virtue. A test runner for good
|
Summary: After trial comes virtue. A test runner for good
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -31,21 +31,21 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module Twisted >= 23.10.0rc1}
|
||||||
BuildRequires: %{python_module attrs >= 19}
|
BuildRequires: %{python_module attrs >= 19}
|
||||||
BuildRequires: %{python_module Twisted}
|
|
||||||
BuildRequires: %{python_module click}
|
BuildRequires: %{python_module click}
|
||||||
BuildRequires: %{python_module colorama}
|
BuildRequires: %{python_module colorama}
|
||||||
BuildRequires: %{python_module pyrsistent}
|
BuildRequires: %{python_module pyrsistent}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Requires: python-Twisted
|
Requires: python-Twisted >= 23.10.0rc1
|
||||||
Requires: python-attrs >= 19
|
Requires: python-attrs >= 19
|
||||||
Requires: python-click
|
Requires: python-click
|
||||||
Requires: python-colorama
|
Requires: python-colorama
|
||||||
Requires: python-pyrsistent
|
Requires: python-pyrsistent
|
||||||
Suggests: python-importlib_metadata
|
Suggests: python-importlib_metadata
|
||||||
Suggests: python-pkgutil_resolve_name >= 1.3.10
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -63,6 +63,10 @@ After trial comes virtue. A test runner for good.
|
|||||||
%python_clone -a %{buildroot}%{_bindir}/virtue
|
%python_clone -a %{buildroot}%{_bindir}/virtue
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%check
|
||||||
|
export PYTEST_IGNORE="test_foo"
|
||||||
|
%pytest -k "not (${PYTEST_IGNORE})"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative virtue
|
%python_install_alternative virtue
|
||||||
|
|
||||||
|
BIN
virtue-2023.8.2.tar.gz
(Stored with Git LFS)
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
BIN
virtue-2025.2.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user