<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/.github, branch alex-patch-2</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>Bump BoringSSL and/or OpenSSL in CI (#8917)</title>
<updated>2023-05-13T00:18:10+00:00</updated>
<author>
<name>pyca-boringbot[bot]</name>
<email>106132319+pyca-boringbot[bot]@users.noreply.github.com</email>
</author>
<published>2023-05-13T00:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=35ce702c9c2a5a0ceaaaf77bf8e9e7871511ce73'/>
<id>35ce702c9c2a5a0ceaaaf77bf8e9e7871511ce73</id>
<content type='text'>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump BoringSSL and/or OpenSSL in CI (#8911)</title>
<updated>2023-05-12T00:20:01+00:00</updated>
<author>
<name>pyca-boringbot[bot]</name>
<email>106132319+pyca-boringbot[bot]@users.noreply.github.com</email>
</author>
<published>2023-05-12T00:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=46eb804a3d27643c8923a1f331ef8b81095af9af'/>
<id>46eb804a3d27643c8923a1f331ef8b81095af9af</id>
<content type='text'>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump BoringSSL and/or OpenSSL in CI (#8905)</title>
<updated>2023-05-11T00:17:31+00:00</updated>
<author>
<name>pyca-boringbot[bot]</name>
<email>106132319+pyca-boringbot[bot]@users.noreply.github.com</email>
</author>
<published>2023-05-11T00:17:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=998e86659ae750562ecc0bcf0eabd1828fd5c9ed'/>
<id>998e86659ae750562ecc0bcf0eabd1828fd5c9ed</id>
<content type='text'>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>update cache key to reflect all rust files, not just cargo.lock (#8898)</title>
<updated>2023-05-10T00:25:18+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-05-10T00:25:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c6887af98236de1343def4544282812b60b3a383'/>
<id>c6887af98236de1343def4544282812b60b3a383</id>
<content type='text'>
rust uses mtime to determine if files are fresh or not. However, if the mtime of a file in main is newer than the mtime of a commit in a PR then it will load the cache and there will be weird errors since it thinks the cache is new enough but in reality the code has changed. This change ties our cache keys to all our rust files, not just our cargo.lock, and should resolve this issue.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rust uses mtime to determine if files are fresh or not. However, if the mtime of a file in main is newer than the mtime of a commit in a PR then it will load the cache and there will be weird errors since it thinks the cache is new enough but in reality the code has changed. This change ties our cache keys to all our rust files, not just our cargo.lock, and should resolve this issue.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump BoringSSL and/or OpenSSL in CI (#8897)</title>
<updated>2023-05-10T00:17:59+00:00</updated>
<author>
<name>pyca-boringbot[bot]</name>
<email>106132319+pyca-boringbot[bot]@users.noreply.github.com</email>
</author>
<published>2023-05-10T00:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=1f883568e5ab88fa34a6d041195d368bff5dc702'/>
<id>1f883568e5ab88fa34a6d041195d368bff5dc702</id>
<content type='text'>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Don't install coverage, it's not needed (#8895)</title>
<updated>2023-05-09T06:29:16+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-05-09T06:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3b8cb2b7337a7dc3a004555fd4bfa032e35a34af'/>
<id>3b8cb2b7337a7dc3a004555fd4bfa032e35a34af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump BoringSSL and/or OpenSSL in CI (#8893)</title>
<updated>2023-05-09T03:03:06+00:00</updated>
<author>
<name>pyca-boringbot[bot]</name>
<email>106132319+pyca-boringbot[bot]@users.noreply.github.com</email>
</author>
<published>2023-05-09T03:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=81916ba1b9ca55133adfc233980e3a80b60addff'/>
<id>81916ba1b9ca55133adfc233980e3a80b60addff</id>
<content type='text'>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Print more rust dirs for debugging in mtime-fix (#8887)</title>
<updated>2023-05-07T20:20:26+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-05-07T20:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=8834b590ede72c79532ccd34857a6904c48d3634'/>
<id>8834b590ede72c79532ccd34857a6904c48d3634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump BoringSSL and/or OpenSSL in CI (#8877)</title>
<updated>2023-05-06T00:33:15+00:00</updated>
<author>
<name>pyca-boringbot[bot]</name>
<email>106132319+pyca-boringbot[bot]@users.noreply.github.com</email>
</author>
<published>2023-05-06T00:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0e5e0030abebc6656629fea6bb9ac10ff8cb8295'/>
<id>0e5e0030abebc6656629fea6bb9ac10ff8cb8295</id>
<content type='text'>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump BoringSSL and/or OpenSSL in CI (#8866)</title>
<updated>2023-05-05T00:56:45+00:00</updated>
<author>
<name>pyca-boringbot[bot]</name>
<email>106132319+pyca-boringbot[bot]@users.noreply.github.com</email>
</author>
<published>2023-05-05T00:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=032845a0d68f670eeb848e8c4f1abf257c6c2106'/>
<id>032845a0d68f670eeb848e8c4f1abf257c6c2106</id>
<content type='text'>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: pyca-boringbot[bot] &lt;pyca-boringbot[bot]+106132319@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
