Accepting request 1238044 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1238044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asttokens?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2025-01-17 17:36:54 +00:00 committed by Git OBS Bridge
commit 9f2ac65830
4 changed files with 14 additions and 11 deletions

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

Binary file not shown.

3
asttokens-3.0.0.tar.gz Normal file
View File

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

View File

@ -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 <ecsos@opensuse.org> Fri Oct 27 08:14:19 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-asttokens # spec file for package python-asttokens
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# Copyright (c) 2019-2021 Malcolm J Lewis <malcolmlewis@opensuse.org> # Copyright (c) 2019-2021 Malcolm J Lewis <malcolmlewis@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # 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_python2 1
%define skip_python36 1 %define skip_python36 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-asttokens Name: python-asttokens
Version: 2.4.1 Version: 3.0.0
Release: 0 Release: 0
Summary: Annotate AST trees with source code positions Summary: Annotate AST trees with source code positions
License: Apache-2.0 License: Apache-2.0
@ -34,14 +33,10 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 44} BuildRequires: %{python_module setuptools >= 44}
BuildRequires: %{python_module setuptools_scm >= 3.4.3} BuildRequires: %{python_module setuptools_scm >= 3.4.3}
BuildRequires: %{python_module six}
BuildRequires: %{python_module toml} BuildRequires: %{python_module toml}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
## Manual Begin
Requires: python-six
## Manual End
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@ -66,6 +61,7 @@ export LC_ALL=en_US.utf8
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/* %{python_sitelib}/asttokens-%{version}-*-info
%{python_sitelib}/asttokens
%changelog %changelog