14
0

Accepting request 1269152 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1269152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-roman-numerals?expand=0&rev=2
This commit is contained in:
2025-04-15 14:45:00 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 10 14:15:00 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Enable sle15_python_module_pythons to only build for Python 3.11 on Leap
(does not build with old pytest anymore)
-------------------------------------------------------------------
Wed Mar 12 14:15:24 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,6 +16,7 @@
#
%{?sle15_python_module_pythons}
Name: python-roman-numerals
Version: 3.1.0
Release: 0
@@ -25,15 +26,15 @@ URL: https://github.com/AA-Turner/roman-numerals/
Source: https://files.pythonhosted.org/packages/source/r/roman-numerals/roman_numerals-%{version}.tar.gz
BuildRequires: %{python_module flit-core >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Suggests: python-mypy = 1.15.0
Suggests: python-pyright = 1.1.394
Suggests: python-ruff = 0.9.7
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest >= 8}
# /SECTION
BuildRequires: fdupes
Suggests: python-mypy == 1.15.0
Suggests: python-ruff == 0.9.7
Suggests: python-pyright == 1.1.394
BuildArch: noarch
%python_subpackages
%description