diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-tox-current-env.spec b/SPECS/python-tox-current-env.spec index e041c40..de32ea7 100644 --- a/SPECS/python-tox-current-env.spec +++ b/SPECS/python-tox-current-env.spec @@ -1,10 +1,10 @@ -%bcond bootstrap 1 +%bcond bootstrap 0 # Tests are enabled by default, unless bootstrapping (for pytest-xdist) %bcond tests %{without bootstrap} Name: python-tox-current-env Version: 0.0.12 -Release: %autorelease +Release: 1%{?dist} Summary: Tox plugin to run tests in current Python environment License: MIT @@ -60,4 +60,105 @@ The tox-current-env plugin allows to run tests in current Python environment. %changelog -%autochangelog +* Mon Sep 02 2024 Miro Hrončok - 0.0.12-1 +- Update to 0.0.12 + +* Fri Jul 19 2024 Fedora Release Engineering - 0.0.11-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 0.0.11-11 +- Rebuilt for Python 3.13 + +* Fri Jun 07 2024 Python Maint - 0.0.11-10 +- Bootstrap for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.0.11-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.0.11-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 0.0.11-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jun 16 2023 Python Maint - 0.0.11-4 +- Rebuilt for Python 3.12 + +* Wed Jun 14 2023 Python Maint - 0.0.11-3 +- Bootstrap for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.0.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Jan 10 2023 Miro Hrončok - 0.0.11-1 +- Update to 0.0.11 with tox 4.1.2+ support + +* Wed Dec 14 2022 Miro Hrončok - 0.0.10-1 +- Update to 0.0.10 with tox 4 support + +* Wed Dec 07 2022 Miro Hrončok - 0.0.8-4 +- Run tests during the package build + +* Fri Jul 22 2022 Fedora Release Engineering - 0.0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.0.8-2 +- Rebuilt for Python 3.11 + +* Wed Mar 02 2022 Miro Hrončok - 0.0.8-1 +- Update to 0.0.8 to support allowlist_externals + +* Mon Feb 07 2022 Miro Hrončok - 0.0.7-1 +- Update to 0.0.7 to pin tox < 4 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.0.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Aug 05 2021 Miro Hrončok - 0.0.6-4 +- In %%check, test if the module at least imports + +* Tue Jul 27 2021 Fedora Release Engineering - 0.0.6-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jun 02 2021 Python Maint - 0.0.6-2 +- Rebuilt for Python 3.10 + +* Mon Mar 29 2021 Miro Hrončok - 0.0.6-1 +- Update to 0.0.6 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Nov 25 2020 Miro Hrončok - 0.0.5-1 +- Update to 0.0.5 + +* Wed Nov 04 2020 Miro Hrončok - 0.0.4-1 +- Update to 0.0.4 + +* Wed Sep 30 2020 Miro Hrončok - 0.0.3-1 +- Update to 0.0.3 + +* Wed Aug 12 2020 Miro Hrončok - 0.0.2-7 +- Fix FTBFS with pyproject-rpm-macros >= 0-23 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.0.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 0.0.2-5 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.0.2-3 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.0.2-2 +- Rebuilt for Python 3.8 + +* Mon Aug 12 2019 Miro Hrončok - 0.0.2-1 +- Update to 0.0.2 + +* Wed Jul 24 2019 Miro Hrončok - 0.0.1-1 +- Initial package