38dce1d
%global pypi_name apypie
38dce1d
38dce1d
Name:           python-%{pypi_name}
438d828
Version:        0.3.2
55921f0
Release:        5%{?dist}
38dce1d
Summary:        Apipie bindings for Python
38dce1d
38dce1d
License:        MIT
38dce1d
URL:            https://github.com/Apipie/apypie
38dce1d
Source0:        %{pypi_source}
38dce1d
BuildArch:      noarch
38dce1d
38dce1d
BuildRequires:  python%{python3_pkgversion}-devel
38dce1d
BuildRequires:  python%{python3_pkgversion}-setuptools
38dce1d
38dce1d
%description
38dce1d
Python bindings for the Apipie - Ruby on Rails API documentation tool.
38dce1d
38dce1d
%package -n     python%{python3_pkgversion}-%{pypi_name}
38dce1d
Summary:        Apipie bindings for Python
38dce1d
38dce1d
%description -n python%{python3_pkgversion}-%{pypi_name}
38dce1d
Apipie bindings for Python3
38dce1d
38dce1d
%prep
38dce1d
%autosetup -n %{pypi_name}-%{version}
38dce1d
# Remove bundled egg-info
38dce1d
rm -rf %{pypi_name}.egg-info
38dce1d
38dce1d
%build
38dce1d
%py3_build
38dce1d
38dce1d
%install
38dce1d
%py3_install
38dce1d
38dce1d
%files -n python%{python3_pkgversion}-%{pypi_name}
38dce1d
%doc README.md
38dce1d
%license LICENSE
38dce1d
%{python3_sitelib}/%{pypi_name}
38dce1d
%{python3_sitelib}/%{pypi_name}-%{version}-py*.egg-info
38dce1d
38dce1d
%changelog
55921f0
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-5
55921f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
55921f0
927116c
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-4
927116c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
927116c
52858c8
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.2-3
52858c8
- Rebuilt for Python 3.10
52858c8
deba4d0
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
deba4d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
deba4d0
438d828
* Thu Nov 19 2020 Ondřej Gajdušek <ogajduse@redhat.com> - 0.3.2-1
438d828
- Update to apypie 0.3.2
438d828
b43a056
* Wed Oct 21 2020 Ondřej Gajdušek <ogajduse@redhat.com> - 0.3.1-1
b43a056
- Update to apypie 0.3.1
b43a056
215ccb1
* Mon Oct 19 2020 Ondřej Gajdušek <ogajduse@redhat.com> - 0.3.0-1
215ccb1
- Update to apypie 0.3.0
215ccb1
94e26af
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3
94e26af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
94e26af
8f31805
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.2.2-2
8f31805
- Rebuilt for Python 3.9
8f31805
38dce1d
* Thu Apr 09 2020 Ondřej Gajdušek <ogajduse@redhat.com> - 0.2.2-1
38dce1d
- Release python-apypie 0.2.2
38dce1d
38dce1d
* Tue Apr 07 2020 Ondřej Gajdušek <ogajduse@redhat.com> - 0.2.1-2
38dce1d
- Build customization for Fedora
38dce1d
38dce1d
* Mon Nov 25 2019 Evgeni Golov - 0.2.1-1
38dce1d
- Release python-apypie 0.2.1
38dce1d
38dce1d
* Mon Nov 04 2019 Evgeni Golov - 0.2.0-1
38dce1d
- Release python-apypie 0.2.0
38dce1d
38dce1d
* Tue Sep 10 2019 Evgeni Golov - 0.1.0-1
38dce1d
- Update to apypie 0.1.0
38dce1d
38dce1d
* Thu Aug 15 2019 Evgeni Golov - 0.0.5-1
38dce1d
- Update to apypie 0.0.5
38dce1d
38dce1d
* Fri Aug 09 2019 Evgeni Golov - 0.0.4-1
38dce1d
- Update to apypie 0.0.4
38dce1d
38dce1d
* Wed Jul 17 2019 Evgeni Golov - 0.0.3-1
38dce1d
- Initial package.
38dce1d