14
0

Accepting request 1008645 from home:yarunachalam:branches:devel:languages:python

- 0.17.5
  Make to compile, to build and to test successfully for python 3.11.

OBS-URL: https://build.opensuse.org/request/show/1008645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recordclass?expand=0&rev=3
This commit is contained in:
2022-10-07 07:52:26 +00:00
committed by Git OBS Bridge
parent c846fc1533
commit 5ff5af9a31
4 changed files with 11 additions and 5 deletions

View File

@@ -18,16 +18,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-recordclass
Version: 0.17.2
Version: 0.17.5
Release: 0
Summary: Library implementing a mutable variant of namedtuple
License: MIT
URL: https://bitbucket.org/intellimath/recordclass
Source: https://files.pythonhosted.org/packages/source/r/recordclass/recordclass-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION Test requirements
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pyperf}