From 7819d0a77e73f2f2ee4dae0ccd4a2428ca427eb125d9dfeecd311aac563b343a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 8 Aug 2024 10:28:42 +0000 Subject: [PATCH] Accepting request 1191844 from home:glaubitz:branches:devel:languages:python - Update to 3.3.0 * Add support for Python 3.13. * Remove support for Python 3.8 (and constants `PY38`, `PY39_PLUS`, and `PYPY_7_3_11_PLUS`). * Add the ``__annotations__`` attribute to the ``ClassDef`` object model. * Implement inference for JoinedStr and FormattedValue * Add support for ``ssl.OP_LEGACY_SERVER_CONNECT`` (new in Python 3.12). OBS-URL: https://build.opensuse.org/request/show/1191844 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=105 --- astroid-3.2.4-gh.tar.gz | 3 --- astroid-3.3.0-gh.tar.gz | 3 +++ python-astroid.changes | 11 +++++++++++ python-astroid.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 astroid-3.2.4-gh.tar.gz create mode 100644 astroid-3.3.0-gh.tar.gz diff --git a/astroid-3.2.4-gh.tar.gz b/astroid-3.2.4-gh.tar.gz deleted file mode 100644 index 2af8be1..0000000 --- a/astroid-3.2.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e668c1d31790c6dcc4ab0ec6251cb02ed3c610a860d66ffeb6f72f1811f13605 -size 465788 diff --git a/astroid-3.3.0-gh.tar.gz b/astroid-3.3.0-gh.tar.gz new file mode 100644 index 0000000..ae06908 --- /dev/null +++ b/astroid-3.3.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5da09c3adce28afa8686b9753fe7d0c7ad04ace41cfe34f62761c659402de0d +size 463962 diff --git a/python-astroid.changes b/python-astroid.changes index 3607a41..898c489 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Aug 6 09:29:26 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 3.3.0 + * Add support for Python 3.13. + * Remove support for Python 3.8 (and constants `PY38`, + `PY39_PLUS`, and `PYPY_7_3_11_PLUS`). + * Add the ``__annotations__`` attribute to the ``ClassDef`` object model. + * Implement inference for JoinedStr and FormattedValue + * Add support for ``ssl.OP_LEGACY_SERVER_CONNECT`` (new in Python 3.12). + ------------------------------------------------------------------- Mon Jul 22 12:43:32 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-astroid.spec b/python-astroid.spec index d931a49..37dc622 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-astroid -Version: 3.2.4 +Version: 3.3.0 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later