diff --git a/deps.patch b/deps.patch deleted file mode 100644 index ab2e09c..0000000 --- a/deps.patch +++ /dev/null @@ -1,30 +0,0 @@ -Index: hunter-3.3.8/pyproject.toml -=================================================================== ---- hunter-3.3.8.orig/pyproject.toml -+++ hunter-3.3.8/pyproject.toml -@@ -2,7 +2,7 @@ - requires = [ - "setuptools>=30.3.0", - "wheel", -- "setuptools_scm>=3.3.1,!=4.0.0,<6.0", -+ "setuptools_scm>=3.3.1,!=4.0.0", - ] - - [tool.ipdb] -Index: hunter-3.3.8/setup.py -=================================================================== ---- hunter-3.3.8.orig/setup.py -+++ hunter-3.3.8/setup.py -@@ -156,10 +156,10 @@ setup( - ':platform_system != "Windows"': ['manhole >= 1.5'], - }, - setup_requires=[ -- 'setuptools_scm>=3.3.1,!=4.0.0,<6.0', -+ 'setuptools_scm>=3.3.1,!=4.0.0', - 'cython', - ] if Cython else [ -- 'setuptools_scm>=3.3.1,!=4.0.0,<6.0', -+ 'setuptools_scm>=3.3.1,!=4.0.0', - ], - entry_points={ - 'console_scripts': [ diff --git a/hunter-3.3.8.tar.gz b/hunter-3.3.8.tar.gz deleted file mode 100644 index 2ff3045..0000000 --- a/hunter-3.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5fcd01da7c8ddf299805d89cbbaa3ba379660335ea709550f01bf6b32b946f7 -size 554086 diff --git a/hunter-3.5.0.tar.gz b/hunter-3.5.0.tar.gz new file mode 100644 index 0000000..ed3d99e --- /dev/null +++ b/hunter-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5340275f154b8df29a1ddb6fe0812aabdce4543c41b370ecd014b2cca63018 +size 561407 diff --git a/python-hunter.changes b/python-hunter.changes index 91c5c30..b88676b 100644 --- a/python-hunter.changes +++ b/python-hunter.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Oct 11 10:53:56 UTC 2022 - pgajdos@suse.com + +- 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 + ------------------------------------------------------------------- Wed Nov 10 13:11:53 UTC 2021 - Ondřej Súkup diff --git a/python-hunter.spec b/python-hunter.spec index 9e68832..7b62c16 100644 --- a/python-hunter.spec +++ b/python-hunter.spec @@ -1,7 +1,7 @@ # # spec file for package python-hunter # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,14 @@ Name: python-hunter -Version: 3.3.8 +Version: 3.5.0 Release: 0 Summary: Pytest plugin for coverage reporting License: BSD-2-Clause URL: https://github.com/ionelmc/python-hunter Source: https://files.pythonhosted.org/packages/source/h/hunter/hunter-%{version}.tar.gz -Patch0: deps.patch BuildRequires: %{python_module Cython} BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives @@ -35,7 +33,7 @@ Requires(postun):update-alternatives %description Hunter is a flexible code tracing toolkit, not for measuring coverage, -but for debugging, logging, inspection and other nefarious purposes. +but for debugging, logging, inspection and other nefarious purposes. %prep %autosetup -p1 -n hunter-%{version}