From 87dd0b9fa44c7bdab512c2928d5a6131562ca81f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:17:04 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 3.1.0-4mamba;Tue Sep 26 2023] --- python-intervaltree.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-intervaltree.spec b/python-intervaltree.spec index ccfcf87..dcd361e 100644 --- a/python-intervaltree.spec +++ b/python-intervaltree.spec @@ -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 3.1.0-4mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Fri Apr 07 2023 Sdk Build System 3.1.0-3mamba - rebuilt with python 3.10