diff --git a/python-rope.spec b/python-rope.spec index 4d1d97badcbe53551d79e64e5710b2e314c9bf41..0f7ccd0aea76fc84319e918730c4d0e1582b9039 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rope -Version: 0.17.0 -Release: 2 +Version: 1.4.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/ba/44/714486676aeb10de586f892348973d2e6b7c2be4eaff434caaaa45e19e14/rope-0.17.0.tar.gz +Source0: https://files.pythonhosted.org/packages/4a/87/cfc4cd0a8f8a2a8b6ae019bd7e10749287f44c84a94f9b663dc98e17b7de/rope-1.4.0.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-rope-doc Rope is a python refactoring library. %prep -%autosetup -n rope-0.17.0 +%autosetup -n rope-%{version} %build %py3_build @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 27 2022 wangjunqi - 1.4.0-1 +- Update package version to 1.4.0 + * Mon May 9 2022 yaoxin - 0.17.0-2 - License compliance rectification diff --git a/rope-0.17.0.tar.gz b/rope-0.17.0.tar.gz deleted file mode 100644 index 95048daa367ef90ff9736bf257df3357c4bb5c7e..0000000000000000000000000000000000000000 Binary files a/rope-0.17.0.tar.gz and /dev/null differ diff --git a/rope-1.4.0.tar.gz b/rope-1.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6793e878b236f2e5fee52636ad67c4378517508a Binary files /dev/null and b/rope-1.4.0.tar.gz differ