Debian Patches
Status for loguru/0.7.3-4
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| test_time_rotation_reopening_native.patch | Disable test_time_rotation_reopening_native which fails on buildd machines | Nilesh Patra <nilesh@debian.org> | no | 2021-04-30 | ||
| 0002-Bump-pytest-mypy-plugins-from-3.1.0-to-3.2.0.patch | Bump pytest-mypy-plugins from 3.1.0 to 3.2.0 | Delgan <delgan.py@gmail.com> | no | 2025-01-01 | ||
| 0003-Bump-Mypy-version-to-v1.15.0-for-tests.patch | Bump Mypy version to v1.15.0 for tests | Delgan <delgan.py@gmail.com> | no | 2025-03-01 | ||
| 0004-Bump-mypy-from-v1.15.0-to-1.16.1-1358.patch | Bump mypy from v1.15.0 to 1.16.1 (#1358) Bumps [mypy](https://github.com/python/mypy) from v1.15.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.1) |
"dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> | no | 2025-07-14 | ||
| 0005-Fix-Mypy-unit-tests-due-to-deprecated-force_uppercas.patch | Fix Mypy unit tests due to deprecated "force_uppercase_builtins" option The latest version of Mypy removes this configuration parameter, which we used to standardize the expected output across the different tested versions of Python. As a workaround, this feature is reimplemented using a basic regex. This'll likely become more complicated if they later force a change in the syntax of "Union" as well. Note that we're patching the expected output (differs for each Python version) in the test cases, not the actual Mypy output. |
Delgan <delgan.py@gmail.com> | no | 2025-08-02 | ||
| 0006-Bump-mypy-from-v1.16.1-to-1.17.1-1365.patch | Bump mypy from v1.16.1 to 1.17.1 (#1365) Bumps [mypy](https://github.com/python/mypy) from v1.16.1 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.1) |
"dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> | no | 2025-08-02 | ||
| 0007-Fix-failing-exception_modern-unit-test-with-Python-3.patch | Fix failing "exception_modern" unit test with Python 3.14 (#1331) The test relies on the "repr()" output of a few classes which are not meant to be considered as a stabilized API. In this specific case, "Union" representation was changed upstream from "typing.Union" to "<class 'typing.Union'>" (kind of leak implementation details). I simply replaced the dummy "Union" with "Tuple" in the unit test, since its representation appears stable acrcoss versions. |
Delgan <delgan.py@gmail.com> | no | debian | https://github.com/Delgan/loguru/commit/84023e2bd8339de95250470f422f096edcb8f7b7 | 2025-07-05 |
