From 51c8f86020bfaca35d65aaa51742f0ec64b3d6d06ed1b9d70a475f8d012fd979 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 10 Feb 2020 20:54:07 +0000 Subject: [PATCH] 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 --- Flask-WTF-0.14.2.tar.gz | 3 --- Flask-WTF-0.14.3.tar.gz | 3 +++ python-Flask-WTF.changes | 11 +++++++++++ python-Flask-WTF.spec | 15 ++++++++------- 4 files changed, 22 insertions(+), 10 deletions(-) delete mode 100644 Flask-WTF-0.14.2.tar.gz create mode 100644 Flask-WTF-0.14.3.tar.gz diff --git a/Flask-WTF-0.14.2.tar.gz b/Flask-WTF-0.14.2.tar.gz deleted file mode 100644 index 3e57bb8..0000000 --- a/Flask-WTF-0.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d14d55cfd35f613d99ee7cba0fc3fbbe63ba02f544d349158c14ca15561cc36 -size 254903 diff --git a/Flask-WTF-0.14.3.tar.gz b/Flask-WTF-0.14.3.tar.gz new file mode 100644 index 0000000..3484a7b --- /dev/null +++ b/Flask-WTF-0.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720 +size 44507 diff --git a/python-Flask-WTF.changes b/python-Flask-WTF.changes index 26441ac..9c35550 100644 --- a/python-Flask-WTF.changes +++ b/python-Flask-WTF.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Feb 8 20:58:05 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-Flask-WTF.spec b/python-Flask-WTF.spec index 6eb8407..ae46f30 100644 --- a/python-Flask-WTF.spec +++ b/python-Flask-WTF.spec @@ -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