Accepting request 1131742 from devel:languages:python

- 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/request/show/1131742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hunter?expand=0&rev=4
This commit is contained in:
2023-12-08 21:32:12 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 7 deletions

View File

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

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

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

View File

@@ -1,7 +1,20 @@
-------------------------------------------------------------------
Thu Dec 7 22:44:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Fri Dec 2 18:05:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 3.5.1
- Update to version 3.5.1
* Fixed breakage in hunter-trace when Ctrl-C.
-------------------------------------------------------------------
@@ -34,6 +47,6 @@ Tue Oct 11 10:53:56 UTC 2022 - pgajdos@suse.com
-------------------------------------------------------------------
Wed Nov 10 13:11:53 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- initital package
- initital package
- add deps.patch
- tests for now broken in our envv

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