diff --git a/python-rope.changes b/python-rope.changes index 83db473..6497022 100644 --- a/python-rope.changes +++ b/python-rope.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Sep 3 23:28:27 UTC 2023 - Martin Schreiner + +- Update to 1.9.0: + - Changes from 1.9.0: + * Implement nonlocal keyword + * Automatically purge autoimport.db when there is schema change + - Changes from 1.8.0: + * Install pre-commit hooks on rope repository + * Remove unused init() methods + * Reformat using black 23.1.0 + * Fix/supress all mypy complaints + * Remove a do-nothing statement in soi._handle_first_parameter + * Fix autoimport not scanning packages recursively + - Changes from 1.7.0: + * Implement MoveGlobal using string as destination module names + * Fix parsing of octal literal + * Fix fstrings with mismatched parens + * Fix renaming kwargs when refactoring from imports + * Remove init from import statement when using sqlite autoimport + * Update readme to reflect 1.0 has been released + ------------------------------------------------------------------- Fri Dec 30 10:09:12 UTC 2022 - Ben Greiner diff --git a/python-rope.spec b/python-rope.spec index dd1aa15..3355d1d 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,7 +1,7 @@ # # spec file for package python-rope # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define upname rope Name: python-rope -Version: 1.6.0 +Version: 1.9.0 Release: 0 Summary: A python refactoring library License: LGPL-3.0-or-later diff --git a/rope-1.6.0.tar.gz b/rope-1.6.0.tar.gz deleted file mode 100644 index bb5f78d..0000000 --- a/rope-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:931aea154365556a7daac01cbcece0c9c118755bfff7c65ab242b69585167eca -size 289325 diff --git a/rope-1.9.0.tar.gz b/rope-1.9.0.tar.gz new file mode 100644 index 0000000..d5eeca5 --- /dev/null +++ b/rope-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48d708132c0e062b411308732ca13933b976486b4b53d1e804f94ed08d69503 +size 298227