diff --git a/hunter-3.6.1.tar.gz b/hunter-3.6.1.tar.gz deleted file mode 100644 index a9a8e39..0000000 --- a/hunter-3.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16fbea3d6a67d474e13ee726bdf464211613ddddde338345338c3a5cd942585b -size 644202 diff --git a/hunter-3.7.0.tar.gz b/hunter-3.7.0.tar.gz new file mode 100644 index 0000000..5e6ea45 --- /dev/null +++ b/hunter-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f4fb4dbde366bac61ebf235bc4d075bfd8748009c8a4e0327d2fbca6f611d6 +size 672577 diff --git a/python-hunter.changes b/python-hunter.changes index a7cbc18..9f714f4 100644 --- a/python-hunter.changes +++ b/python-hunter.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jun 30 19:18:44 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-hunter.spec b/python-hunter.spec index 5b2fb50..777495e 100644 --- a/python-hunter.spec +++ b/python-hunter.spec @@ -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