Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 11 additions and 14 deletions

BIN
asttokens-2.4.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0dcd8baa8d62b0c1d118b399b2ddba3c4aff271d0d7a9e0d4c1681c79035bbc7
size 61978

View File

@ -1,10 +1,3 @@
-------------------------------------------------------------------
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 <ecsos@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-asttokens
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2019-2021 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -17,11 +17,12 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
%{?sle15_python_module_pythons}
Name: python-asttokens
Version: 3.0.0
Version: 2.4.1
Release: 0
Summary: Annotate AST trees with source code positions
License: Apache-2.0
@ -33,10 +34,14 @@ 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
@ -61,7 +66,6 @@ export LC_ALL=en_US.utf8
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/asttokens-%{version}-*-info
%{python_sitelib}/asttokens
%{python_sitelib}/*
%changelog