15
0
forked from pool/python-flower

Accepting request 977774 from home:pgajdos:python

- version update to 1.0.0
  * no upstream changelog file found
  * Remove flower as individual command.
- modified patches
  % backport_run_in_executor.patch (refreshed)
- deleted patches
  - pr_1021.patch (upstreamed)
- added patches
  fix 70b1ae40b4
  + python-flower-new-humanize.patch

OBS-URL: https://build.opensuse.org/request/show/977774
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flower?expand=0&rev=13
This commit is contained in:
John Vandenberg
2022-05-17 13:14:17 +00:00
committed by Git OBS Bridge
parent 48afcaaa32
commit 4c03fbf59e
7 changed files with 95 additions and 566 deletions

View File

@@ -18,7 +18,7 @@
%bcond_without python2
Name: python-flower
Version: 0.9.7
Version: 1.0.0
Release: 0
Summary: A web frontend for monitoring and administrating Celery clusters
License: BSD-3-Clause
@@ -27,7 +27,8 @@ URL: https://github.com/mher/flower
Source: https://files.pythonhosted.org/packages/source/f/flower/flower-%{version}.tar.gz
# Tornado 5+ update blocked by salt, so backport the missing piece
Patch0: backport_run_in_executor.patch
Patch1: pr_1021.patch
# https://github.com/mher/flower/commit/70b1ae40b467a3febab9abef3ef52dea56ca6f12
Patch1: python-flower-new-humanize.patch
BuildRequires: %{python_module Babel >= 1.0}
BuildRequires: %{python_module celery >= 5.0.0}
BuildRequires: %{python_module certifi}
@@ -63,31 +64,21 @@ Requires: python-futures
Flower is a web based tool for monitoring and administrating Celery clusters.
%prep
%setup -q -n flower-%{version}
%patch0 -p1
%patch1 -p1
%autosetup -p1 -n flower-%{version}
%build
%python_build
%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/flower
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%post
%python_install_alternative flower
%postun
%python_uninstall_alternative flower
%check
%pytest
%files %{python_files}
%license LICENSE
%doc CHANGES README.rst
%doc README.rst
%{python_sitelib}/*
%python_alternative %{_bindir}/flower
%changelog