<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Michael R. Crusoe pushed to branch debian/experimental at <a href="https://salsa.debian.org/python-team/packages/mypy">Debian Python Team / packages / mypy</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/bfd1614cca83ffc9929afbb1c6852666020746ee">bfd1614c</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-23T09:25:32+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/rules: use DEB_BUILD_OPTION_PARALLEL instead of "auto" for setting the amount of parallel testing. Unbreaks the build on hurd-* where psutil does not work.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/120b13afd317d0e180f99a7d5ba7d2a7a6ae9016">120b13af</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T10:49:56+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>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.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/5d117c06d9d2dd52ce4dcb18ab321743032091f4">5d117c06</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T10:50:11+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/rules: added a build profile extension: pkg.mypy.o1 to speed up compilation by enabling MYPYC_OPT_LEVEL=1 → -O1 instead of -O3
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/546799c24f97bc47d0e49417e915c327c110ffbe">546799c2</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T10:50:21+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/rules: enable building the python extensions in parallel, respecting DEB_BUILD_OPTIONS.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/e2b9e85a48ba5243a4f854197108054cc2037909">e2b9e85a</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T10:50:51+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/salsa-ci.yml: Enable both of the speed-up build profiles to hopefully finish the build within the 3 hour limit.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/adefe66cdbb7f9839947456c324673b2a5d3c4cf">adefe66c</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T10:52:38+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update upstream source from tag 'upstream/1.15_rc0.1'

Update to upstream version '1.15~rc0.1'
with Debian dir c890203ad903a3ef7af432fe51a6eda8cb196ef8</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/4533a04f57baae7528b68c1422b5094d474d8aca">4533a04f</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T10:53:30+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Snapshot from upstream for experimental https://github.com/python/mypy/commit/68cffa7afe03d2b663aced9a70254e58704857db
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/81d828a856afecbe2b2b27c9370a82479948c1e5">81d828a8</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T10:53:34+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Refreshed the patches
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/d3bc2921cb4b57da7dac5abc07b9a2395632dea8">d3bc2921</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T10:53:34+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/control: added build-dependency on python3-sphinx-inline-tabs for the docs
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/90719ee08b0454053d509cd38a7ecea35731be2a">90719ee0</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T10:57:51+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>mypyc: Install googletest and lib-rt/setup.py to the correct locations.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/9eeb3cd9f596ce79e2b880384ec4dcc7c6c854cc">9eeb3cd9</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T10:57:54+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>routine-update: Ready to upload to experimental
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/4eba324ad5cd15ac8cced21e77d916846d0426a2">4eba324a</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T11:14:46+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 1.15~rc0.2</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/d9cf59017cb66d956ae36b2d2509ebae60d886a4">d9cf5901</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T11:15:30+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update upstream source from tag 'upstream/1.15_rc0.2'

