python-pytest-skip-markers/python-pytest-skip-markers.changes

50 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Tue Feb 4 18:58:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.5.2:
* Corrected platform support for MacOS Arm64 based systems in
function is_aarch64
* Dropped support for Python 3.7
-------------------------------------------------------------------
Wed Jan 24 13:41:10 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Fri Jan 5 17:26:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.5.1:
* Bug Fixes - Also capture stderr so that no errors are seen on
console when checking for FIPS support
* Don't set the config value twice for the same marker
* Update copyright headers
-------------------------------------------------------------------
Mon Dec 4 11:23:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.5.0:
* Add a ``skip_on_fips_enabled_platform`` marker
* Improvements
* Stop using deprecated `@pytest.mark.trylast`
* Trivial/Internal Changes
* Several minor fixes & improvements:
* Update pre-commit hooks versions
* Update copyright headers
* Update workflows
* Breaking Changes
* Drop support for python versions older than 3.7
* Improvements
* Don't cache the functions in
`pytestskipmarkers.utils.platform`
-------------------------------------------------------------------
Tue Oct 10 18:28:55 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- enable testsuite
-------------------------------------------------------------------
Wed Sep 7 11:26:31 UTC 2022 - Alexander Graul <alexander.graul@suse.com>
- Initial Package