Accepting request 782821 from devel:languages:python:flask

OBS-URL: https://build.opensuse.org/request/show/782821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-Testing?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2020-03-09 13:17:45 +00:00 committed by Git OBS Bridge
commit eaf0404afd
4 changed files with 26 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc076623d7d850653a018cb64f500948334c8aeb6b10a5a842bf1bcfb98122bc
size 43794

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d849bf53eb1ceb09dff6611888588cb60f20238058fb1ebcd917d69febc373e6
size 45197

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Mar 8 18:22:47 UTC 2020 - Arun Persaud <arun@gmx.de>
- 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 <jayvdb@gmail.com>

View File

@ -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