Update to upstream version '1.15~rc0.2'
with Debian dir 1648eee4e15e57cc7be1b536ce929e1e6bc29cbb</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/python-team/packages/mypy/-/commit/b21864e0bb5ae9a5de8cfd6e05c7a87db2c8f0ff">b21864e0</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2025-01-24T11:15:47+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>update snapshot
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#ab09011fa121d0a2bb9fa4ca76094f2482b902b7">
CHANGELOG.md
</a>
</li>
<li class="file-stats">
<a href="#7d26833a43d8865f6d9679068f6f9ee7d6e13dcf">
PKG-INFO
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
<span class="new-file">
+
debian/changelog
</span>
</a>
</li>
<li class="file-stats">
<a href="#f5f51601866c86e59a004bd93fa415f5675be8c5">
<span class="new-file">
+
debian/clean
</span>
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
<span class="new-file">
+
debian/control
</span>
</a>
</li>
<li class="file-stats">
<a href="#adb7f75f79e3bb85eb62912a2904c5d24af878fb">
<span class="new-file">
+
debian/copyright
</span>
</a>
</li>
<li class="file-stats">
<a href="#96d04b04f738c244b750922a087b454307f83941">
<span class="new-file">
+
debian/dmypy-check.1
</span>
</a>
</li>
<li class="file-stats">
<a href="#327fd021c22969727d12d7047d3dd320499d42d9">
<span class="new-file">
+
debian/dmypy-daemon.1
</span>
</a>
</li>
<li class="file-stats">
<a href="#e44b8f0c94c6621f7642b86f8055414a87c45103">
<span class="new-file">
+
debian/dmypy-hang.1
</span>
</a>
</li>
<li class="file-stats">
<a href="#2f5aaee3746b5c34f86af161fc5cc6fc815c837d">
<span class="new-file">
+
debian/dmypy-kill.1
</span>
</a>
</li>
<li class="file-stats">
<a href="#441e1edd9002ab8866a5e5baa085767f919c299d">
<span class="new-file">
+
debian/dmypy-recheck.1
</span>
</a>
</li>
<li class="file-stats">
<a href="#293f9e74781ead0f2c3417e8774279ae511c4dea">
<span class="new-file">
+
debian/dmypy-restart.1
</span>
</a>
</li>
<li class="file-stats">
<a href="#01e01be1d0f0cd8617c023dfdc37eecc240bd379">
<span class="new-file">
+
debian/dmypy-start.1
</span>
</a>
</li>
<li class="file-stats">
<a href="#fdac436b66e5d5faafac20bada1f57baa668cb55">
<span class="new-file">
+
debian/dmypy-status.1
</span>
</a>
</li>
<li class="file-stats">
<a href="#485dcae90441a5c5788e733c80404b8d9b65b0a5">
<span class="new-file">
+
debian/dmypy-stop.1
</span>
</a>
</li>
<li class="file-stats">
<a href="#1df2a2d3f2a184b7906d7428e218f65cac7218b2">
<span class="new-file">
+
debian/intersphinx/monkeytype_objects.inv
</span>
</a>
</li>
<li class="file-stats">
<a href="#628a84923d6a1c21889dcbe568d86a7931109c48">
<span class="new-file">
+
debian/mypy-doc.doc-base
</span>
</a>
</li>
<li class="file-stats">
<a href="#22041208794d9d7a4591a04c9f01f11c6889852e">
<span class="new-file">
+
debian/mypy-doc.docs
</span>
</a>
</li>
<li class="file-stats">
<a href="#0ab0932e2482f66529207ea790132d6e176ec9ed">
<span class="new-file">
+
debian/mypy.docs
</span>
</a>
</li>
<li class="file-stats">
<a href="#6b8150d1f9842e513e63a29d377b09ce537592d6">
<span class="new-file">
+
debian/mypy.manpages
</span>
</a>
</li>
<li class="file-stats">
<a href="#fcaf168251674a1019688bde1a673fa8d60f5985">
<span class="new-file">
+
debian/patches/hint-typeshed-package
</span>
</a>
</li>
<li class="file-stats">
<a href="#79fae4487a64d7d50ec6944d24e3128abd337a37">
<span class="new-file">
+
debian/patches/intersphinx
</span>
</a>
</li>
<li class="file-stats">
<a href="#bc34014ab4b9a49dd7a27bdd8d352912607c3a96">
<span class="new-file">
+
debian/patches/series
</span>
</a>
</li>
<li class="file-stats">
<a href="#493d7f6e8db1f4b8a641383b9afabe8e1cd3ff1d">
<span class="new-file">
+
debian/patches/verbose
</span>
</a>
</li>
<li class="file-stats">
<a href="#b53e513ac77c3d20b813487860e79cf223955ae1">
<span class="new-file">
+
debian/python3-mypy.install
</span>
</a>
</li>
<li class="file-stats">
<a href="#6f091fb02223430afe108939df90162167e9df13">
<span class="new-file">
+
debian/python3-mypy.lintian-overrides
</span>
</a>
</li>
<li class="file-stats">
<a href="#8756c63497c8dc39f7773438edf53b220c773f67">
<span class="new-file">
+
debian/rules
</span>
</a>
</li>
<li class="file-stats">
<a href="#b1dbf22e88351ec0d5d1d1a7f53295504b480e61">
<span class="new-file">
+
debian/salsa-ci.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#53399f7f2dd7535c43cdcfa511a9c06044a9c238">
<span class="new-file">
+
debian/source/format
</span>
</a>
</li>
<li class="file-stats">
<a href="#d0b2adb0358f0eab7dd3bb1849dd4e795a81f242">
<span class="new-file">
+
debian/source/include-binaries
</span>
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">

<br>
<a href="https://salsa.debian.org/python-team/packages/mypy/-/compare/23f10988579176259e6ce60392d825eff8e37520...b21864e0bb5ae9a5de8cfd6e05c7a87db2c8f0ff">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>



</p>
</div>
</body>
</html>