Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pylsp-rope for openSUSE:Factory checked in at 2022-10-06 07:41:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylsp-rope (Old) and /work/SRC/openSUSE:Factory/.python-pylsp-rope.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylsp-rope" Thu Oct 6 07:41:43 2022 rev:7 rq:1008122 version:0.1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylsp-rope/python-pylsp-rope.changes 2022-08-02 22:10:26.505988668 +0200 +++ /work/SRC/openSUSE:Factory/.python-pylsp-rope.new.2275/python-pylsp-rope.changes 2022-10-06 07:41:54.148647015 +0200 @@ -1,0 +2,12 @@ +Wed Oct 5 00:30:22 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to v0.1.10 + * Bump version + * Update README.md + * Implement introduce parameter refactoring + * Update python-publish.yml + * Update run-test.yml + * Update python-publish.yml + * Add Python 3.10 to github actions test runner + +------------------------------------------------------------------- Old: ---- pylsp-rope-0.1.9.tar.gz New: ---- pylsp-rope-0.1.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylsp-rope.spec ++++++ --- /var/tmp/diff_new_pack.4gff8U/_old 2022-10-06 07:41:55.568650177 +0200 +++ /var/tmp/diff_new_pack.4gff8U/_new 2022-10-06 07:41:55.572650186 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pylsp-rope -Version: 0.1.9 +Version: 0.1.10 Release: 0 Summary: Extended refactoring capabilities for Python LSP Server using Rope License: MIT ++++++ pylsp-rope-0.1.9.tar.gz -> pylsp-rope-0.1.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylsp-rope-0.1.9/PKG-INFO new/pylsp-rope-0.1.10/PKG-INFO --- old/pylsp-rope-0.1.9/PKG-INFO 2022-04-12 13:07:15.000983500 +0200 +++ new/pylsp-rope-0.1.10/PKG-INFO 2022-08-25 05:29:01.430132900 +0200 @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: pylsp-rope -Version: 0.1.9 +Version: 0.1.10 Summary: Extended refactoring capabilities for Python LSP Server using Rope. Home-page: https://github.com/python-rope/pylsp-rope Author: Lie Ryan Author-email: lie.1...@gmail.com License: MIT license -Platform: UNKNOWN Classifier: Programming Language :: Python Classifier: Operating System :: OS Independent Classifier: Development Status :: 2 - Pre-Alpha @@ -144,5 +143,3 @@ [Cookiecutter](https://github.com/audreyr/cookiecutter) from [lieryan/cookiecutter-pylsp-plugin](https://github.com/lieryan/cookiecutter-pylsp-plugin) project template. - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylsp-rope-0.1.9/pylsp_rope.egg-info/PKG-INFO new/pylsp-rope-0.1.10/pylsp_rope.egg-info/PKG-INFO --- old/pylsp-rope-0.1.9/pylsp_rope.egg-info/PKG-INFO 2022-04-12 13:07:14.000000000 +0200 +++ new/pylsp-rope-0.1.10/pylsp_rope.egg-info/PKG-INFO 2022-08-25 05:29:01.000000000 +0200 @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: pylsp-rope -Version: 0.1.9 +Version: 0.1.10 Summary: Extended refactoring capabilities for Python LSP Server using Rope. Home-page: https://github.com/python-rope/pylsp-rope Author: Lie Ryan Author-email: lie.1...@gmail.com License: MIT license -Platform: UNKNOWN Classifier: Programming Language :: Python Classifier: Operating System :: OS Independent Classifier: Development Status :: 2 - Pre-Alpha @@ -144,5 +143,3 @@ [Cookiecutter](https://github.com/audreyr/cookiecutter) from [lieryan/cookiecutter-pylsp-plugin](https://github.com/lieryan/cookiecutter-pylsp-plugin) project template. - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylsp-rope-0.1.9/pylsp_rope.egg-info/top_level.txt new/pylsp-rope-0.1.10/pylsp_rope.egg-info/top_level.txt --- old/pylsp-rope-0.1.9/pylsp_rope.egg-info/top_level.txt 2022-04-12 13:07:14.000000000 +0200 +++ new/pylsp-rope-0.1.10/pylsp_rope.egg-info/top_level.txt 2022-08-25 05:29:01.000000000 +0200 @@ -1,2 +1 @@ pylsp_rope -test diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylsp-rope-0.1.9/setup.cfg new/pylsp-rope-0.1.10/setup.cfg --- old/pylsp-rope-0.1.9/setup.cfg 2022-04-12 13:07:15.000983500 +0200 +++ new/pylsp-rope-0.1.10/setup.cfg 2022-08-25 05:29:01.434133000 +0200 @@ -1,6 +1,6 @@ [metadata] name = pylsp-rope -version = 0.1.9 +version = 0.1.10 author = Lie Ryan author_email = lie.1...@gmail.com url = https://github.com/python-rope/pylsp-rope @@ -25,6 +25,10 @@ typing-extensions; python_version < '3.8' python_requires = >= 3.6 +[options.packages.find] +exclude = + test* + [options.entry_points] pylsp = pylsp_rope = pylsp_rope.plugin