%global commit 7f3c0dd8bd9ed89e3e146f934212516831147c51 %global short_commit %(c=%{commit}; echo ${c:0:7}) %global commit_date 20230801 %global commit_release .%{commit_date}git%{short_commit} Name: python-ana Version: 0.06 Release: 23%{commit_release}%{?dist} Summary: Python module to provide easy distributed data storage License: BSD-2-Clause URL: https://github.com/zardus/ana Source0: https://github.com/zardus/ana/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: ANA is a project to provide easy distributed data storage. It provides every object with a UUID and, when pickled, will first serialize the object's state to a central location and then "pickle" the object into just its UUID.} %description %_description %package -n python3-ana Summary: %{summary} %description -n python3-ana %_description %prep %autosetup -p1 -n ana-%{commit} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel sed -i "s|assertEquals|assertEqual|g" test.py # Patch deprecated synonym. %install %pyproject_install %pyproject_save_files -l ana %check %{py3_test_envvars} %{python3} test.py %files -n python3-ana -f %{pyproject_files} %license LICENSE %doc README.md %changelog * Thu Oct 23 2025 W. Michael Petullo - 0.06-23 - Unretire - Use new Python packaging macros * Fri Aug 15 2025 Python Maint - 0.06-22 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 0.06-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Mon Jun 02 2025 Python Maint - 0.06-20 - Rebuilt for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering - 0.06-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering - 0.06-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 0.06-17 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 0.06-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 0.06-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jul 23 2023 Lumír Balhar - 0.06-14 - Drop dependency on python3-future * Fri Jul 21 2023 Fedora Release Engineering - 0.06-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 0.06-12 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 0.06-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 0.06-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.06-9 - Rebuilt for Python 3.11 * Mon Mar 07 2022 Karolina Surma - 0.06-8 - Fix package build with setuptools >= 60.x * Fri Jan 21 2022 Fedora Release Engineering - 0.06-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.06-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.06-5 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.06-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering - 0.06-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 0.06-2 - Rebuilt for Python 3.9 * Tue Feb 25 2020 Fabian Affolter - 0.06-1 - Initial package for Fedora