Matej Cepl 2022-07-14 08:21:11 +00:00 committed by Git OBS Bridge
parent e17e7fa1f1
commit f8d000427a
3 changed files with 6 additions and 2 deletions

2
python-Flask-rpmlintrc Normal file
View File

@ -0,0 +1,2 @@
addFilter("files-duplicate /usr/share/doc/packages")
addFilter("version-control-internal-file /usr/share/doc/packages/.*\.gitignore")

View File

@ -9,6 +9,7 @@ Wed Jul 13 21:18:49 UTC 2022 - Michael Ströder <michael@stroeder.com>
the imported submodule. #4610 the imported submodule. #4610
* Clearer error message when render_template and render_template_string * Clearer error message when render_template and render_template_string
are used outside an application context. #4693 are used outside an application context. #4693
- Add python-Flask-rpmlintrc
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 28 18:49:06 UTC 2022 - Michael Ströder <michael@stroeder.com> Thu Apr 28 18:49:06 UTC 2022 - Michael Ströder <michael@stroeder.com>

View File

@ -33,7 +33,8 @@ Summary: A microframework based on Werkzeug, Jinja2 and good intentions
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://flask.palletsprojects.com URL: https://flask.palletsprojects.com
Source: https://files.pythonhosted.org/packages/source/F/Flask/Flask-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-%{version}.tar.gz
Source1: python-Flask-rpmlintrc
BuildRequires: %{python_module Jinja2 >= 3.0} BuildRequires: %{python_module Jinja2 >= 3.0}
BuildRequires: %{python_module Werkzeug >= 2.0} BuildRequires: %{python_module Werkzeug >= 2.0}
BuildRequires: %{python_module click >= 8.0.0} BuildRequires: %{python_module click >= 8.0.0}
@ -79,7 +80,7 @@ This package contains HTML documentation, including tutorials and API
reference for python-Flask. reference for python-Flask.
%prep %prep
%setup -q -n Flask-%{version} %autosetup -p1 -n Flask-%{version}
%build %build
%python_build %python_build