Accepting request 772539 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/772539 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-WTF?expand=0&rev=5
This commit is contained in:
parent
82e301ec4f
commit
51c8f86020
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d14d55cfd35f613d99ee7cba0fc3fbbe63ba02f544d349158c14ca15561cc36
|
||||
size 254903
|
3
Flask-WTF-0.14.3.tar.gz
Normal file
3
Flask-WTF-0.14.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720
|
||||
size 44507
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 20:58:05 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
* removed python-devel dependency
|
||||
* be more specific in %file section
|
||||
|
||||
- update to version 0.14.3:
|
||||
* Fix deprecated imports from "werkzeug" and "collections".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 11:24:26 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Flask-WTF
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,21 +12,20 @@
|
||||
# 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-%{**}}
|
||||
%bcond_with test
|
||||
Name: python-Flask-WTF
|
||||
Version: 0.14.2
|
||||
Version: 0.14.3
|
||||
Release: 0
|
||||
Summary: WTForms support for Flask
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/lepture/flask-wtf
|
||||
URL: https://github.com/lepture/flask-wtf
|
||||
Source: https://files.pythonhosted.org/packages/source/F/Flask-WTF/Flask-WTF-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -65,7 +64,9 @@ export LANG=en_US.UTF-8
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%doc AUTHORS LICENSE README.rst
|
||||
%{python_sitelib}/*
|
||||
%license LICENSE
|
||||
%doc AUTHORS README.rst
|
||||
%{python_sitelib}/flask_wtf
|
||||
%{python_sitelib}/Flask_WTF-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user