<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Michael R. Crusoe pushed to branch upstream
at <a href="https://salsa.debian.org/med-team/mypy">Debian Med / mypy</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/med-team/mypy/-/commit/79e24f770594b36b9390b99fc705bfab93111261">79e24f77</a></strong>
<div>
<span>by Michael R. Crusoe</span>
<i>at 2020-06-04T13:41:48+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 0.780</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#7d26833a43d8865f6d9679068f6f9ee7d6e13dcf">
PKG-INFO
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#ab636d5582b9cce3c8999c4f5451ece35aa4eeb1">
docs/source/cheat_sheet_py3.rst
</a>
</li>
<li class="file-stats">
<a href="#a7822841fc73e9d174380dbef0e2a8707ecfb44f">
docs/source/command_line.rst
</a>
</li>
<li class="file-stats">
<a href="#db5f8d7c4f9963f91489cb7e81a0d134c650018b">
docs/source/common_issues.rst
</a>
</li>
<li class="file-stats">
<a href="#f4626bb5db9b340c46bfa3cfc4fca7f9ac5ad2e9">
docs/source/config_file.rst
</a>
</li>
<li class="file-stats">
<a href="#661f019bb0f18aac1367fcac11aec1eade106d3b">
docs/source/extending_mypy.rst
</a>
</li>
<li class="file-stats">
<a href="#859d18fb9c0281a139dac472788a17a3739c51d1">
docs/source/final_attrs.rst
</a>
</li>
<li class="file-stats">
<a href="#d17d1544fdc97441494ef2c0f19d720129b9fc19">
docs/source/mypy_daemon.rst
</a>
</li>
<li class="file-stats">
<a href="#b42d4cafee0b57771578c8c790d590a47cb34ab4">
docs/source/running_mypy.rst
</a>
</li>
<li class="file-stats">
<a href="#6e7fe587600c0bb9a406cc7421ed2dcb19b94b82">
mypy.egg-info/PKG-INFO
</a>
</li>
<li class="file-stats">
<a href="#9cb9d7d492d3ee61fa3a6c8a356ce0eea1570d10">
mypy.egg-info/SOURCES.txt
</a>
</li>
<li class="file-stats">
<a href="#ba36fd9acbffec79d9e959fe7e7ae6e58f334742">
mypy/build.py
</a>
</li>
<li class="file-stats">
<a href="#e8bdcab7e445bb9a28a215f4488b81bca2dccb34">
mypy/checker.py
</a>
</li>
<li class="file-stats">
<a href="#7bfc2435d281a999bd1682db0eae5d1a932fd838">
mypy/checkexpr.py
</a>
</li>
<li class="file-stats">
<a href="#ea06fa656d8d34bcde5d2fbe375f3c2b01fdd259">
mypy/config_parser.py
</a>
</li>
<li class="file-stats">
<a href="#46dea7afc174a238d8c620fee2c897ff089c6921">
mypy/constraints.py
</a>
</li>
<li class="file-stats">
<a href="#20eaacbde059b9b1092126b401ec055918a4a008">
mypy/defaults.py
</a>
</li>
<li class="file-stats">
<a href="#d82bcba04356dd8e888802375361b6e13d587f67">
mypy/dmypy/client.py
</a>
</li>
<li class="file-stats">
<a href="#ad1a879b3b406103266943336e2b7147241d8214">
mypy/dmypy_server.py
</a>
</li>
<li class="file-stats">
<a href="#565073006108a9214b2dc3bb47a6ec217ed10f21">
mypy/fastparse.py
</a>
</li>
<li class="file-stats">
<a href="#e6b06865a4c45db78ff8b803e7b6aa556550528a">
mypy/fastparse2.py
</a>
</li>
<li class="file-stats">
<a href="#3eec6cbd733548d2d81839ff84cc54504a57c524">
mypy/join.py
</a>
</li>
<li class="file-stats">
<a href="#d27909fbcbe857fe6316fc0330d27e6b51cebde2">
mypy/main.py
</a>
</li>
<li class="file-stats">
<a href="#8a4b64420c4c6c197e76fd00791a6d88efd57371">
mypy/messages.py
</a>
</li>
<li class="file-stats">
<a href="#152a36f4c395e93eb89ceecb02c087c6ce57c18a">
mypy/modulefinder.py
</a>
</li>
<li class="file-stats">
<a href="#d64132a57503ec9ca745e88822c239d15ae24733">
mypy/options.py
</a>
</li>
<li class="file-stats">
<a href="#0eb80ce2c96397dd7ca62925b15118e227d0f092">
mypy/plugins/attrs.py
</a>
</li>
<li class="file-stats">
<a href="#a09a3ad4f7e2b6c773c4c81b9bf688d60e1b3160">
mypy/plugins/dataclasses.py
</a>
</li>
<li class="file-stats">
<a href="#3bc505c49f4f315bc11f50cd2ed527fbd938601a">
mypy/semanal.py
</a>
</li>
</ul>
<h5>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: #777;">

<br>
<a href="https://salsa.debian.org/med-team/mypy/-/commit/79e24f770594b36b9390b99fc705bfab93111261">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/med-team/mypy/-/commit/79e24f770594b36b9390b99fc705bfab93111261"}}</script>


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