rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba [release 3.2.1-2mamba;Wed Jul 08 2026]
This commit is contained in:
+11
-10
@@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-intervaltree
|
||||
Version: 3.2.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
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
|
||||
@@ -12,21 +12,19 @@ Source: https://pypi.debian.net/intervaltree/intervaltree-%{version}.tar.
|
||||
License: Apache License 2.0
|
||||
BuildArch: noarch
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(sortedcontainers)
|
||||
BuildRequires: libpython314-devel
|
||||
BuildRequires: python3.14dist(sortedcontainers)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3 >= 0:3.14.6-2mamba
|
||||
BuildRequires: python-uv-dynamic-versioning-py3
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
Requires: python-sortedcontainers
|
||||
Obsoletes: python-intervaltree-py3 < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: python-intervaltree-py3 = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%define py_requires_append \
|
||||
Requires: python-sortedcontainers%{?pyappend:-%pyappend}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n intervaltree-%{version}
|
||||
|
||||
@@ -44,7 +42,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
#done
|
||||
#%endif
|
||||
|
||||
%files %{?pyappend}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||
@@ -52,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
%{python_sitelib}/%{pkgname}/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 08 2026 Automatic Build System <autodist@openmamba.org> 3.2.1-2mamba
|
||||
- rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba
|
||||
|
||||
* Sun Jan 25 2026 Automatic Build System <autodist@openmamba.org> 3.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user