1- Vendor: Microsoft Corporation
2- Distribution: Azure Linux
31%global pypi_name sphinxcontrib-apidoc
42
53
64Name: python-%{pypi_name }
7- Version: 0.2.1
5+ Version: 0.3.0
86Release: 15%{?dist }
97Summary: A Sphinx extension for running 'sphinx-apidoc' on each build
108
119License: BSD
10+ Vendor: Microsoft Corporation
11+ Distribution: Azure Linux
1212URL: http://www.sphinx-doc.org/
1313Source0: https://files.pythonhosted.org/packages/source/s/%{pypi_name }/%{pypi_name }-%{version }.tar.gz#/python-%{pypi_name}-%{version}.tar.gz
1414BuildArch: noarch
@@ -48,11 +48,9 @@ Requires: python3-sphinx
4848rm -rf %{pypi_name }.egg-info
4949
5050%build
51-
5251%py3_build
5352
5453%install
55-
5654%py3_install
5755
5856# %check
@@ -69,11 +67,60 @@ rm -rf %{pypi_name}.egg-info
6967%doc README.rst
7068%{python3_sitelib }/sphinxcontrib_apidoc* nspkg.pth
7169%{python3_sitelib }/sphinxcontrib/apidoc
72- %{python3_sitelib }/sphinxcontrib_apidoc-%{version }-py? . ? .egg-info
70+ %{python3_sitelib }/sphinxcontrib_apidoc-%{version }-py%{ python3_version } .egg-info
7371
7472%changelog
75- * Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.2.1-15
76- - Initial CBL-Mariner import from Fedora 32 (license: MIT).
73+ * Fri Dec 20 2024 Akhila Guruju <v-guakhila@microsoft.com> - 0.3.0-15
74+ - Initial Azure Linux import from Fedora 41 (license: MIT).
75+ - License verified.
76+
77+ * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-14
78+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
79+
80+ * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.3.0-13
81+ - Rebuilt for Python 3.13
82+
83+ * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-12
84+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
85+
86+ * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-11
87+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
88+
89+ * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-10
90+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
91+
92+ * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.3.0-9
93+ - Rebuilt for Python 3.12
94+
95+ * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-8
96+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
97+
98+ * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-7
99+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
100+
101+ * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.3.0-6
102+ - Rebuilt for Python 3.11
103+
104+ * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-5
105+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
106+
107+ * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4
108+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
109+
110+ * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.0-3
111+ - Rebuilt for Python 3.10
112+
113+ * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
114+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
115+
116+ * Tue Sep 15 2020 Joel Capitao <jcapitao@redhat.com> - 0.3.0-1
117+ - Update to 0.3.0
118+
119+ * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-16
120+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
121+
122+ * Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 0.2.1-15
123+ - Rebuilt for Python 3.9
77124
78125* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-14
79126- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0 commit comments