diff --git a/python-rope.changes b/python-rope.changes index febb795..2f0d59a 100644 --- a/python-rope.changes +++ b/python-rope.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Feb 20 21:01:54 UTC 2022 - Dirk Müller + +- update to 0.22.0: + * #443 Implement `yield from` syntax support to patchedast.py + * #445, #446 Improve empty tuple and handling of parentheses + around tuple + * #270, #432 Fix rename import statement with dots and as keyword + ------------------------------------------------------------------- Tue Oct 26 13:44:20 UTC 2021 - Matej Cepl diff --git a/python-rope.spec b/python-rope.spec index 1a93371..101878a 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,7 +1,7 @@ # # spec file for package python-rope # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define upname rope %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rope -Version: 0.21.0 +Version: 0.22.0 Release: 0 Summary: A python refactoring library License: LGPL-3.0-or-later diff --git a/rope-0.21.0.tar.gz b/rope-0.21.0.tar.gz deleted file mode 100644 index 112f7c5..0000000 --- a/rope-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:366789e069a267296889b2ee7631f9278173b5e7d468f2ea08abe26069a52aef -size 256456 diff --git a/rope-0.22.0.tar.gz b/rope-0.22.0.tar.gz new file mode 100644 index 0000000..cbf2a2c --- /dev/null +++ b/rope-0.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00fbc064a26fc62d7220578a27fd639b2fad57213663cc396c137e92d73f10f +size 260138