15
0
forked from pool/python-hunter

16 Commits

Author SHA256 Message Date
0071af792d Accepting request 1295277 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1295277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hunter?expand=0&rev=7
2025-07-23 14:36:16 +00:00
c9ac216106 Accepting request 1295272 from home:glaubitz:branches:devel:languages:python
- Update to 3.8.0
  * Drop support for Python 3.8.
  * Added support for Python 3.13, including freethreading variant
    (but not really tested, as most of the test suite is singlethreaded).
  * Fixed issues with latest Cython release (3.1.2).
  * Simplified the `Event.__init__` so doesn't require or accept a Tracer
    instance anymore to fill in some options.
  * Fixed hardcoded python executable in tests.
    Contributed by Steve Kowalik in (#126)
- Drop support-python-313.patch, fixed upstream
- Drop use-sys.executable.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1295272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=15
2025-07-23 10:53:38 +00:00
c9b5df0160 Accepting request 1290567 from devel:languages:python
- Switch to pyproject macros.
- Actually run the testsuite.
- No more greedy globs in %files.
- Add patches:
  * support-python-313.patch, allow testsuite to build with Python 3.13.
  * use-sys.executable.patch, use sys.executable in the testsuite.

OBS-URL: https://build.opensuse.org/request/show/1290567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hunter?expand=0&rev=6
2025-07-06 15:13:51 +00:00
3b8888cf20 - Add patches:
* support-python-313.patch, allow testsuite to build with Python 3.13.
  * use-sys.executable.patch, use sys.executable in the testsuite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=13
2025-07-04 02:36:35 +00:00
8663ae2e6a - Switch to pyproject macros.
- Actually run the testsuite.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=12
2025-07-04 01:52:32 +00:00
4925155657 Accepting request 1184123 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1184123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hunter?expand=0&rev=5
2024-07-01 09:21:30 +00:00
90b68b0294 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=10
2024-06-30 19:18:52 +00:00
c7d25c9f01 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
2023-12-08 21:32:12 +00:00
d1de7a5fe3 - 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
2023-12-07 22:45:11 +00:00
a4f3cfd8f4 Accepting request 1039669 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1039669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hunter?expand=0&rev=3
2022-12-03 09:03:46 +00:00
0c8ea42fe4 Accepting request 1039632 from home:yarunachalam:branches:devel:languages:python
- Update to version 3.5.1 
  * Fixed breakage in hunter-trace when Ctrl-C.

OBS-URL: https://build.opensuse.org/request/show/1039632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=6
2022-12-02 21:38:34 +00:00
8597ccb6ec Accepting request 1009789 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1009789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hunter?expand=0&rev=2
2022-10-11 16:03:32 +00:00
4ed9af6f17 Accepting request 1009765 from home:pgajdos:python
- version update to 3.5.0
  3.5.0 (2022-09-11)
  * Add support for generators and coroutines in the :obj:`hunter.wrap` decorator.
  * Dropped support for Python 3.6.
  3.4.3 (2021-12-15)
  * Removed most of the Python 2 support code.
  * Fix some refactoring regression in ``setup.py`` and make the 3.4.x series installable only on Python 3.6 and later.
  * Yank 3.4.0, 3.4.1, 3.4.2 releases to avoid install problems on Python 2.7.
  3.4.2 (2021-12-15)
  * Fixed CI to properly make win32 wheels.
  3.4.1 (2021-12-14)
  * Add support for building a ``pp37.pp38`` tagged wheel
    (basically an universal wheel installable just for those two PyPy versions).
  3.4.0 (2021-12-14)
  * Switched CI to GitHub Actions, this has a couple consequences:
    * Support for Python 2.7 is dropped. You can still install it there but it's not tested anymore and
      Python 2 specific handling will be removed at some point.
    * Linux wheels are now provided in `musllinux` and `manylinux2014` variants.
  * Extension building is now completely skipped on PyPy.
  * A pure but tagged as platform specific wheel is now provided for PyPy (to have fast installs there as well).
- deleted patches
  - deps.patch (upstreamed)
- does not require python-six

OBS-URL: https://build.opensuse.org/request/show/1009765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=4
2022-10-11 12:41:06 +00:00
f3d5f7f725 Accepting request 930682 from devel:languages:python
hunter  - flexible code tracing toolkit

OBS-URL: https://build.opensuse.org/request/show/930682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hunter?expand=0&rev=1
2021-11-15 14:26:26 +00:00
a98ca8effd fix
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=2
2021-11-10 14:13:15 +00:00
f17286d991 - initital package
- add deps.patch
- tests for now broken in our envv

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=1
2021-11-10 13:47:48 +00:00