<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git, branch 3.4.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>version bump, changelog already done (#5791)</title>
<updated>2021-02-09T04:22:02+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-09T04:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=86c9e4a763579d6b2369db83064c0c4b8e9c1c77'/>
<id>86c9e4a763579d6b2369db83064c0c4b8e9c1c77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.4] Specify an MSRV in setup.py (#5789) (#5790)</title>
<updated>2021-02-09T01:14:08+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-09T01:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0f40cb3acb66014d2872010ae3ba00dd16157d01'/>
<id>0f40cb3acb66014d2872010ae3ba00dd16157d01</id>
<content type='text'>
* Specify an MSRV in setup.py (#5789)

* Changelog</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Specify an MSRV in setup.py (#5789)

* Changelog</pre>
</div>
</content>
</entry>
<entry>
<title>3.4.2 changelog and version bump (#5784)</title>
<updated>2021-02-08T16:10:07+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-08T16:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=74a3df42c43d341014a4a6f111804f304a446902'/>
<id>74a3df42c43d341014a4a6f111804f304a446902</id>
<content type='text'>
* 3.4.2 changelog and version bump

* Update CHANGELOG.rst</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 3.4.2 changelog and version bump

* Update CHANGELOG.rst</pre>
</div>
</content>
</entry>
<entry>
<title>[3.4] More aggressively point people at Rust version docs (#5782) (#5783)</title>
<updated>2021-02-08T15:51:55+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-08T15:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4a66e2bdde25535d236338d8af84595c78562673'/>
<id>4a66e2bdde25535d236338d8af84595c78562673</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove setuptools_rust from install requirement (#5779) (#5781)</title>
<updated>2021-02-08T15:11:53+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2021-02-08T15:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=843ada65e816a17e1b3d90b12ab6403c8ff96654'/>
<id>843ada65e816a17e1b3d90b12ab6403c8ff96654</id>
<content type='text'>
* Remove setuptools_rust from install requirement

setuptools_rust is only required for building cryptography.

Fixes: https://github.com/pyca/cryptography/issues/5778
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;

* sdist needs setuptools_rust

Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove setuptools_rust from install requirement

setuptools_rust is only required for building cryptography.

Fixes: https://github.com/pyca/cryptography/issues/5778
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;

* sdist needs setuptools_rust

Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Interface: Make annotation check optional (#5775) (#5780)</title>
<updated>2021-02-08T14:43:46+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2021-02-08T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e5b5c3d4486a4a9b5c457ef7ba147ca893a5a57c'/>
<id>e5b5c3d4486a4a9b5c457ef7ba147ca893a5a57c</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;

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;

Co-authored-by: Stanislav Levin &lt;slev@altlinux.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>3.4.1 fixes and changelog bump (#5761)</title>
<updated>2021-02-07T21:35:24+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-07T21:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=ebde3be7ef92658bfbc322476a6f2604f41639fb'/>
<id>ebde3be7ef92658bfbc322476a6f2604f41639fb</id>
<content type='text'>
* Try to assist folks having issues with older pips (#5757)

* Try to assist folks having issues with older pips

* Update setup.py

* Update setup.py

* fix import cycle with asymmetricpadding (#5758)

* fix import cycle with asymmetricpadding

* Update src/cryptography/hazmat/primitives/_asymmetric.py

* bump for 3.4.1

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Try to assist folks having issues with older pips (#5757)

* Try to assist folks having issues with older pips

* Update setup.py

* Update setup.py

* fix import cycle with asymmetricpadding (#5758)

* fix import cycle with asymmetricpadding

* Update src/cryptography/hazmat/primitives/_asymmetric.py

* bump for 3.4.1

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>3.4 release (#5749)</title>
<updated>2021-02-07T18:28:56+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-07T18:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2c11ad53c07179e03ea2f60813cb52d83f766292'/>
<id>2c11ad53c07179e03ea2f60813cb52d83f766292</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>port changelog and fix back to master for CVE-2020-36242 (#5748)</title>
<updated>2021-02-07T17:20:09+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-07T17:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=06cbf77371881e80ea4b5e349136dcc53749fc0c'/>
<id>06cbf77371881e80ea4b5e349136dcc53749fc0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Linker script is no longer required for building your own OpenSSL (#5746)</title>
<updated>2021-02-06T16:43:23+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-06T16:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9d1669534f95d276412fe224f5a9c413a814f759'/>
<id>9d1669534f95d276412fe224f5a9c413a814f759</id>
<content type='text'>
fixes #5683</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #5683</pre>
</div>
</content>
</entry>
</feed>
