Update to version 2.6.0

This commit is contained in:
Marius Grossu
2025-11-05 17:27:30 +01:00
parent 0f05e0b60d
commit 07136da0f7
5 changed files with 45 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Nov 5 17:10:03 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
- update to 2.6.0:
* raises returns the exception value, so the excpected error message can be verified
* raises & any_failures exported from top init.py module so that mypy does not complain that they are not explicitly exported
* Make _Comparable* protocols compatible with builtins
* Turn on testing for Python 3.14 in CI
* Relative paths in tracebacks
* Add testing of Python 3.14
* Fixes a weird corner case where an internal error could be generated
* Set a minimum pluggy version during type checking
* Add type hints, remove support for Python 3.8
* Fixes check doesn't respect runxfail option
* Add testing for Python 3.13 to GH actions
* Add testing for Python 3.13 and 3.14 to tox.ini
* Switch packackaching from flit to hatchling
- change BuildRequires from flit-core >= 2 to hatchling
- Add pytest-check-no-new-classifiers.patch: to remove new classifiers for older hatchling version
-------------------------------------------------------------------
Sat Aug 31 12:11:11 UTC 2024 - Dirk Müller <dmueller@suse.com>