mypy (1.15~rc0.2-1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 1.14.1-4 < 1.15~rc0.2-1.
- Git: https://salsa.debian.org/python-team/packages/mypy.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 76988416
- Browser: https://salsa.debian.org/python-team/packages/mypy
- Last scan: 2025-02-01 15:23:06+00
- Next scan: 2025-02-07 23:27:00+00
- CI pipeline status: failed
- Debian changelog in Git:
mypy (1.14.1-4) UNRELEASED; urgency=medium
* d/rules: added a build profile extension: pkg.mypy.multifile to speed up
compilation by enabling MYPYC_MULTI_FILE=1 even on architectures where
we don't normally do that.
* d/rules: added a build profile extension: pkg.mypy.o1 to speed up
compilation by enabling MYPYC_OPT_LEVEL=1 → -O1 instead of -O3
* d/rules: enable building the python extensions in parallel, respecting
DEB_BUILD_OPTIONS.
* d/salsa-ci.yml: Enable both of the speed-up build profiles to hopefully
finish the build within the 3 hour limit.
-- Michael R. Crusoe <crusoe@debian.org> Fri, 24 Jan 2025 10:21:23 +0100
- This branch is 4 commits ahead of tag debian/1.14.1-3
- Git log:
commit e2b9e85a48ba5243a4f854197108054cc2037909
Author: Michael R. Crusoe <crusoe@debian.org>
Date: Thu Jan 23 17:56:25 2025 +0100
d/salsa-ci.yml: Enable both of the speed-up build profiles to hopefully finish the build within the 3 hour limit.
commit 546799c24f97bc47d0e49417e915c327c110ffbe
Author: Michael R. Crusoe <crusoe@debian.org>
Date: Thu Jan 23 16:42:17 2025 +0100
d/rules: enable building the python extensions in parallel, respecting DEB_BUILD_OPTIONS.
commit 5d117c06d9d2dd52ce4dcb18ab321743032091f4
Author: Michael R. Crusoe <crusoe@debian.org>
Date: Thu Jan 23 13:38:11 2025 +0100
d/rules: added a build profile extension: pkg.mypy.o1 to speed up compilation by enabling MYPYC_OPT_LEVEL=1 → -O1 instead of -O3
commit 120b13afd317d0e180f99a7d5ba7d2a7a6ae9016
Author: Michael R. Crusoe <crusoe@debian.org>
Date: Thu Jan 23 13:30:34 2025 +0100
d/rules: added a build profile extension: pkg.mypy.multifile to speed up compilation by enabling MYPYC_MULTI_FILE=1 even on architectures where we don't normally do that.