Accepting request 643511 from home:apersaud:branches:devel:languages:python:flask
update to latest version OBS-URL: https://build.opensuse.org/request/show/643511 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-HTMLmin?expand=0&rev=2
This commit is contained in:
@@ -12,31 +12,31 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-Flask-HTMLmin
|
||||
Version: 1.4.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: Minimize render templates html
|
||||
Url: https://github.com/hamidfzm/Flask-HTMLmin
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/hamidfzm/Flask-HTMLmin
|
||||
Source: https://github.com/hamidfzm/Flask-HTMLmin/archive/v%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: fdupes
|
||||
# Test requirements
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module Flask}
|
||||
BuildRequires: %{python_module htmlmin}
|
||||
# Test requirements
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# End of test requirements
|
||||
Requires: python-Flask
|
||||
Requires: python-htmlmin
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -58,6 +58,8 @@ Flask-HTMLmin allows to minimize your flask rendered html
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%dir %{python_sitelib}/flask_htmlmin
|
||||
%{python_sitelib}/flask_htmlmin/*
|
||||
%{python_sitelib}/Flask_HTMLmin-%{version}-*.egg-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user