From 22dff482542216597fcec38f6eb09d82e49233457735b92abda65d284f400305 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 22:45:11 +0000 Subject: [PATCH] - 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 --- hunter-3.5.1.tar.gz | 3 --- hunter-3.6.1.tar.gz | 3 +++ python-hunter.changes | 17 +++++++++++++++-- python-hunter.spec | 4 ++-- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 hunter-3.5.1.tar.gz create mode 100644 hunter-3.6.1.tar.gz diff --git a/hunter-3.5.1.tar.gz b/hunter-3.5.1.tar.gz deleted file mode 100644 index 45c5315..0000000 --- a/hunter-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdf094a5f3c85b1f95bb9d4f508d505225984ae03fc1ad9c364866584b1dbc95 -size 561530 diff --git a/hunter-3.6.1.tar.gz b/hunter-3.6.1.tar.gz new file mode 100644 index 0000000..a9a8e39 --- /dev/null +++ b/hunter-3.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16fbea3d6a67d474e13ee726bdf464211613ddddde338345338c3a5cd942585b +size 644202 diff --git a/python-hunter.changes b/python-hunter.changes index d5f90b9..a7cbc18 100644 --- a/python-hunter.changes +++ b/python-hunter.changes @@ -1,7 +1,20 @@ +------------------------------------------------------------------- +Thu Dec 7 22:44:39 UTC 2023 - Dirk Müller + +- 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 -- 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 -- initital package +- initital package - add deps.patch - tests for now broken in our envv diff --git a/python-hunter.spec b/python-hunter.spec index 6b9d267..5b2fb50 100644 --- a/python-hunter.spec +++ b/python-hunter.spec @@ -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