<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/setup.py, branch 38.0.3</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>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>
<entry>
<title>Add the rustc version to debug assistance output when setup.py fails (#7382)</title>
<updated>2022-06-28T22:07:56+00:00</updated>
<author>
<name>Hood Chatham</name>
<email>roberthoodchatham@gmail.com</email>
</author>
<published>2022-06-28T22:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5c33dcac2603cd09eacbb59274f0ee0064036649'/>
<id>5c33dcac2603cd09eacbb59274f0ee0064036649</id>
<content type='text'>
* Add the rustc version to debug assistance output when setup.py fails

* Update setup.py

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

* Apply formatter, better string manipulation

* Try again with string manipulation

* check=True

* apply formatter

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add the rustc version to debug assistance output when setup.py fails

* Update setup.py

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

* Apply formatter, better string manipulation

* Try again with string manipulation

* check=True

* apply formatter

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump MSRV to 1.48.0 (#7128)</title>
<updated>2022-04-27T13:47:46+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-04-27T13:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bc00e8d676b3f25e60c0919c46f2839a38c5b802'/>
<id>bc00e8d676b3f25e60c0919c46f2839a38c5b802</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update setup.py links to the canonical URL (#6284)</title>
<updated>2021-09-19T11:52:10+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-09-19T11:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6bc56acc25658a3e3c3a2ee76e6e92369f3915ab'/>
<id>6bc56acc25658a3e3c3a2ee76e6e92369f3915ab</id>
<content type='text'>
URL fragments don't work on the redirects anyway</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
URL fragments don't work on the redirects anyway</pre>
</div>
</content>
</entry>
<entry>
<title>Port most of setup.py to setup.cfg (#6239)</title>
<updated>2021-08-29T21:38:34+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-08-29T21:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e703fb9f3a8114513481f032913e73b09fc509c8'/>
<id>e703fb9f3a8114513481f032913e73b09fc509c8</id>
<content type='text'>
* try porting over setup.py config

* reduce duplication

* flake

* move long_description, remove more lines from setup.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* try porting over setup.py config

* reduce duplication

* flake

* move long_description, remove more lines from setup.py</pre>
</div>
</content>
</entry>
<entry>
<title>Add more debug assistance (#6210)</title>
<updated>2021-08-17T13:07:32+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2021-08-17T13:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7eb9d5a7a3bee399c94d248f8faaad556aeb721c'/>
<id>7eb9d5a7a3bee399c94d248f8faaad556aeb721c</id>
<content type='text'>
Print Python version, platform, setuptools, pip, and setuptools_rust
on failed builds.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Print Python version, platform, setuptools, pip, and setuptools_rust
on failed builds.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Convert unpadding code to Rust (#5668)</title>
<updated>2021-02-21T19:28:00+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-21T19:28:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=82a12a54b602c994cd0361d1b95bcb4047d67a31'/>
<id>82a12a54b602c994cd0361d1b95bcb4047d67a31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strict is deprecated (#5846)</title>
<updated>2021-02-18T22:57:43+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-18T22:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=577e058798e0e6ae04eac07f958f1072e351e859'/>
<id>577e058798e0e6ae04eac07f958f1072e351e859</id>
<content type='text'>
* Strict is deprecated

* bump pytest dep</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Strict is deprecated

* bump pytest dep</pre>
</div>
</content>
</entry>
<entry>
<title>Bump pyo3 and lower MSRV (#5823)</title>
<updated>2021-02-13T19:35:56+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-13T19:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7e30277483f5556ba05ab57edec11f0b8eebbb6e'/>
<id>7e30277483f5556ba05ab57edec11f0b8eebbb6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify an MSRV in setup.py (#5789)</title>
<updated>2021-02-09T00:09:31+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-09T00:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f01dcd62affe5dbc9f9dddc31f095cf15abcde9d'/>
<id>f01dcd62affe5dbc9f9dddc31f095cf15abcde9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
