15
0
forked from pool/python-hunter

- update to 3.6.1:

* Added safe repr support for Decimal objects.
  * Added C extension support for Python 3.11. This may come with
    up to 10% performance hit (depending on use-case) for all
    Pythons.
  * Added safe repr support for ZoneInfo objects.
  * C extension files are now prebuilt with Cython 3.0b2.
  * Replaced the flake8/isort pre-commit hooks with ruff.
  * Disabled editable wheels
- Update to version 3.5.1
- initital package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=8
This commit is contained in:
2023-12-07 22:45:11 +00:00
committed by Git OBS Bridge
parent 0c8ea42fe4
commit d1de7a5fe3
4 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hunter
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.5.1
Version: 3.6.1
Release: 0
Summary: Pytest plugin for coverage reporting
License: BSD-2-Clause