<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src, branch 3.4.4</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>3.4.4 - backports, changelog, and version bumps (#5803)</title>
<updated>2021-02-09T17:29:25+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-09T17:29:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4a3018e6ae3e04a250be9fd1c1a1ad115727f517'/>
<id>4a3018e6ae3e04a250be9fd1c1a1ad115727f517</id>
<content type='text'>
* fixed a circular import error (due to type hints) (#5800)

fixes #5794
closes #5795

* Added a py.typed so mypy prefers us to typeshed (#5802)

closes #5796

* 3.4.4 changelog + version bump

* Update CHANGELOG.rst

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixed a circular import error (due to type hints) (#5800)

fixes #5794
closes #5795

* Added a py.typed so mypy prefers us to typeshed (#5802)

closes #5796

* 3.4.4 changelog + version bump

* Update CHANGELOG.rst

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</pre>
</div>
</content>
</entry>
<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.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>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>Added typing for a bunch of random stuff (#5743)</title>
<updated>2021-02-04T23:43:41+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-04T23:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0b41cb2b61d873c1204fad4fbc994c68ac7e0dd3'/>
<id>0b41cb2b61d873c1204fad4fbc994c68ac7e0dd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump ctor from 0.1.18 to 0.1.19 in /src/rust (#5741)</title>
<updated>2021-02-03T13:43:16+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-02-03T13:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=fb3c73a0b111017bbc0559301588321c9ae9759b'/>
<id>fb3c73a0b111017bbc0559301588321c9ae9759b</id>
<content type='text'>
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.1.18 to 0.1.19.
- [Release notes](https://github.com/mmastrac/rust-ctor/releases)
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.1.18 to 0.1.19.
- [Release notes](https://github.com/mmastrac/rust-ctor/releases)
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump libc from 0.2.84 to 0.2.85 in /src/rust (#5739)</title>
<updated>2021-02-02T13:56:29+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-02-02T13:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=cba69f1922803f4f29a3fde01741890d88b8e217'/>
<id>cba69f1922803f4f29a3fde01741890d88b8e217</id>
<content type='text'>
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.84 to 0.2.85.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.84...0.2.85)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.84 to 0.2.85.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.84...0.2.85)

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
