From 352a1282b54d7723bf349d6587fba552d0f4f9cc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sat, 8 Jun 2024 08:09:51 +0200 Subject: [PATCH 1/8] Rebuilt for Python 3.13 From 7f4bd7bdb25541c681e577585976d456e7f68236 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 13:10:25 +0000 Subject: [PATCH 2/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From d94699c0df612a822fa54d58f68c198da08f0ea3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 16:12:54 +0000 Subject: [PATCH 3/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From d6d4db2aa550e74b416b3cdfba80635ad5b62a14 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 12:30:50 +0200 Subject: [PATCH 4/8] Rebuilt for Python 3.14 From a2f6246683b936ad249b65f7a53084bbe8fec0d2 Mon Sep 17 00:00:00 2001 From: Tim Semeijn Date: Sat, 19 Jul 2025 21:49:01 +0000 Subject: [PATCH 5/8] Stop using deprecated %py3_build/%py3_install macros (rhbz#2377891) --- python-mmtf.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/python-mmtf.spec b/python-mmtf.spec index 43815c4..82d7bf3 100644 --- a/python-mmtf.spec +++ b/python-mmtf.spec @@ -35,13 +35,11 @@ BuildArch: noarch %package -n python3-mmtf Summary: %{summary} BuildRequires: python3-devel -BuildRequires: python3-setuptools %if %{with check} BuildRequires: python3-msgpack BuildRequires: python3-pytest BuildRequires: python3-numpy %endif -%{?python_provide:%python_provide python3-mmtf} Requires: python3-msgpack %description -n python3-mmtf @@ -50,22 +48,25 @@ Requires: python3-msgpack %prep %setup -q -n %{pname}-%{version} +%generate_buildrequires +%pyproject_buildrequires + %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install +%pyproject_save_files -l mmtf %if %{with check} %check +%pyproject_check_import + %pytest mmtf/tests/codec_tests.py %endif -%files -n python3-mmtf -%license LICENSE.txt +%files -n python3-mmtf -f %{pyproject_files} %doc CHANGELOG.md README.md -%{python3_sitelib}/mmtf_python-%{version}-py%{python3_version}.egg-info -%{python3_sitelib}/mmtf %changelog %autochangelog From b60d02432290cb2797fe56fafcd0d606ce8e2ad1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 08:52:45 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 39a4d6619000b1d1c747d32ed5149bab1ea1e297 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 14:09:00 +0200 Subject: [PATCH 7/8] Rebuilt for Python 3.14.0rc2 bytecode From f3baee62e928165f6661bcee1e790ac3dbc54ff2 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 13:45:57 +0200 Subject: [PATCH 8/8] Rebuilt for Python 3.14.0rc3 bytecode