15
0

Accepting request 914613 from home:pgajdos:python

- version update to 3.0.0
  - Dropped support for Python 2.7 and 3.5.
  - Added support for Python 3.9.
  - Clean up dependencies and requirements.
  - Switch from Travis to GitHub Actions for building and testing.
  - Prevent PytestCollectionWarning for TestApp

OBS-URL: https://build.opensuse.org/request/show/914613
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=50
This commit is contained in:
2021-09-03 12:14:35 +00:00
committed by Git OBS Bridge
parent c758aa5428
commit 8ce9008e76
4 changed files with 18 additions and 16 deletions

View File

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

BIN
WebTest-3.0.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 27 11:45:04 UTC 2021 - pgajdos@suse.com
- version update to 3.0.0
- Dropped support for Python 2.7 and 3.5.
- Added support for Python 3.9.
- Clean up dependencies and requirements.
- Switch from Travis to GitHub Actions for building and testing.
- Prevent PytestCollectionWarning for TestApp
-------------------------------------------------------------------
Tue May 12 08:48:01 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-WebTest
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%bcond_without tests
Name: python-WebTest
Version: 2.0.35
Version: 3.0.0
Release: 0
Summary: Helper to test WSGI applications
License: MIT
Group: Development/Languages/Python
URL: http://webtest.pythonpaste.org/
URL: https://webtest.pythonpaste.org/
Source: https://files.pythonhosted.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz
BuildRequires: %{python_module PasteDeploy}
BuildRequires: %{python_module WSGIProxy2}
BuildRequires: %{python_module WebOb >= 1.2}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module cssselect}
BuildRequires: %{python_module pyquery}
BuildRequires: %{python_module setuptools}
@@ -42,14 +42,8 @@ BuildRequires: python3-Sphinx
BuildRequires: python3-pylons-sphinx-themes
Requires: python-WebOb >= 1.2
Requires: python-beautifulsoup4
Requires: python-six
Requires: python-waitress >= 0.8.5
BuildArch: noarch
%if %{with tests}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
%endif
%ifpython2
Obsoletes: %{oldpython}-webtest < %{version}
Provides: %{oldpython}-webtest = %{version}
@@ -84,10 +78,8 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with tests}
%check
%python_exec setup.py -q test
%endif
%pyunittest -v
%files %{python_files}
%license license.rst