rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 3.1.0-4mamba;Tue Sep 26 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:17:04 +01:00
parent 75fbf2ab8d
commit 87dd0b9fa4

View File

@ -1,6 +1,6 @@
Name: python-intervaltree
Version: 3.1.0
Release: 3mamba
Release: 4mamba
Summary: A mutable, self-balancing interval tree for Python 2 and 3. Queries may be by point, by range overlap, or by range envelopment
Group: System/Libraries
Vendor: openmamba
@ -10,9 +10,10 @@ URL: https://pypi.org/project/intervaltree/
Source: https://pypi.debian.net/intervaltree/intervaltree-%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(sortedcontainers)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(sortedcontainers)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/intervaltree-%{version}-py*.egg-info/*
%changelog
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 3.1.0-4mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 3.1.0-3mamba
- rebuilt with python 3.10