15
0
forked from pool/python-radon

Compare commits

2 Commits

2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 23 04:48:46 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Use poetry-core for building.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 1 04:45:39 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com> Fri Sep 1 04:45:39 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-radon # spec file for package python-radon
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors
# #
# 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
@@ -27,8 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/r/radon/radon-%{v
# PATCH-FIX-UPSTREAM gh#rubik/radon#250 # PATCH-FIX-UPSTREAM gh#rubik/radon#250
Patch0: add-scripts-to-pyproject.toml.patch Patch0: add-scripts-to-pyproject.toml.patch
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry} BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-colorama >= 0.4.1 Requires: python-colorama >= 0.4.1