2024-10-25 15:04:16 +00:00
|
|
|
-------------------------------------------------------------------
|
2025-05-07 07:05:13 +00:00
|
|
|
Wed May 7 06:57:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.0.1:
|
|
|
|
|
* Catch OSErrors when parsing mypy error paths
|
|
|
|
|
* Add test_pyproject_toml
|
|
|
|
|
* Drop Python 3.6 support and use PEP 621 metadata
|
|
|
|
|
* Test with mypy 1.x and fewer old versions
|
|
|
|
|
* Prevent AttributeError in pytest_terminal_summary
|
|
|
|
|
* Add support for Python 3.12
|
|
|
|
|
* Add support for pytest 8
|
|
|
|
|
* Ensure expected versions are installed while testing
|
|
|
|
|
* Require mypy >= 1.0
|
|
|
|
|
* Generalize MypyResults.from_mypy
|
|
|
|
|
* Require Pytest 7+
|
|
|
|
|
* Use config.stash to store the results path
|
|
|
|
|
* Replace attrs with dataclasses
|
|
|
|
|
* Create MypyConfigStash
|
|
|
|
|
* Refactor xdist integration
|
|
|
|
|
* Add strict type-checking
|
|
|
|
|
* Add --mypy-no-status-check
|
|
|
|
|
* Add --mypy-xfail
|
|
|
|
|
* Move results path cleanup to pytest_unconfigure
|
|
|
|
|
* Remove MypyWarning
|
|
|
|
|
* Replace MypyItem.MARKER with item_marker
|
|
|
|
|
* Create MypyCollectionPlugin
|
|
|
|
|
* Add support for Python 3.13
|
|
|
|
|
* Drop support for Python 3.7
|
|
|
|
|
* Resolve PYTHONWARNDEFAULTENCODING warnings
|
|
|
|
|
* Make MypyResults line-based
|
|
|
|
|
* Add test_name_formatter
|
|
|
|
|
* Add --mypy-report-style
|
|
|
|
|
- Switch to pyproject macros.
|
|
|
|
|
- Drop patch indirect-test-new-mypy.patch, no longer required.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2024-10-25 15:04:16 +00:00
|
|
|
Thu Sep 26 20:45:09 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fixed %{?sle15_python_module_pythons}
|
|
|
|
|
|
2023-02-08 03:53:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 8 03:53:11 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.10.3:
|
|
|
|
|
* Stop failing if mypy only produces notes.
|
|
|
|
|
* Update and loosen [build-system] requirements.
|
|
|
|
|
* Work around python/mypy#14042.
|
|
|
|
|
* Add support for Python 3.11.
|
|
|
|
|
|
2022-10-17 13:03:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 15 08:06:53 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update URL
|
|
|
|
|
- Update to v0.10.0
|
|
|
|
|
* Drop support for python<3.6
|
|
|
|
|
|
2022-10-17 13:03:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 18 07:48:53 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update 0.9.1:
|
|
|
|
|
* Add support for pytest 7.
|
|
|
|
|
* Drop support for pytest<4.6.
|
|
|
|
|
* Add --mypy-config-file.
|
|
|
|
|
- Drop patch 121-recent-mypy.patch, included upstream.
|
2022-10-17 13:05:33 +00:00
|
|
|
- Add patch indirect-test-new-mypy.patch:
|
2022-10-17 13:03:02 +00:00
|
|
|
* Fix failing test with new mypy.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 10 14:05:23 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.8.1:
|
|
|
|
|
- Implement MypyItem.collect for pytest < 6.0
|
|
|
|
|
- Update dev deps and extend static checks
|
|
|
|
|
- Test with mypy 0.8
|
|
|
|
|
- Add 121-recent-mypy.patch to make the test suite pass with the
|
|
|
|
|
recent mypy.
|
|
|
|
|
|
2021-02-23 17:35:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 23 12:50:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Activate test suite
|
2022-10-17 13:03:02 +00:00
|
|
|
- Update to v0.8.0:
|
|
|
|
|
- Stop injecting MypyStatusItem in
|
|
|
|
|
pytest_collection_modifyitems to fix --looponfail
|
|
|
|
|
- Add support for Python 3.9
|
|
|
|
|
- Create MypyResults
|
2021-02-23 17:35:27 +00:00
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 7 06:00:20 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to v0.7.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 10 16:36:24 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
- initial version v0.4.2
|