%global modname anytree Name: python-anytree Version: 2.13.0 Release: 1%{?dist} Summary: Powerful and Lightweight Python Tree Data Structure # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 URL: https://pypi.io/project/anytree Source0: %pypi_source %{modname} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %description Powerful and Lightweight Python Tree Data Structure with various plugins. %package -n python3-anytree Summary: Powerful and Lightweight Python Tree Data Structure %description -n python3-anytree Powerful and Lightweight Python Tree Data Structure with various plugins. %prep %setup -q -n %{modname}-%{version} rm -rf %{modname}.egg-info # Make sure tooling is happy with license format (in both Fedora and RHEL) sed -i 's/license = "Apache-2.0"/license = {text = "Apache-2.0"}/' pyproject.toml %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l anytree -L %files -n python3-anytree -f %{pyproject_files} %license LICENSE %doc README.rst %changelog * Sat Jun 20 2026 Federico Pellegrin - 2.13.0-1 - Bump to 2.13.0, use new Python macros (rhbz#2377452) * Wed Jun 03 2026 Python Maint - 2.8.0-25 - Rebuilt for Python 3.15 * Sat Jan 17 2026 Fedora Release Engineering - 2.8.0-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Sep 19 2025 Python Maint - 2.8.0-23 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint - 2.8.0-22 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 2.8.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Mon Jun 02 2025 Python Maint - 2.8.0-20 - Rebuilt for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering - 2.8.0-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Jul 24 2024 Miroslav Suchý - 2.8.0-18 - convert license to SPDX * Fri Jul 19 2024 Fedora Release Engineering - 2.8.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 2.8.0-16 - Rebuilt for Python 3.13 * Mon Jan 29 2024 Fedora Release Engineering - 2.8.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 26 2024 Fedora Release Engineering - 2.8.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 2.8.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 2.8.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 2.8.0-11 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 2.8.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 2.8.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 2.8.0-8 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 2.8.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 2.8.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 02 2021 Python Maint - 2.8.0-5 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 2.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering - 2.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri May 22 2020 Miro Hrončok - 2.8.0-2 - Rebuilt for Python 3.9 * Fri Mar 06 2020 Gerd Pokorra - 2.8.0-1 - The sources now has the license file included * Thu Jan 30 2020 Fedora Release Engineering - 2.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Nov 03 2019 Lubomir Rintel - 2.7.2-2 - Fixes suggested in a review from Elliott Sales de Andrade (#1768186): - Fix the license file location - Tag the license file appropriately - Use the apppropriate python build tags * Sun Nov 03 2019 Lubomir Rintel - 2.7.2-1 - Initial packaging