15
0
forked from pool/python-hunter

- update to 3.7.0:

* Drop support for Python 3.7.
  * Upgrade linters and refactor various string formatting and
    other cleanups.
  * Upgrade Cython to latest release (3.0.10).
  * Linux wheels should be back now.
  * Switched docs theme to furo.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=10
This commit is contained in:
2024-06-30 19:18:52 +00:00
committed by Git OBS Bridge
parent d1de7a5fe3
commit 90b68b0294
4 changed files with 17 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hunter
#
# Copyright (c) 2023 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
@@ -17,7 +17,7 @@
Name: python-hunter
Version: 3.6.1
Version: 3.7.0
Release: 0
Summary: Pytest plugin for coverage reporting
License: BSD-2-Clause
@@ -28,7 +28,7 @@ BuildRequires: %{python_module setuptools_scm}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%python_subpackages
%description