From 9ed1ef624894ce17001254942f6fbfceca85562fa9c2a8d0ebd6a9cccabd1468 Mon Sep 17 00:00:00 2001 From: Petr Cervinka Date: Mon, 9 Mar 2020 08:29:44 +0000 Subject: [PATCH] Accepting request 782717 from home:apersaud:branches:devel:languages:python:flask update to latest version OBS-URL: https://build.opensuse.org/request/show/782717 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-Testing?expand=0&rev=3 --- Flask-Testing-0.7.1.tar.gz | 3 --- Flask-Testing-0.8.0.tar.gz | 3 +++ python-Flask-Testing.changes | 11 +++++++++++ python-Flask-Testing.spec | 23 ++++++++++++----------- 4 files changed, 26 insertions(+), 14 deletions(-) delete mode 100644 Flask-Testing-0.7.1.tar.gz create mode 100644 Flask-Testing-0.8.0.tar.gz diff --git a/Flask-Testing-0.7.1.tar.gz b/Flask-Testing-0.7.1.tar.gz deleted file mode 100644 index be2601b..0000000 --- a/Flask-Testing-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc076623d7d850653a018cb64f500948334c8aeb6b10a5a842bf1bcfb98122bc -size 43794 diff --git a/Flask-Testing-0.8.0.tar.gz b/Flask-Testing-0.8.0.tar.gz new file mode 100644 index 0000000..7123ca9 --- /dev/null +++ b/Flask-Testing-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d849bf53eb1ceb09dff6611888588cb60f20238058fb1ebcd917d69febc373e6 +size 45197 diff --git a/python-Flask-Testing.changes b/python-Flask-Testing.changes index 423c747..386196b 100644 --- a/python-Flask-Testing.changes +++ b/python-Flask-Testing.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Mar 8 18:22:47 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + * be more specific in files section + +- update to version 0.8.0: + * Drops support for python 2.6, 3.3, and 3.4 due to end-of-life. + * Fixes werkzeug 1.0 compatibility issue with import paths + ------------------------------------------------------------------- Wed Sep 18 07:16:06 AM UTC 2019 - John Vandenberg diff --git a/python-Flask-Testing.spec b/python-Flask-Testing.spec index b2cd9ca..67f5e07 100644 --- a/python-Flask-Testing.spec +++ b/python-Flask-Testing.spec @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Testing # -# Copyright (c) 2019 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,28 +12,28 @@ # 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-Testing -Version: 0.7.1 +Version: 0.8.0 Release: 0 -License: BSD-3-Clause Summary: Unit testing for Flask -Url: https://github.com/jarus/flask-testing +License: BSD-3-Clause Group: Development/Languages/Python +URL: https://github.com/jarus/flask-testing Source: https://files.pythonhosted.org/packages/source/F/Flask-Testing/Flask-Testing-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-Flask +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Flask} BuildRequires: %{python_module blinker} # /SECTION -BuildRequires: fdupes -Requires: python-Flask -BuildArch: noarch - %python_subpackages %description @@ -58,6 +58,7 @@ sed -i "s/twill[^']*/setuptools/" setup.py %files %{python_files} %doc README %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/flask_testing +%{python_sitelib}/Flask_Testing-%{version}-py*.egg-info %changelog