Update package to version 1.12.0

This commit is contained in:
jxy_git 2024-03-14 17:26:51 +08:00
parent 9ff59378f8
commit 543d7396e6
3 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-rope
Version: 1.9.0
Version: 1.12.0
Release: 1
Summary: a python refactoring library...
License: LGPL-3.0-or-later and LGPL-3.0-only and GPL-3.0-only
URL: https://github.com/python-rope/rope
Source0: https://files.pythonhosted.org/packages/3d/1f/d61b1e57a148cbc7c0d01437df44d276bed97bf043efb81abbeba1ba0a8c/rope-1.9.0.tar.gz
Source0: https://files.pythonhosted.org/packages/4c/c5/606e9b76ce5f0fe1b66db493b13e4dc6a9d495570d30fc8ea76d275693d9/rope-1.12.0.tar.gz
BuildArch: noarch
@ -14,7 +14,7 @@ Rope is a python refactoring library.
%package -n python3-rope
Summary: a python refactoring library...
Provides: python-rope
Provides: python-rope = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
@ -78,6 +78,10 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \
%{_docdir}/*
%changelog
* Thu Mar 14 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.12.0-1
- Update package to version 1.12.0
- Add error handling for extract of incomplete block
* Mon Jul 10 2023 chenzixuan <chenzixuan@kylinos.cn> - 1.9.0-1
- update to version 1.9.0

BIN
rope-1.12.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.