automatic version update by autodist [release 1.10.0-1mamba;Sat Sep 30 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:35:42 +01:00
parent fb3e8c84a8
commit 84f2dddd21

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-rope
Version: 1.9.0
Version: 1.10.0
Release: 1mamba
Summary: A python refactoring library
Group: System/Libraries
@ -11,9 +11,10 @@ URL: https://github.com/python-rope/rope
Source: https://pypi.debian.net/rope/rope-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(pytoolconfig)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(pytoolconfig)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
Requires: python >= %python_version
%description
@ -49,6 +50,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc COPYING
%changelog
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
- automatic version update by autodist
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.9.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
- automatic version update by autodist