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