<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git, branch 3.4.x</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>bump version and changelog for 3.4.8 (#6225)</title>
<updated>2021-08-24T17:01:04+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-08-24T17:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=70ccc2542cf3bf374861b55f6527424307722763'/>
<id>70ccc2542cf3bf374861b55f6527424307722763</id>
<content type='text'>
* bump version and changelog for 3.4.8

* add a flake8 ignore

* more CI bitrot

* still more

* one day

* ugh, twisted</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bump version and changelog for 3.4.8

* add a flake8 ignore

* more CI bitrot

* still more

* one day

* ugh, twisted</pre>
</div>
</content>
</entry>
<entry>
<title>Prep for 3.4.7 release (#5933)</title>
<updated>2021-03-25T17:19:31+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-03-25T17:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a19014a087759f3df72b2cd70ed7a0d8a6481340'/>
<id>a19014a087759f3df72b2cd70ed7a0d8a6481340</id>
<content type='text'>
* Prep for 3.4.7 release

* don't use virtualenv in zuul wheel building either (#5860)

* don't use virtualenv in zuul wheel building either

* we need wheel and not these other things

* newer pip, also don't need six

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>
* Prep for 3.4.7 release

* don't use virtualenv in zuul wheel building either (#5860)

* don't use virtualenv in zuul wheel building either

* we need wheel and not these other things

* newer pip, also don't need six

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Release 346 (#5840)</title>
<updated>2021-02-16T20:21:06+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-02-16T20:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=75b002ae7fb1f263fdd4983d0c23493878e127fe'/>
<id>75b002ae7fb1f263fdd4983d0c23493878e127fe</id>
<content type='text'>
* Update for branch name change (#5838)

* Changelog + version bump for 3.4.6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update for branch name change (#5838)

* Changelog + version bump for 3.4.6</pre>
</div>
</content>
</entry>
<entry>
<title>3.4.5 backports and changelog/version bump (#5827)</title>
<updated>2021-02-13T21:44:43+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-13T21:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4d77fb9d3edab81652210da81a5af7fe6aa79d60'/>
<id>4d77fb9d3edab81652210da81a5af7fe6aa79d60</id>
<content type='text'>
* Bump pyo3 and lower MSRV (#5823)

* fix signature of EllipticCurvePublicKey.verify() (#5808)

The signature change was introduced in https://github.com/pyca/cryptography/pull/5729 but is inconsistent with respect to related methods, breaks backward compatibility and compatibility with the OpenSSL backend (and maybe other backends) when named arguments are used.

* Name: update get_attributes_for_oid return type (#5809)

`List` gives more power to the caller.

Note that `RelativeDistinguishedName`, the same function returns a `List`.

Is there a reason this was `Iterable` only for `Name`? If we don't want to
promise `List`, `Sequence` is another alternative.

* Start typing a bunch of stuff from x509 extensions (#5812)

* part 2 of typing x509 extensions (#5815)

* 3.4.5 changelog and version bump

* spelling

* fix a false positive from the latest clippy (#5813)

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;
Co-authored-by: Markus Wamser &lt;wamserma@users.noreply.github.com&gt;
Co-authored-by: Dan Halperin &lt;dhalperi@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump pyo3 and lower MSRV (#5823)

* fix signature of EllipticCurvePublicKey.verify() (#5808)

The signature change was introduced in https://github.com/pyca/cryptography/pull/5729 but is inconsistent with respect to related methods, breaks backward compatibility and compatibility with the OpenSSL backend (and maybe other backends) when named arguments are used.

* Name: update get_attributes_for_oid return type (#5809)

`List` gives more power to the caller.

Note that `RelativeDistinguishedName`, the same function returns a `List`.

Is there a reason this was `Iterable` only for `Name`? If we don't want to
promise `List`, `Sequence` is another alternative.

* Start typing a bunch of stuff from x509 extensions (#5812)

* part 2 of typing x509 extensions (#5815)

* 3.4.5 changelog and version bump

* spelling

* fix a false positive from the latest clippy (#5813)

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;
Co-authored-by: Markus Wamser &lt;wamserma@users.noreply.github.com&gt;
Co-authored-by: Dan Halperin &lt;dhalperi@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<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] 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>
</feed>
