diff --git a/python-rope.spec b/python-rope.spec index a1b7c481d05bd0f3409d1f6cae68496cacdd90e1..108a0d695e6f848ea2d10b4250c83ed5b90a64ed 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rope -Version: 1.13.0 +Version: 1.14.0 Release: 1 Summary: a python refactoring library... License: LGPL-3.0-or-later URL: https://github.com/python-rope/rope -Source0: https://files.pythonhosted.org/packages/1c/c1/875e0270ac39b764fcb16c2dfece14a42747dbd0f181ac3864bff3126af1/rope-1.13.0.tar.gz +Source0: %{pypi_source rope} BuildArch: noarch @@ -78,6 +78,15 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \ %{_docdir}/* %changelog +* Fri Aug 08 2025 yaoxin <1024769339@qq.com> - 1.14.0-1 +- Update to 1.14.0: + * Isolate tests that uses external_fixturepkg into a venv + * Refactor movetest.py + * Add type hints to importinfo.py and add repr to ImportInfo + * Implement preferred_import_style + * Add explicit sphinx.configuration key + * Adapt conditional for Python 3.14 + * 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 diff --git a/rope-1.13.0.tar.gz b/rope-1.13.0.tar.gz deleted file mode 100644 index b0635c421296fc08348a625e74a748e20b04010c..0000000000000000000000000000000000000000 Binary files a/rope-1.13.0.tar.gz and /dev/null differ diff --git a/rope-1.14.0.tar.gz b/rope-1.14.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8d9fca6285ff8075d81b96ba992541bcf933c5d9 Binary files /dev/null and b/rope-1.14.0.tar.gz differ