diff --git a/python-rope.spec b/python-rope.spec index 96e9232e90513a55acd48ed851576cf540179379..f76e303b22df1841f5bce0f04db11d420e6eaa57 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -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 - 1.12.0-1 +- Update package to version 1.12.0 +- Add error handling for extract of incomplete block + * Mon Jul 10 2023 chenzixuan - 1.9.0-1 - update to version 1.9.0 diff --git a/rope-1.12.0.tar.gz b/rope-1.12.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8bebad40feb2c2372a7dc5d52d3535e45b0184c1 Binary files /dev/null and b/rope-1.12.0.tar.gz differ diff --git a/rope-1.9.0.tar.gz b/rope-1.9.0.tar.gz deleted file mode 100644 index 654ed6a25bfbe20680ec2c0ba9127a044f300f94..0000000000000000000000000000000000000000 Binary files a/rope-1.9.0.tar.gz and /dev/null differ