- update to 0.6.0:

* #39, #41, #59: Review documentation
  * Drop support for Python 2.
  * #40: add logging.
  * #50, #51: test suite incompatibility with pytest 6.2.0.
  * #58: declare the type of automark_dependency ini-option
    correctly as bool.
  * #75: review build tool chain.
- drop pytest6.2.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-dependency?expand=0&rev=8
This commit is contained in:
2024-01-09 22:08:51 +00:00
committed by Git OBS Bridge
parent 5499199ddf
commit b93bcde296
5 changed files with 18 additions and 513 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-dependency
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-pytest-dependency
Version: 0.5.1
Version: 0.6.0
Release: 0
Summary: Manage dependencies of tests
License: Apache-2.0
URL: https://github.com/RKrahl/pytest-dependency
Source: https://files.pythonhosted.org/packages/source/p/pytest-dependency/pytest-dependency-%{version}.tar.gz
Patch0: https://github.com/RKrahl/pytest-dependency/commit/0930889a.patch#/pytest6.2.patch
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
@@ -42,7 +41,6 @@ skipped if any of the dependencies did fail or has been skipped.
%prep
%setup -q -n pytest-dependency-%{version}
%patch0 -p1
%build
%python_build