diff --git a/asttokens-2.4.1.tar.gz b/asttokens-2.4.1.tar.gz deleted file mode 100644 index b9ccd33..0000000 --- a/asttokens-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0 -size 62284 diff --git a/asttokens-3.0.0.tar.gz b/asttokens-3.0.0.tar.gz new file mode 100644 index 0000000..27387b7 --- /dev/null +++ b/asttokens-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcd8baa8d62b0c1d118b399b2ddba3c4aff271d0d7a9e0d4c1681c79035bbc7 +size 61978 diff --git a/python-asttokens.changes b/python-asttokens.changes index 49e8e71..391bd63 100644 --- a/python-asttokens.changes +++ b/python-asttokens.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 14 12:38:36 UTC 2025 - pgajdos@suse.com + +- version update to 3.0.0 + * no upstream changelog found + * remove dependency on six + ------------------------------------------------------------------- Fri Oct 27 08:14:19 UTC 2023 - ecsos diff --git a/python-asttokens.spec b/python-asttokens.spec index f401783..ce16f87 100644 --- a/python-asttokens.spec +++ b/python-asttokens.spec @@ -1,7 +1,7 @@ # # spec file for package python-asttokens # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2019-2021 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties @@ -17,12 +17,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %define skip_python36 1 %{?sle15_python_module_pythons} Name: python-asttokens -Version: 2.4.1 +Version: 3.0.0 Release: 0 Summary: Annotate AST trees with source code positions License: Apache-2.0 @@ -34,14 +33,10 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 44} BuildRequires: %{python_module setuptools_scm >= 3.4.3} -BuildRequires: %{python_module six} BuildRequires: %{python_module toml} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -## Manual Begin -Requires: python-six -## Manual End BuildArch: noarch %python_subpackages @@ -66,6 +61,7 @@ export LC_ALL=en_US.utf8 %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/asttokens-%{version}-*-info +%{python_sitelib}/asttokens %changelog