From 8cb6c1c4786ae487775444aa84e0e69283ee86ec Mon Sep 17 00:00:00 2001 From: tigro Date: Sat, 4 Jan 2025 16:35:48 +0300 Subject: [PATCH] import python-docs-theme-2024.6-1.el10 --- .gitignore | 1 + .python-docs-theme.metadata | 1 + SPECS/python-docs-theme.spec | 136 +++++++++++++++++++++++++++++++++++ 3 files changed, 138 insertions(+) create mode 100644 .gitignore create mode 100644 .python-docs-theme.metadata create mode 100644 SPECS/python-docs-theme.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5152cbd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/python-docs-theme-2024.6.tar.gz diff --git a/.python-docs-theme.metadata b/.python-docs-theme.metadata new file mode 100644 index 0000000..01cf3f4 --- /dev/null +++ b/.python-docs-theme.metadata @@ -0,0 +1 @@ +01b2ae0f0c9ced11ba4f80423b8ee8eb5fd3fd5d SOURCES/python-docs-theme-2024.6.tar.gz diff --git a/SPECS/python-docs-theme.spec b/SPECS/python-docs-theme.spec new file mode 100644 index 0000000..8fff47b --- /dev/null +++ b/SPECS/python-docs-theme.spec @@ -0,0 +1,136 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.2) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +Name: python-docs-theme +Version: 2024.6 +Release: %autorelease +Summary: The Sphinx theme for the CPython docs and related projects + +License: PSF-2.0 +URL: https://github.com/python/python-docs-theme/ +Source: %{url}archive/%{version}/%{name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel + +%global _description Python Docs Sphinx Theme is the theme for the Python documentation. + +%description +%_description + +%package -n python3-docs-theme +Summary: %{summary} + +%description -n python3-docs-theme +%_description + +%prep +%autosetup + +%generate_buildrequires +%pyproject_buildrequires + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files python_docs_theme + +%files -n python3-docs-theme -f %{pyproject_files} +%license LICENSE +%doc README.md + +%changelog +* Sat Jan 04 2025 Arkady L. Shane - 2024.6-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Tue Jul 16 2024 Karolina Surma - 2024.6-1 +- Update to 2024.6 (Resolves rhbz#2274137) + +* Fri Jun 07 2024 Python Maint - 2024.3-2 +- Rebuilt for Python 3.13 + +* Fri Apr 05 2024 Charalampos Stratakis - 2024.3-1 +- Rebase to 2024.3 +- Resolves: rhbz#2271010 + +* Tue Feb 20 2024 Karolina Surma - 2024.2-1 +- Update to 2024.2 +Resolves: rhbz#2260665 + +* Fri Jan 26 2024 Fedora Release Engineering - 2023.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 2023.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Oct 26 2023 Karolina Surma - 2023.9-1 +- Update to 2023.9 +Resolves: rhbz#2241218 + +* Mon Aug 14 2023 Karolina Surma - 2023.7-1 +- Update to 2023.7 +Resolves: rhbz#2229025 + +* Fri Jul 21 2023 Fedora Release Engineering - 2023.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 2023.5-2 +- Rebuilt for Python 3.12 + +* Wed May 24 2023 Karolina Surma - 2023.5-1 +- Update to 2023.5 +Resolves: rhbz#2203424 + +* Mon Mar 27 2023 Karolina Surma - 2023.3.1-1 +- Update to 2023.3.1 +Resolves: rhbz#2177169 + +* Fri Jan 20 2023 Fedora Release Engineering - 2022.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 2022.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 2022.1-3 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 2022.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Jan 17 2022 Miro HronĨok - 2022.1-1 +- Update to 2022.1 +Resolves: rhbz#2039234 + +* Tue Nov 02 2021 Karolina Surma - 2021.11.1-1 +- Update to 2021.11.1 +Resolves: rhbz#2011890 + +* Wed Sep 01 2021 Karolina Surma - 2021.8-1 +- Update to 2021.8 +Resolves: rhbz#1998331 + +* Tue Jul 27 2021 Fedora Release Engineering - 2021.5-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 2021.5-2 +- Rebuilt for Python 3.10 + +* Tue May 18 2021 Karolina Surma - 2021.5-1 +- Update to 2021.05 +Resolves: rhbz#1958505 + +* Thu Mar 04 2021 Karolina Surma - 2020.12-1 +- Initial package. + +## END: Generated by rpmautospec