6a8b636
%global pypi_name sphinxcontrib-asyncio
6a8b636
6a8b636
Name:           python-%{pypi_name}
a751cc6
Version:        0.3.0
19d07a9
Release:        10%{?dist}
6a8b636
Summary:        Sphinx extension to support coroutines in markup
6a8b636
6a8b636
License:        ASL 2.0
6a8b636
URL:            https://github.com/aio-libs/sphinxcontrib-asyncio
337b17c
Source0:        %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
6a8b636
BuildArch:      noarch
6a8b636
6a8b636
%description
6a8b636
Sphinx extension for adding asyncio-specific markups.
6a8b636
6a8b636
%package -n     python3-%{pypi_name}
6a8b636
Summary:        %{summary}
6a8b636
6a8b636
BuildRequires:  python3-devel
6a8b636
BuildRequires:  python3-setuptools
6a8b636
%{?python_provide:%python_provide python3-%{pypi_name}}
6a8b636
6a8b636
%description -n python3-%{pypi_name}
6a8b636
Sphinx extension for adding asyncio-specific markups.
6a8b636
6a8b636
%prep
6a8b636
%autosetup -n %{pypi_name}-%{version}
6a8b636
rm -rf %{pypi_name}.egg-info
6a8b636
6a8b636
%build
6a8b636
%py3_build
6a8b636
6a8b636
%install
6a8b636
%py3_install
6a8b636
6a8b636
%files -n python3-%{pypi_name}
6a8b636
%doc README.rst
6a8b636
%license LICENSE
6a8b636
%{python3_sitelib}/sphinxcontrib/
6a8b636
%{python3_sitelib}/sphinxcontrib_asyncio-%{version}-py*.egg-info
6a8b636
6a8b636
%changelog
19d07a9
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-10
19d07a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
19d07a9
4333b08
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-9
4333b08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
4333b08
75f7719
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-8
75f7719
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
75f7719
cf2cc10
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.3.0-7
cf2cc10
- Rebuilt for Python 3.12
cf2cc10
5f7081f
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-6
5f7081f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
5f7081f
591a118
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-5
591a118
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
591a118
acaa2bb
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.3.0-4
acaa2bb
- Rebuilt for Python 3.11
acaa2bb
337b17c
* Sat Mar 05 2022 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.0-3
337b17c
- Drop -doc subpackage (closes rhbz#2057525)
337b17c
737fd0b
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
737fd0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
737fd0b
a751cc6
* Thu Aug 26 2021 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.0-1
a751cc6
- Update to latest upstream release 0.3.0 (rhbz#1991952)
a751cc6
538db5d
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-8
538db5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
538db5d
b088b20
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.0-7
b088b20
- Rebuilt for Python 3.10
b088b20
f5f1205
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-6
f5f1205
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f5f1205
0eec159
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-5
0eec159
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0eec159
0894e85
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.2.0-4
0894e85
- Rebuilt for Python 3.9
0894e85
9fe1320
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
9fe1320
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
9fe1320
6a8b636
* Tue Jan 07 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-2
6a8b636
- Better use of wildcards (rhbz#1787226)
6a8b636
6a8b636
* Wed Jan 01 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-1
6a8b636
- Initial package for Fedora