From 7610bbfa19f617478bbd393f3bb2b80e42958dad8988885342f307301840e9bd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 19 Oct 2020 11:33:17 +0000 Subject: [PATCH] - Update to 0.18.0: - Fix `Worder.get_primary_at` for names that start like keywords. - Add guess_def_lineno() to get actual function/class definition line number - Fix SimilarFinder/_ASTMatcher to consider 1/0 and True/False to be unequal - Compatibility with Python 3.8 - Add pytest.ini to collect all tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=41 --- python-rope.changes | 13 +++++++++++++ python-rope.spec | 2 +- rope-0.17.0.tar.gz | 3 --- rope-0.18.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 rope-0.17.0.tar.gz create mode 100644 rope-0.18.0.tar.gz diff --git a/python-rope.changes b/python-rope.changes index 9b89d59..c446860 100644 --- a/python-rope.changes +++ b/python-rope.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Oct 19 11:31:41 UTC 2020 - Matej Cepl + +- Update to 0.18.0: + - Fix `Worder.get_primary_at` for names that start like + keywords. + - Add guess_def_lineno() to get actual function/class + definition line number + - Fix SimilarFinder/_ASTMatcher to consider 1/0 and True/False + to be unequal + - Compatibility with Python 3.8 + - Add pytest.ini to collect all tests + ------------------------------------------------------------------- Tue May 5 16:25:43 UTC 2020 - Matej Cepl diff --git a/python-rope.spec b/python-rope.spec index c2db3f3..c276ee0 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -19,7 +19,7 @@ %define upname rope %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rope -Version: 0.17.0 +Version: 0.18.0 Release: 0 Summary: A python refactoring library License: LGPL-3.0-or-later diff --git a/rope-0.17.0.tar.gz b/rope-0.17.0.tar.gz deleted file mode 100644 index 5f2aded..0000000 --- a/rope-0.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:658ad6705f43dcf3d6df379da9486529cf30e02d9ea14c5682aa80eb33b649e1 -size 248629 diff --git a/rope-0.18.0.tar.gz b/rope-0.18.0.tar.gz new file mode 100644 index 0000000..6505f98 --- /dev/null +++ b/rope-0.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786b5c38c530d4846aa68a42604f61b4e69a493390e3ca11b88df0fbfdc3ed04 +size 249828