diff --git a/python-rope.spec b/python-rope.spec index f76e303b22df1841f5bce0f04db11d420e6eaa57..a1b7c481d05bd0f3409d1f6cae68496cacdd90e1 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rope -Version: 1.12.0 +Version: 1.13.0 Release: 1 Summary: a python refactoring library... -License: LGPL-3.0-or-later and LGPL-3.0-only and GPL-3.0-only +License: LGPL-3.0-or-later URL: https://github.com/python-rope/rope -Source0: https://files.pythonhosted.org/packages/4c/c5/606e9b76ce5f0fe1b66db493b13e4dc6a9d495570d30fc8ea76d275693d9/rope-1.12.0.tar.gz +Source0: https://files.pythonhosted.org/packages/1c/c1/875e0270ac39b764fcb16c2dfece14a42747dbd0f181ac3864bff3126af1/rope-1.13.0.tar.gz BuildArch: noarch @@ -78,6 +78,18 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \ %{_docdir}/* %changelog +* Fri May 10 2024 wangxiaomeng - 1.13.0-1 +- Update package to version 1.13.0 + - #781, #783 Isolate tests that uses external_fixturepkg into a venv + - #751 Check for ast.Attributes when finding occurrences in fstrings + - #777, #698 add validation to refuse Rename refactoring to a python keyword + - #730 Match on module aliases for autoimport suggestions + - #755 Remove dependency on build package being installed while running tests + - #780 Improved function parser to use ast parser instead of Worder + - #752 Update pre-commit + - #782 Integrate codecov with GHA + - #754 Minor type hint improvements + * Thu Mar 14 2024 jiangxinyu - 1.12.0-1 - Update package to version 1.12.0 - Add error handling for extract of incomplete block diff --git a/rope-1.12.0.tar.gz b/rope-1.12.0.tar.gz deleted file mode 100644 index 8bebad40feb2c2372a7dc5d52d3535e45b0184c1..0000000000000000000000000000000000000000 Binary files a/rope-1.12.0.tar.gz and /dev/null differ diff --git a/rope-1.13.0.tar.gz b/rope-1.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b0635c421296fc08348a625e74a748e20b04010c Binary files /dev/null and b/rope-1.13.0.tar.gz differ