From 1fcf44352ff4b4401df49ae5bc1df4e66bd8822631975e822e2ef321b8336a4c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 6 Dec 2022 15:18:13 +0000 Subject: [PATCH] Accepting request 1040485 from home:yarunachalam:branches:devel:languages:python - Update to 0.18.2 * Added dataclass-equivalent for attrs.define * Find fixtures from Pytest entrypoints; Examples of pytest plugins installed like this are pytest-django, pytest-sugar and Faker. * Fixed Project.search, when a venv was involved, which is why for example :Pyimport django.db did not work in some cases in jedi-vim. * And many smaller bugfixes OBS-URL: https://build.opensuse.org/request/show/1040485 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=93 --- jedi-0.18.1.tar.gz | 3 --- jedi-0.18.2.tar.gz | 3 +++ python-jedi.changes | 9 +++++++++ python-jedi.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 jedi-0.18.1.tar.gz create mode 100644 jedi-0.18.2.tar.gz diff --git a/jedi-0.18.1.tar.gz b/jedi-0.18.1.tar.gz deleted file mode 100644 index f8d9366..0000000 --- a/jedi-0.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab -size 1222511 diff --git a/jedi-0.18.2.tar.gz b/jedi-0.18.2.tar.gz new file mode 100644 index 0000000..2752f3c --- /dev/null +++ b/jedi-0.18.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae794c30d07f6d910d32a7048af09b5a39ed740918da923c6b780790ebac612 +size 1225011 diff --git a/python-jedi.changes b/python-jedi.changes index 5f441b3..133a486 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 6 03:49:55 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.18.2 + * Added dataclass-equivalent for attrs.define + * Find fixtures from Pytest entrypoints; Examples of pytest plugins installed like this are pytest-django, pytest-sugar and Faker. + * Fixed Project.search, when a venv was involved, which is why for example :Pyimport django.db did not work in some cases in jedi-vim. + * And many smaller bugfixes + ------------------------------------------------------------------- Sun Mar 27 18:44:40 UTC 2022 - Ben Greiner diff --git a/python-jedi.spec b/python-jedi.spec index 04799e4..6ef1262 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jedi -Version: 0.18.1 +Version: 0.18.2 Release: 0 Summary: An autocompletion tool for Python License: MIT AND Python-2.0