<!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/python3-typed-ast">Debian Med / python3-typed-ast</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/med-team/python3-typed-ast/commit/103e2809c5463ef95ff12f159e918cdb50584528">103e2809</a></strong>
<div>
<span>by Michael R. Crusoe</span>
<i>at 2019-07-13T12:29:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 1.4.0</pre>
</li>
</ul>
<h4>27 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
<span class="deleted-file">

.gitignore
</span>
</a>
</li>
<li class="file-stats">
<a href="#dea01dd89a3b602828e630677fde5d77c06441c8">
<span class="deleted-file">

.travis.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#60e8ba6463d9985de0eb473267b3657b32cdd8ae">
<span class="deleted-file">

.travis/build-linux-wheels.sh
</span>
</a>
</li>
<li class="file-stats">
<a href="#3f454a98e586d1aa0d322e19afd5e67e08f2d3c8">
<span class="deleted-file">

CONTRIBUTING.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#8875df48c18030126ef5ef5a6f5c93b23451fb9f">
MANIFEST.in
</a>
</li>
<li class="file-stats">
<a href="#7d26833a43d8865f6d9679068f6f9ee7d6e13dcf">
<span class="new-file">
+
PKG-INFO
</span>
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#43b9d80d1f50472e56afb94a061257af5b53182b">
<span class="deleted-file">

appveyor.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#aa7bd97f2dbbfbe8a2fcd504edb125f9cef1d284">
ast27/Custom/typed_ast.c
</a>
</li>
<li class="file-stats">
<a href="#de2f6c4d5a2e7f6096f3a076cd022f5d8f8bb2c3">
<span class="deleted-file">

ast27/Grammar/Grammar
</span>
</a>
</li>
<li class="file-stats">
<a href="#0552aa365db77adec907f854ba2e988559457ce5">
ast27/Include/Python-ast.h
</a>
</li>
<li class="file-stats">
<a href="#46b2f7d8fade84983471eeb1baabe4a5f24340a1">
<span class="new-file">
+
ast27/Include/pgenheaders.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#a76306f63db28ccb5ee717c795aa984161284836">
<span class="deleted-file">

ast27/Parser/Python.asdl
</span>
</a>
</li>
<li class="file-stats">
<a href="#e31712921d8b2d8a56571e853c5934d4e49d6e32">
<span class="deleted-file">

ast27/Parser/asdl.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#affaf3a6d671fb9dff1270a197240e6569aca799">
<span class="deleted-file">

ast27/Parser/asdl_c.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#d6dbc5dd1d0660f3ee3e36c05665b0431e1807bc">
ast27/Parser/parsetok.c
</a>
</li>
<li class="file-stats">
<a href="#918747af495d529f10a79430157fb93768082fbe">
<span class="deleted-file">

ast27/Parser/spark.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#0a894c90eaae2db7ceb3f8c0cfdc04aaf7afac38">
ast27/Parser/tokenizer.c
</a>
</li>
<li class="file-stats">
<a href="#04055ddab0e4c92d9503cde5140c4a0974f2a6a0">
ast27/Python/Python-ast.c
</a>
</li>
<li class="file-stats">
<a href="#c82d8895414ee74eecf5e5b3b3874546b2bbd38a">
ast27/Python/ast.c
</a>
</li>
<li class="file-stats">
<a href="#11f20e4233fad524c22d8c7f356b38096fefda8c">
ast3/Custom/typed_ast.c
</a>
</li>
<li class="file-stats">
<a href="#e3bff25c1751ca82a552fec17288b5c1097a2b22">
<span class="deleted-file">

ast3/Grammar/Grammar
</span>
</a>
</li>
<li class="file-stats">
<a href="#e5fab2a9265175e4df8f2c548b74ed6df7003591">
ast3/Include/Python-ast.h
</a>
</li>
<li class="file-stats">
<a href="#8a86a3e677e3d66b8f9940bb3954e00f9c77a874">
<span class="deleted-file">

ast3/Include/compile-ast3.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#9ee323925a9c14e4161d3edf47691297b7315007">
<span class="new-file">
+
ast3/Include/pgenheaders.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#bdb718701059d79f8e8dee1a6221130ab9f6f0e7">
<span class="deleted-file">

ast3/Parser/Python.asdl
</span>
</a>
</li>
<li class="file-stats">
<a href="#53772d00a41326dc1952e297430dabd6eb7b2967">
<span class="deleted-file">

ast3/Parser/asdl.py
</span>
</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/python3-typed-ast/commit/103e2809c5463ef95ff12f159e918cdb50584528">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/python3-typed-ast/commit/103e2809c5463ef95ff12f159e918cdb50584528"}}</script>


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