From 065f55d04b07957aa654c79639f5033b28d7a524 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 5 Jan 2025 22:05:29 +0300 Subject: [PATCH] import python-sphinx-issues-4.1.0-1.el10 --- .gitignore | 1 + .python-sphinx-issues.metadata | 1 + SPECS/python-sphinx-issues.spec | 139 ++++++++++++++++++++++++++++++++ 3 files changed, 141 insertions(+) create mode 100644 .gitignore create mode 100644 .python-sphinx-issues.metadata create mode 100644 SPECS/python-sphinx-issues.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e441a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/sphinx_issues-4.1.0.tar.gz diff --git a/.python-sphinx-issues.metadata b/.python-sphinx-issues.metadata new file mode 100644 index 0000000..fe01be2 --- /dev/null +++ b/.python-sphinx-issues.metadata @@ -0,0 +1 @@ +c276bccbddaa185b45c552b2074484fd6d92586f SOURCES/sphinx_issues-4.1.0.tar.gz diff --git a/SPECS/python-sphinx-issues.spec b/SPECS/python-sphinx-issues.spec new file mode 100644 index 0000000..083f472 --- /dev/null +++ b/SPECS/python-sphinx-issues.spec @@ -0,0 +1,139 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.1) +## 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 + +%global srcname sphinx-issues +%global srcname_ sphinx_issues + +Name: python-%{srcname} +Version: 4.1.0 +Release: %autorelease +Summary: Sphinx extension for linking to your project's issue tracker + +License: MIT +URL: https://github.com/sloria/sphinx-issues +Source0: %pypi_source %{srcname_} + +BuildArch: noarch + +BuildRequires: python3-devel + +%description +A Sphinx extension for linking to your project's issue tracker. Includes roles +for linking to issues, pull requests, user profiles, with built-in support for +GitHub (though this works with other services). + + +%package -n python3-%{srcname} +Summary: %{summary} + +%description -n python3-%{srcname} +A Sphinx extension for linking to your project's issue tracker. Includes roles +for linking to issues, pull requests, user profiles, with built-in support for +GitHub (though this works with other services). + + +%prep +%autosetup -n %{srcname_}-%{version} + +%generate_buildrequires +%pyproject_buildrequires + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files -L %{srcname_} + +%files -n python3-%{srcname} -f %{pyproject_files} +%license LICENSE +%doc README.rst + +%changelog +* Sun Jan 05 2025 Arkady L. Shane - 4.1.0-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Tue Sep 03 2024 Elliott Sales de Andrade - 4.1.0-1 +- Update to latest version (#2259208) + +* Fri Jul 19 2024 Fedora Release Engineering - 3.0.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 3.0.1-10 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 3.0.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 3.0.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 3.0.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 14 2023 Python Maint - 3.0.1-6 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 3.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 3.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 3.0.1-3 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 3.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jan 14 2022 Elliott Sales de Andrade - 3.0.1-1 +- Update to latest version (#2039434) + +* Tue Jan 11 2022 Elliott Sales de Andrade - 3.0.0-1 +- Update to latest version (#2039133) + +* Sat Jan 01 2022 Elliott Sales de Andrade - 2.0.0-1 +- Update to latest version (#2036433) + +* Sat Jan 01 2022 Elliott Sales de Andrade - 1.2.0-15 +- Switch to latest Python macros + +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 03 2021 Python Maint - 1.2.0-9 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 1.2.0-6 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 1.2.0-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.2.0-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Mar 16 2019 Elliott Sales de Andrade - 1.2.0-1 +- Initial package. + +## END: Generated by rpmautospec