From 8005bef53ec7d2d8af6394cd4c698ba0439087c4688986249177afd8d29e63fa Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Fri, 23 Sep 2022 12:07:23 +0000 Subject: [PATCH] Accepting request 1005615 from home:ecsos:messenger:matrix - Update to version 2.0.8: * Merge pull request #90 from palfrey/fix-explicit-import * Fix mypy explicit re-export issues - Changes from version 2.0.7: * Merge pull request #87 from gristlabs/astroid-type-checking * Fix astroid type checking import errors OBS-URL: https://build.opensuse.org/request/show/1005615 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asttokens?expand=0&rev=7 --- asttokens-2.0.5.tar.gz | 3 --- asttokens-2.0.8.tar.gz | 3 +++ python-asttokens.changes | 10 ++++++++++ python-asttokens.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 asttokens-2.0.5.tar.gz create mode 100644 asttokens-2.0.8.tar.gz diff --git a/asttokens-2.0.5.tar.gz b/asttokens-2.0.5.tar.gz deleted file mode 100644 index 852eab0..0000000 --- a/asttokens-2.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5 -size 50218 diff --git a/asttokens-2.0.8.tar.gz b/asttokens-2.0.8.tar.gz new file mode 100644 index 0000000..7dfeb37 --- /dev/null +++ b/asttokens-2.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61e16246ecfb2cde2958406b4c8ebc043c9e6d73aaa83c941673b35e5d3a76b +size 55101 diff --git a/python-asttokens.changes b/python-asttokens.changes index 29297fc..fe9d7fd 100644 --- a/python-asttokens.changes +++ b/python-asttokens.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Sep 23 11:59:52 UTC 2022 - ecsos + +- Update to version 2.0.8: + * Merge pull request #90 from palfrey/fix-explicit-import + * Fix mypy explicit re-export issues +- Changes from version 2.0.7: + * Merge pull request #87 from gristlabs/astroid-type-checking + * Fix astroid type checking import errors + ------------------------------------------------------------------- Fri Nov 19 10:21:46 UTC 2021 - ecsos diff --git a/python-asttokens.spec b/python-asttokens.spec index 575f6cb..613917a 100644 --- a/python-asttokens.spec +++ b/python-asttokens.spec @@ -1,7 +1,7 @@ # # spec file for package python-asttokens # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2019-2021 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties @@ -21,7 +21,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-asttokens -Version: 2.0.5 +Version: 2.0.8 Release: 0 Summary: Annotate AST trees with source code positions License: Apache-2.0