diff --git a/python-Rtree.spec b/python-Rtree.spec index e94aab2..16b29b1 100644 --- a/python-Rtree.spec +++ b/python-Rtree.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-Rtree -Version: 0.9.7 +Version: 1.0.0 Release: 1mamba Summary: R-Tree spatial index for Python GIS Group: System/Libraries @@ -12,6 +12,7 @@ Source: https://pypi.debian.net/Rtree/Rtree-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(typing-extensions) ## AUTOBUILDREQ-END %description @@ -44,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %changelog +* Wed Apr 06 2022 Automatic Build System 1.0.0-1mamba +- automatic version update by autodist + * Sun Feb 13 2022 Silvan Calarco 0.9.7-1mamba - package created using the webbuild interface