From ce9be89ce84f48cdd7234371500318f0e94fb8a8d4291a7aad13e3b7d7fd3d5e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 29 Oct 2022 11:43:40 +0000 Subject: [PATCH] Accepting request 1031647 from home:yarunachalam:branches:devel:languages:python - Update to 2.12.12: * Add the ``length`` parameter to ``hash.digest`` & ``hash.hexdigest`` in the ``hashlib`` brain. Refs PyCQA/pylint#4039 * Prevent a crash when a module's ``__path__`` attribute is unexpectedly missing. Refs PyCQA/pylint#7592 * Fix inferring attributes with empty annotation assignments if parent class contains valid assignment. Refs PyCQA/pylint#7631 OBS-URL: https://build.opensuse.org/request/show/1031647 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=76 --- astroid-2.12.11-gh.tar.gz | 3 --- astroid-2.12.12-gh.tar.gz | 3 +++ python-astroid.changes | 12 ++++++++++++ python-astroid.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 astroid-2.12.11-gh.tar.gz create mode 100644 astroid-2.12.12-gh.tar.gz diff --git a/astroid-2.12.11-gh.tar.gz b/astroid-2.12.11-gh.tar.gz deleted file mode 100644 index f136292..0000000 --- a/astroid-2.12.11-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a391ffd6d44ea72f31dac326cec6fda5c326f5c68886b628260bfb202b7d58d4 -size 436132 diff --git a/astroid-2.12.12-gh.tar.gz b/astroid-2.12.12-gh.tar.gz new file mode 100644 index 0000000..5af5c05 --- /dev/null +++ b/astroid-2.12.12-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8409e1aaa1119b1417b37aa5ec4987477730bdd7c132c51f650e34363b0418 +size 437277 diff --git a/python-astroid.changes b/python-astroid.changes index c8fae48..9e2cbe2 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Oct 27 21:41:48 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 2.12.12: + * Add the ``length`` parameter to ``hash.digest`` & ``hash.hexdigest`` in the ``hashlib`` brain. + Refs PyCQA/pylint#4039 + * Prevent a crash when a module's ``__path__`` attribute is unexpectedly missing. + Refs PyCQA/pylint#7592 + * Fix inferring attributes with empty annotation assignments if parent + class contains valid assignment. + Refs PyCQA/pylint#7631 + ------------------------------------------------------------------- Thu Oct 13 19:31:55 UTC 2022 - Dirk Müller diff --git a/python-astroid.spec b/python-astroid.spec index 3ba4fac..76b6bbe 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -17,7 +17,7 @@ Name: python-astroid -Version: 2.12.11 +Version: 2.12.12 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later