commit 5804d62d15527bc711af305f479e94c65ad84f32 Author: tigro Date: Sun Dec 29 22:55:48 2024 +0300 import python-sphinxcontrib-log-cabinet-1.0.1-18.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..43c3421 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/sphinxcontrib-log-cabinet-1.0.1.tar.gz diff --git a/.python-sphinxcontrib-log-cabinet.metadata b/.python-sphinxcontrib-log-cabinet.metadata new file mode 100644 index 0000000..219d7dc --- /dev/null +++ b/.python-sphinxcontrib-log-cabinet.metadata @@ -0,0 +1 @@ +020e7556b0217a293afba4ea2a2498d20a119495 SOURCES/sphinxcontrib-log-cabinet-1.0.1.tar.gz diff --git a/SPECS/python-sphinxcontrib-log-cabinet.spec b/SPECS/python-sphinxcontrib-log-cabinet.spec new file mode 100644 index 0000000..112195a --- /dev/null +++ b/SPECS/python-sphinxcontrib-log-cabinet.spec @@ -0,0 +1,106 @@ +%global pypi_name sphinxcontrib-log-cabinet +Name: python-%{pypi_name} +Version: 1.0.1 +Release: 18%{?dist} +Summary: Organize changelog directives in Sphinx docs +License: BSD-3-Clause +URL: https://github.com/davidism/sphinxcontrib-log-cabinet +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +%global _description %{expand: +Organize changelogs generated by versionadded, versionchanged, +deprecated directives. The log will be sorted by newest to oldest +version. For HTML docs, older versions will be collapsed by default.} + +%description %_description + + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} %_description + + +%prep +%autosetup -n %{pypi_name}-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%files -n python3-%{pypi_name} +%license LICENSE.rst +%doc README.rst +%doc CHANGES.rst +%{python3_sitelib}/sphinxcontrib +%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{python3_version}.egg-info +%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{python3_version}-nspkg.pth + + +%changelog +* Sun Dec 29 2024 Arkady L. Shane - 1.0.1-18 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 1.0.1-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 1.0.1-17 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.0.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.0.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.0.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 1.0.1-13 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.0.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 1.0.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 1.0.1-10 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.0.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 03 2021 Python Maint - 1.0.1-7 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 24 2020 Miro Hrončok - 1.0.1-4 +- Rebuilt for Python 3.9 + +* Sat May 23 2020 Miro Hrončok - 1.0.1-3 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Oct 5 2019 Thomas Moschny - 1.0.1-1 +- New package.