<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/utils.py, branch alex-patch-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>support attributes on csrs with an iterable (#6603)</title>
<updated>2021-11-14T11:20:11+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-14T11:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b9b95952f59476610edf8e02dbe861797e05cbc7'/>
<id>b9b95952f59476610edf8e02dbe861797e05cbc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>_ModuleWithDeprecations should inherit from types.ModuleType (#6267) (#6268)</title>
<updated>2021-09-13T09:08:34+00:00</updated>
<author>
<name>Sándor Jenei</name>
<email>35337337+SlaushVunter@users.noreply.github.com</email>
</author>
<published>2021-09-13T09:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bacf23f3edfa2ce880b7cd740d63f10058732fd1'/>
<id>bacf23f3edfa2ce880b7cd740d63f10058732fd1</id>
<content type='text'>
* _ModuleWithDeprecations should inherit from types.ModuleType (#6267)

Update utils.py

* fix typos reported by black

* flake8 fix

* Test should fail when int_from_bytes will be removed.

Because this test would become pointless then.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* _ModuleWithDeprecations should inherit from types.ModuleType (#6267)

Update utils.py

* fix typos reported by black

* flake8 fix

* Test should fail when int_from_bytes will be removed.

Because this test would become pointless then.</pre>
</div>
</content>
</entry>
<entry>
<title>parse certificates with pure rust (#6147)</title>
<updated>2021-07-25T22:03:14+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-07-25T22:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=87f43fb77e7f1c56471d3233a56000a51dc4a311'/>
<id>87f43fb77e7f1c56471d3233a56000a51dc4a311</id>
<content type='text'>
* parse certificates with pure rust

* fix coverage

* various review comments

* save the buffer

* more feedback</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* parse certificates with pure rust

* fix coverage

* various review comments

* save the buffer

* more feedback</pre>
</div>
</content>
</entry>
<entry>
<title>type annotate cryptography.utils:register_interface (#6123)</title>
<updated>2021-06-17T11:54:05+00:00</updated>
<author>
<name>Thomas Grainger</name>
<email>tagrain@gmail.com</email>
</author>
<published>2021-06-17T11:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6e8106f73d639d3a95c96ab041e96418121bf5bc'/>
<id>6e8106f73d639d3a95c96ab041e96418121bf5bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use well-defined enum representation (#6042)</title>
<updated>2021-05-12T12:54:23+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2021-05-12T12:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=1b922ed1dee0cd7e165a868639ce6d0869c8b2f5'/>
<id>1b922ed1dee0cd7e165a868639ce6d0869c8b2f5</id>
<content type='text'>
Python 3.10 changed enum's object and string representation. PyCA
cryptography now uses a custom subclass of enum.Enum() will well-defined
__repr__ and __str__ from Python 3.9.

Related: https://bugs.python.org/issue40066
Fixes: https://github.com/pyca/cryptography/issues/5995
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.10 changed enum's object and string representation. PyCA
cryptography now uses a custom subclass of enum.Enum() will well-defined
__repr__ and __str__ from Python 3.9.

Related: https://bugs.python.org/issue40066
Fixes: https://github.com/pyca/cryptography/issues/5995
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>more typing (#5887)</title>
<updated>2021-03-02T17:48:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-03-02T17:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=032a7f3cdca5207d3b1e2a5eed14897d88f78378'/>
<id>032a7f3cdca5207d3b1e2a5eed14897d88f78378</id>
<content type='text'>
* backend typing for twofactor package and more otp work

* even more typing

* style fixes

* no generic typing for _get_backend

* remove unneeded typing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* backend typing for twofactor package and more otp work

* even more typing

* style fixes

* no generic typing for _get_backend

* remove unneeded typing</pre>
</div>
</content>
</entry>
<entry>
<title>Delete unused register_interface_if (#5883)</title>
<updated>2021-03-01T21:40:25+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-03-01T21:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=17ec5db3374e7804c840cb2bafbe25cd07d9b065'/>
<id>17ec5db3374e7804c840cb2bafbe25cd07d9b065</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Interface: Make annotation check optional (#5775)</title>
<updated>2021-02-08T14:07:59+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2021-02-08T14:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=13e7e56c6094639cce1293f88a633270dfbe037c'/>
<id>13e7e56c6094639cce1293f88a633270dfbe037c</id>
<content type='text'>
* Interface: Make annotation check optional

Fixes: https://github.com/pyca/cryptography/issues/5774
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;

* Use param.replace()

Co-authored-by: Stanislav Levin &lt;slev@altlinux.org&gt;
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;

Co-authored-by: Stanislav Levin &lt;slev@altlinux.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Interface: Make annotation check optional

Fixes: https://github.com/pyca/cryptography/issues/5774
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;

* Use param.replace()

Co-authored-by: Stanislav Levin &lt;slev@altlinux.org&gt;
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;

Co-authored-by: Stanislav Levin &lt;slev@altlinux.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Added typing for a bunch of methods (#5737)</title>
<updated>2021-02-02T01:31:42+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-02T01:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e6352d5ef2798f9cb8ec2fd330605606117b515b'/>
<id>e6352d5ef2798f9cb8ec2fd330605606117b515b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>type updates from turning on unchecked-defs on tests (#5720)</title>
<updated>2021-01-31T18:14:13+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-01-31T18:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b24d522b05b2220fbcb74363e454c2997a0c7ab7'/>
<id>b24d522b05b2220fbcb74363e454c2997a0c7ab7</id>
<content type='text'>
test changes themselves will be in a separate PR</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test changes themselves will be in a separate PR</pre>
</div>
</content>
</entry>
</feed>
