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:
parent
75fbf2ab8d
commit
87dd0b9fa4
@ -1,6 +1,6 @@
|
|||||||
Name: python-intervaltree
|
Name: python-intervaltree
|
||||||
Version: 3.1.0
|
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
|
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
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,9 +10,10 @@ URL: https://pypi.org/project/intervaltree/
|
|||||||
Source: https://pypi.debian.net/intervaltree/intervaltree-%{version}.tar.gz
|
Source: https://pypi.debian.net/intervaltree/intervaltree-%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(sortedcontainers)
|
BuildRequires: python3.11dist(sortedcontainers)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%{python_sitearch}/intervaltree-%{version}-py*.egg-info/*
|
%{python_sitearch}/intervaltree-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 3.1.0-3mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user