<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/setup.py, branch coverage-nox</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>See if we can always enable abi3 (#8823)</title>
<updated>2023-04-25T13:23:57+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-04-25T13:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bb91e8b44950e909c6cfa56b9339ccbcc6c66bfe'/>
<id>bb91e8b44950e909c6cfa56b9339ccbcc6c66bfe</id>
<content type='text'>
Previously it wasn't because pypy doesn't support abi3, but maybe the pyo3 feature works.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it wasn't because pypy doesn't support abi3, but maybe the pyo3 feature works.</pre>
</div>
</content>
</entry>
<entry>
<title>Error cleanly in setup.py when using a too-old PyPy (#8634)</title>
<updated>2023-03-29T02:11:23+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-29T02:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=60d3f709eb96ba5df9bdfede5c024c1f2db9f0e5'/>
<id>60d3f709eb96ba5df9bdfede5c024c1f2db9f0e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to pyo3 0.18 (#6935)</title>
<updated>2023-03-24T21:23:13+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-24T21:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7e62312797cc018891fa4ffcfd9485fafacd3dfe'/>
<id>7e62312797cc018891fa4ffcfd9485fafacd3dfe</id>
<content type='text'>
* Upgrade to pyo3 0.16

* Upgrade to pyo3 0.17

* Upgrade to pyo3 0.18</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Upgrade to pyo3 0.16

* Upgrade to pyo3 0.17

* Upgrade to pyo3 0.18</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate from setup.cfg to pyproject.toml completely (#8116)</title>
<updated>2023-03-24T20:59:44+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-24T20:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7e19ff0229a0a8d9263e126a01b11299221a0741'/>
<id>7e19ff0229a0a8d9263e126a01b11299221a0741</id>
<content type='text'>
One less file?</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One less file?</pre>
</div>
</content>
</entry>
<entry>
<title>update MSRV 1.48.0 -&gt; 1.56.0 (#8587)</title>
<updated>2023-03-24T13:36:14+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-03-24T13:36:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0794b0e31aae4c550a009550f55f0976ae700083'/>
<id>0794b0e31aae4c550a009550f55f0976ae700083</id>
<content type='text'>
* update MSRV 1.48.0 -&gt; 1.56.0

* bump some deps for MSRV</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update MSRV 1.48.0 -&gt; 1.56.0

* bump some deps for MSRV</pre>
</div>
</content>
</entry>
<entry>
<title>drop python 3.6 support (#8448)</title>
<updated>2023-03-24T13:15:13+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-03-24T13:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b5170bf26dcc2834e2279e1e739d94916e5a5fc3'/>
<id>b5170bf26dcc2834e2279e1e739d94916e5a5fc3</id>
<content type='text'>
* drop python 3.6 support

* Update tests/hazmat/bindings/test_openssl.py

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

---------

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* drop python 3.6 support

* Update tests/hazmat/bindings/test_openssl.py

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

---------

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.6 compatibility fix. (#8516)</title>
<updated>2023-03-15T10:47:58+00:00</updated>
<author>
<name>Matthew Ryan</name>
<email>54719826+akamaryan@users.noreply.github.com</email>
</author>
<published>2023-03-15T10:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c5eb29860e63e5099d0802fc44ea756260e6775e'/>
<id>c5eb29860e63e5099d0802fc44ea756260e6775e</id>
<content type='text'>
* Python 3.6 compatibility fix.

The capture_output argument to subprocess.run() was not introduced until
Python 3.7.  Use stdout=subprocess.PIPE and stderr=subprocess.PIPE instead,
which is equivalent.

* Update pyproject.toml

* Black

---------

Co-authored-by: Matthew Ryan &lt;matt.ryan@nominum.com&gt;
Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Python 3.6 compatibility fix.

The capture_output argument to subprocess.run() was not introduced until
Python 3.7.  Use stdout=subprocess.PIPE and stderr=subprocess.PIPE instead,
which is equivalent.

* Update pyproject.toml

* Black

---------

Co-authored-by: Matthew Ryan &lt;matt.ryan@nominum.com&gt;
Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Ressurect the PoC of OpenSSL from Rust (#7164)</title>
<updated>2023-03-15T05:06:16+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-15T05:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6c39999b40d8794945a8cd47106725334d6d3ae3'/>
<id>6c39999b40d8794945a8cd47106725334d6d3ae3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Error loudly if you somehow run setup.py without CFFI installed (#7640)</title>
<updated>2022-09-23T13:22:54+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-09-23T13:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d7d6b197ae3a67207ce4b0b666d84cb95a5f8a5e'/>
<id>d7d6b197ae3a67207ce4b0b666d84cb95a5f8a5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove ext_package so top_level.txt is accurate in wheel metadata (#7511)</title>
<updated>2022-08-15T14:44:13+00:00</updated>
<author>
<name>anthony sottile</name>
<email>103459774+asottile-sentry@users.noreply.github.com</email>
</author>
<published>2022-08-15T14:44:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=59f60154d6f443064d4dd3aa452c7813c0427f83'/>
<id>59f60154d6f443064d4dd3aa452c7813c0427f83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
