|
 |
a866460 |
%global pypi_name flask-healthz
|
|
 |
a866460 |
%global mod_name flask_healthz
|
|
 |
a866460 |
|
|
 |
a866460 |
Name: python-%{pypi_name}
|
|
 |
87774e5 |
Version: 0.0.3
|
|
 |
bd35bed |
Release: 5%{?dist}
|
|
 |
a866460 |
Summary: Module to easily add health endpoints to a Flask application
|
|
 |
a866460 |
|
|
 |
a866460 |
License: BSD
|
|
 |
a866460 |
URL: https://github.com/fedora-infra/%{pypi_name}
|
|
 |
a866460 |
Source0: %{pypi_source}
|
|
 |
a866460 |
|
|
 |
a866460 |
BuildArch: noarch
|
|
 |
a866460 |
BuildRequires: python3-devel
|
|
 |
a866460 |
BuildRequires: python3dist(setuptools)
|
|
 |
a866460 |
|
|
 |
a866460 |
%description
|
|
 |
a866460 |
This module allows you to define endpoints in your Flask application
|
|
 |
a866460 |
that can be used as liveness and readiness probes.
|
|
 |
a866460 |
|
|
 |
a866460 |
|
|
 |
a866460 |
%package -n python3-%{pypi_name}
|
|
 |
a866460 |
Summary: Module to easily add health endpoints to a Flask application
|
|
 |
a866460 |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
 |
a866460 |
|
|
 |
a866460 |
%description -n python3-%{pypi_name}
|
|
 |
a866460 |
This module allows you to define endpoints in your Flask application
|
|
 |
a866460 |
that can be used as liveness and readiness probes.
|
|
 |
a866460 |
|
|
 |
a866460 |
|
|
 |
a866460 |
%prep
|
|
 |
a866460 |
%autosetup -n %{pypi_name}-%{version} -p1
|
|
 |
a866460 |
|
|
 |
a866460 |
|
|
 |
a866460 |
%build
|
|
 |
a866460 |
%py3_build
|
|
 |
a866460 |
|
|
 |
a866460 |
|
|
 |
a866460 |
%install
|
|
 |
a866460 |
%py3_install
|
|
 |
a866460 |
|
|
 |
a866460 |
|
|
 |
a866460 |
%files -n python3-%{pypi_name}
|
|
 |
a866460 |
%license LICENSE
|
|
 |
a866460 |
%doc README.md
|
|
 |
a866460 |
%{python3_sitelib}/%{mod_name}/
|
|
 |
a866460 |
%{python3_sitelib}/%{mod_name}-%{version}-py%{python3_version}.egg-info/
|
|
 |
a866460 |
|
|
 |
a866460 |
%changelog
|
|
 |
bd35bed |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-5
|
|
 |
bd35bed |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
bd35bed |
|
|
 |
64ed1c8 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-4
|
|
 |
64ed1c8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
64ed1c8 |
|
|
 |
1cc9ab7 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.0.3-3
|
|
 |
1cc9ab7 |
- Rebuilt for Python 3.11
|
|
 |
1cc9ab7 |
|
|
 |
0095b44 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-2
|
|
 |
0095b44 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
0095b44 |
|
|
 |
87774e5 |
* Sun Jul 25 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.0.3-1
|
|
 |
87774e5 |
- Update to 0.0.3
|
|
 |
87774e5 |
|
|
 |
715e528 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-4
|
|
 |
715e528 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
715e528 |
|
|
 |
bcf4328 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.0.2-3
|
|
 |
bcf4328 |
- Rebuilt for Python 3.10
|
|
 |
bcf4328 |
|
|
 |
2790e8d |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-2
|
|
 |
2790e8d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
2790e8d |
|
|
 |
a866460 |
* Mon Sep 21 2020 Neal Gompa <ngompa13@gmail.com> - 0.0.2-1
|
|
 |
a866460 |
- Initial packaging
|