Skip to content

Commit

Permalink
Upgrade: python-sphinxcontrib-apidoc version to 0.3.0 (#11635)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhila-guruju authored Feb 6, 2025
1 parent cc4407d commit cba1208
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"python-sphinxcontrib-apidoc-0.2.1.tar.gz": "4051899e7546621d34ec3bae789ce21aa6288c8def0e3f8af9b333782f2305f4"
"python-sphinxcontrib-apidoc-0.3.0.tar.gz": "729bf592cf7b7dd57c4c05794f732dc026127275d785c2a5494521fdde773fb9"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
%global pypi_name sphinxcontrib-apidoc


Name: python-%{pypi_name}
Version: 0.2.1
Version: 0.3.0
Release: 15%{?dist}
Summary: A Sphinx extension for running 'sphinx-apidoc' on each build

License: BSD
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: http://www.sphinx-doc.org/
Source0: https://files.pythonhosted.org/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz#/python-%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
Expand Down Expand Up @@ -48,11 +48,9 @@ Requires: python3-sphinx
rm -rf %{pypi_name}.egg-info

%build

%py3_build

%install

%py3_install

# %check
Expand All @@ -69,11 +67,60 @@ rm -rf %{pypi_name}.egg-info
%doc README.rst
%{python3_sitelib}/sphinxcontrib_apidoc*nspkg.pth
%{python3_sitelib}/sphinxcontrib/apidoc
%{python3_sitelib}/sphinxcontrib_apidoc-%{version}-py?.?.egg-info
%{python3_sitelib}/sphinxcontrib_apidoc-%{version}-py%{python3_version}.egg-info

%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.2.1-15
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Fri Dec 20 2024 Akhila Guruju <[email protected]> - 0.3.0-15
- Initial Azure Linux import from Fedora 41 (license: MIT).
- License verified.

* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.3.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Fri Jun 07 2024 Python Maint <[email protected]> - 0.3.0-13
- Rebuilt for Python 3.13

* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 0.3.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Mon Jan 22 2024 Fedora Release Engineering <[email protected]> - 0.3.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 0.3.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Wed Jun 14 2023 Python Maint <[email protected]> - 0.3.0-9
- Rebuilt for Python 3.12

* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.3.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.3.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Mon Jun 13 2022 Python Maint <[email protected]> - 0.3.0-6
- Rebuilt for Python 3.11

* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 0.3.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 0.3.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Fri Jun 04 2021 Python Maint <[email protected]> - 0.3.0-3
- Rebuilt for Python 3.10

* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Tue Sep 15 2020 Joel Capitao <[email protected]> - 0.3.0-1
- Update to 0.3.0

* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 0.2.1-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Sun May 24 2020 Miro Hrončok <[email protected]> - 0.2.1-15
- Rebuilt for Python 3.9

* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.2.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24633,8 +24633,8 @@
"type": "other",
"other": {
"name": "python-sphinxcontrib-apidoc",
"version": "0.2.1",
"downloadUrl": "https://files.pythonhosted.org/packages/source/s/sphinxcontrib-apidoc/sphinxcontrib-apidoc-0.2.1.tar.gz"
"version": "0.3.0",
"downloadUrl": "https://files.pythonhosted.org/packages/source/s/sphinxcontrib-apidoc/sphinxcontrib-apidoc-0.3.0.tar.gz"
}
}
},
Expand Down

0 comments on commit cba1208

Please sign in to comment.