<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/setup.cfg, branch dependabot/github_actions/actions/setup-python-2.3.1</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>deprecate backend part 5 of n (#6523)</title>
<updated>2021-11-03T11:22:58+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-03T11:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=1eccc52b637a4745a38e61ca2f9f21d383862175'/>
<id>1eccc52b637a4745a38e61ca2f9f21d383862175</id>
<content type='text'>
* deprecate backend part 5 of n

* remove doc8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* deprecate backend part 5 of n

* remove doc8</pre>
</div>
</content>
</entry>
<entry>
<title>Remove setup_requires -- setuptools has deprecated it (#6465)</title>
<updated>2021-10-23T23:18:21+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-10-23T23:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=1c348a02e6221bfbfa2073efff79bf352984da0d'/>
<id>1c348a02e6221bfbfa2073efff79bf352984da0d</id>
<content type='text'>
* Remove setup_requires -- setuptools has deprecated it

* Update comments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove setup_requires -- setuptools has deprecated it

* Update comments</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Ban cffi version that makes CI sad (#6418)" (#6441)</title>
<updated>2021-10-19T11:45:04+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-10-19T11:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b6760af9f95b2041107700ced51c8ea45a9f9f1c'/>
<id>b6760af9f95b2041107700ced51c8ea45a9f9f1c</id>
<content type='text'>
* Revert "Ban cffi version that makes CI sad (#6418)"

This reverts commit bba65084eadca64776d520004ded10375ab5d30e.

* Run the necessary teardown code always

* Restore this</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert "Ban cffi version that makes CI sad (#6418)"

This reverts commit bba65084eadca64776d520004ded10375ab5d30e.

* Run the necessary teardown code always

* Restore this</pre>
</div>
</content>
</entry>
<entry>
<title>Ban cffi version that makes CI sad (#6418)</title>
<updated>2021-10-16T21:18:05+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-10-16T21:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bba65084eadca64776d520004ded10375ab5d30e'/>
<id>bba65084eadca64776d520004ded10375ab5d30e</id>
<content type='text'>
* Update installation for testing against bookworm

* Try bumping macOS timeout

* Try pinning cffi

* Ban 1.15.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update installation for testing against bookworm

* Try bumping macOS timeout

* Try pinning cffi

* Ban 1.15.0</pre>
</div>
</content>
</entry>
<entry>
<title>py310 is out and in GHA (#6385)</title>
<updated>2021-10-06T01:12:15+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-10-06T01:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f3243541aa9ae8e6ea0f459ef80d7c46e18baa4d'/>
<id>f3243541aa9ae8e6ea0f459ef80d7c46e18baa4d</id>
<content type='text'>
* py310 is out and in GHA

* also switch windows/macos since we test min/max py3 there only</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* py310 is out and in GHA

* also switch windows/macos since we test min/max py3 there only</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 project_urls especially changelog (#6228)</title>
<updated>2021-08-26T13:24:41+00:00</updated>
<author>
<name>Thomas Grainger</name>
<email>tagrain@gmail.com</email>
</author>
<published>2021-08-26T13:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=57fd59717951e7df4adc50d1c6499f3f641cef71'/>
<id>57fd59717951e7df4adc50d1c6499f3f641cef71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
