<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/utils.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>Deprecate support for MD5 and SHA1 signatures in X.509 (#7283)</title>
<updated>2022-05-27T22:39:13+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-05-27T22:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0077708d891c4647a12aacaa81c525f3ca1c57c7'/>
<id>0077708d891c4647a12aacaa81c525f3ca1c57c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove register_interface, which was basically unused (#7234)</title>
<updated>2022-05-27T01:11:53+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-05-27T01:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f70e334a52fdf5bd1ad42460efb78d989f8535d9'/>
<id>f70e334a52fdf5bd1ad42460efb78d989f8535d9</id>
<content type='text'>
* Remove register_interface, which was basically unused

* Remove now unused verify_interface</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove register_interface, which was basically unused

* Remove now unused verify_interface</pre>
</div>
</content>
</entry>
<entry>
<title>refactor utils.deprecated to be more mypy friendly (#6923)</title>
<updated>2022-03-02T19:46:30+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-03-02T19:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=727422868510ef1d5eb554fe49669224e8dc50c0'/>
<id>727422868510ef1d5eb554fe49669224e8dc50c0</id>
<content type='text'>
* refactor utils.deprecated to be more mypy friendly

* Poke for CI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* refactor utils.deprecated to be more mypy friendly

* Poke for CI</pre>
</div>
</content>
</entry>
<entry>
<title>Remove explicit subclassing of object now that all classes are new-style (#6830)</title>
<updated>2022-01-30T16:29:24+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-01-30T16:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=02783d22972f1734e0728b4891f4e52e48913b0d'/>
<id>02783d22972f1734e0728b4891f4e52e48913b0d</id>
<content type='text'>
As someone who first with Python in 2.4 or so, this habit is going to be hard to break.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As someone who first with Python in 2.4 or so, this habit is going to be hard to break.</pre>
</div>
</content>
</entry>
<entry>
<title>more pointless typing to improve metrics (#6780)</title>
<updated>2022-01-03T17:29:30+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2022-01-03T17:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=795b5c94dd364096adfcde321332f4946114ccf9'/>
<id>795b5c94dd364096adfcde321332f4946114ccf9</id>
<content type='text'>
* more pointless typing to improve metrics

* Apply suggestions from code review

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

* black

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* more pointless typing to improve metrics

* Apply suggestions from code review

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

* black

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>add some more mypy flags (#6751)</title>
<updated>2021-12-23T12:55:23+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-12-23T12:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=830343d11c75811c27e90df844b2d5c8059a05c1'/>
<id>830343d11c75811c27e90df844b2d5c8059a05c1</id>
<content type='text'>
remove some unneeded type ignores. This work found a missing type and
added it as well.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove some unneeded type ignores. This work found a missing type and
added it as well.</pre>
</div>
</content>
</entry>
<entry>
<title>remove signer/verifier as they've been deprecated for 4.25 years (#6639)</title>
<updated>2021-12-03T23:17:25+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-12-03T23:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e71c0df30102611d1d4ea5ebd5c8a0f4d42204db'/>
<id>e71c0df30102611d1d4ea5ebd5c8a0f4d42204db</id>
<content type='text'>
* remove signer/verifier as they've been deprecated for 4.25 years

* fix coverage</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove signer/verifier as they've been deprecated for 4.25 years

* fix coverage</pre>
</div>
</content>
</entry>
<entry>
<title>Remove read_only_property and precisely type all these getters (#6668)</title>
<updated>2021-11-28T21:41:51+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-28T21:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=526c99a94da7523ccc033e24c78d0162de2ee737'/>
<id>526c99a94da7523ccc033e24c78d0162de2ee737</id>
<content type='text'>
* Remove read_only_property and precisely type all these getters

* flake8

* unused</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove read_only_property and precisely type all these getters

* flake8

* unused</pre>
</div>
</content>
</entry>
<entry>
<title>closes #6663 -- deprecate openssl 1.1.0 support (#6667)</title>
<updated>2021-11-28T04:12:47+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-28T04:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bd7e6ad653bdbf928fbb581858d679df5c7cc0fd'/>
<id>bd7e6ad653bdbf928fbb581858d679df5c7cc0fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finally remove deprecated int_from_bytes (#6652)</title>
<updated>2021-11-25T00:13:15+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-25T00:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c8dc74c5ebb37e82fe381a9d248379c32a049072'/>
<id>c8dc74c5ebb37e82fe381a9d248379c32a049072</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
