diff --git a/changelog b/changelog new file mode 100644 index 0000000..bc1e43f --- /dev/null +++ b/changelog @@ -0,0 +1,60 @@ +* Fri Jul 21 2023 Fedora Release Engineering - 0.5.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 14 2023 Python Maint - 0.5.2-6 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.5.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.5.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.5.2-3 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.5.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 30 2021 Ankur Sinha - 0.5.2-1 +- Update to latest release +- disable tests on s390x +- temporarily disable tests + +* Fri Jul 23 2021 Fedora Release Engineering - 0.5.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.5.1-4 +- Rebuilt for Python 3.10 + +* Sat May 22 2021 Ankur Sinha - 0.5.1-3 +- Correctly detect host builder cpu + +* Sat May 22 2021 Ankur Sinha - 0.5.1-2 +- Use correct macro for build arch + +* Fri May 21 2021 Ankur Sinha - 0.5.1-2 +- Disable tests for s390x where it runs into memory issues + +* Fri May 21 2021 Ankur Sinha - 0.5.1-1 +- Update to latest release +- Include patch to for py3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.5.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.5.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jun 25 2020 Ankur Sinha - 0.5.0-2 +- Explicitly BR setuptools + +* Tue Jun 02 2020 Ankur Sinha - 0.5.0-1 +- Update to 0.5.0 +- Enable tests + +* Thu May 28 2020 Ankur Sinha - 0.4.3-1 +- Add missing BRs for docs + +* Fri May 22 2020 Ankur Sinha - 0.4.3-1 +- Initial spec diff --git a/python-pypet.spec b/python-pypet.spec index d6d9022..537cfe6 100644 --- a/python-pypet.spec +++ b/python-pypet.spec @@ -14,7 +14,7 @@ of your simulations and analyses becomes a piece of cake!} Name: python-%{pypi_name} Version: 0.5.2 -Release: 7%{?dist} +Release: %autorelease Summary: Parameter exploration toolbox License: BSD @@ -100,63 +100,4 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} pypet/tests/all_single_co %doc doc/build/html examples/ %changelog -* Fri Jul 21 2023 Fedora Release Engineering - 0.5.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Wed Jun 14 2023 Python Maint - 0.5.2-6 -- Rebuilt for Python 3.12 - -* Fri Jan 20 2023 Fedora Release Engineering - 0.5.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Fri Jul 22 2022 Fedora Release Engineering - 0.5.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 0.5.2-3 -- Rebuilt for Python 3.11 - -* Fri Jan 21 2022 Fedora Release Engineering - 0.5.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 30 2021 Ankur Sinha - 0.5.2-1 -- Update to latest release -- disable tests on s390x -- temporarily disable tests - -* Fri Jul 23 2021 Fedora Release Engineering - 0.5.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.5.1-4 -- Rebuilt for Python 3.10 - -* Sat May 22 2021 Ankur Sinha - 0.5.1-3 -- Correctly detect host builder cpu - -* Sat May 22 2021 Ankur Sinha - 0.5.1-2 -- Use correct macro for build arch - -* Fri May 21 2021 Ankur Sinha - 0.5.1-2 -- Disable tests for s390x where it runs into memory issues - -* Fri May 21 2021 Ankur Sinha - 0.5.1-1 -- Update to latest release -- Include patch to for py3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.5.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.5.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jun 25 2020 Ankur Sinha - 0.5.0-2 -- Explicitly BR setuptools - -* Tue Jun 02 2020 Ankur Sinha - 0.5.0-1 -- Update to 0.5.0 -- Enable tests - -* Thu May 28 2020 Ankur Sinha - 0.4.3-1 -- Add missing BRs for docs - -* Fri May 22 2020 Ankur Sinha - 0.4.3-1 -- Initial spec +%autochangelog