15
0
forked from pool/python-hunter

Accepting request 1184123 from devel:languages:python

- 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/request/show/1184123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hunter?expand=0&rev=5
This commit is contained in:
2024-07-01 09:21:30 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 6 deletions

View File

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

3
hunter-3.7.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jun 30 19:18:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Thu Dec 7 22:44:39 UTC 2023 - Dirk Müller <dmueller@suse.com>

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