- 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 9964216140
commit 22dff48254
4 changed files with 20 additions and 7 deletions

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