File python-pytest-timeout.changes of Package python-pytest-timeout.30661
-------------------------------------------------------------------
Fri Apr 21 12:32:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Thu Apr 13 22:44:10 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Make calling of %{sle15modernpython} optional.
-------------------------------------------------------------------
Fri Aug 19 18:22:49 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 2.1.0
  * Get terminal width from shutil instead of deprecated py, thanks
    Andrew Svetlov.
  * Add an API for extending ``pytest-timeout`` functionality
    with third-party plugins, thanks Andrew Svetlov.
- Don't test with pytest-cov in Staging: Put Ring1 on coverage diet
-------------------------------------------------------------------
Thu Jan  6 01:39:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.0.2:
  * Fix debugger detection on OSX, thanks Alexander Pacha.
  * Fix Python 2 removal, thanks Nicusor Picatureanu.
  * Increase pytest requirement to >=5.0.0. Thanks Dominic Davis-Foster.
  * Use thread timeout method when plugin is not called from main thread
    to avoid crash.
  * Fix pycharm debugger detection so timeouts are not triggered during
    debugger usage.
  * Dropped support for Python 2, minimum pytest version upported is 5.0.0. 
-------------------------------------------------------------------
Thu Nov  5 14:37:31 UTC 2020 - Marketa Machova <mmachova@suse.com>
- Update to 1.4.2
  * Fix is_debugging function
-------------------------------------------------------------------
Mon Jun 29 12:15:28 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.4.1
  * Better detection of when we are debugging, thanks Mattwmaster58.
-------------------------------------------------------------------
Thu Jan  9 08:24:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.3.4:
  * upstream moved to github
  * support newer pytest releases
- Drop merged patch pytest4.patch
-------------------------------------------------------------------
Tue Feb 12 15:43:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build with pytest4 from upstream:
  * pytest4.patch
-------------------------------------------------------------------
Wed Nov 21 14:20:15 UTC 2018 - Enno Gotthold <egotthold@suse.com>
- Version update to 1.3.3
 * Fix support for pytest >= 3.10.
-------------------------------------------------------------------
Wed Sep 19 09:59:42 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- version update to 1.3.2
 * Fix deprecation warning on Python 3.6. 
 * Fix pytest 3.7.3 compatibility.
-------------------------------------------------------------------
Tue Jul 17 12:55:33 UTC 2018 - scarabeus@opensuse.org
- Version update to 1.3.0:
  * Fixes for python3.7
  * Various small fixes
-------------------------------------------------------------------
Sun Dec  3 19:13:13 UTC 2017 - arun@gmx.de
- update to version 1.2.1:
  * Fix for pytest 3.3, thanks Bruno Oliveira.
  * Update supported python versions:
    + Add CPython 3.6.
    + Drop CPyhon 2.6 (as did pytest 3.3)
    + Drop CPyhon 3.3
    + Drop CPyhon 3.4
-------------------------------------------------------------------
Wed Sep  6 18:09:04 UTC 2017 - toddrme2178@gmail.com
- Fix building
-------------------------------------------------------------------
Mon Aug 28 21:52:12 UTC 2017 - toddrme2178@gmail.com
- Initial version