<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git, branch 3.1</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>3.1 release (#5430)</title>
<updated>2020-08-27T04:00:17+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-27T04:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=ba2c0e5e3e4fb242b80474d2ff7368c91e7ebeaf'/>
<id>ba2c0e5e3e4fb242b80474d2ff7368c91e7ebeaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build manylinux wheels with Zuul (#5386)</title>
<updated>2020-08-27T03:21:59+00:00</updated>
<author>
<name>Ian Wienand</name>
<email>iwienand@redhat.com</email>
</author>
<published>2020-08-27T03:21:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=c63106c46be435d274f9d3fd82bc74bb3f348226'/>
<id>c63106c46be435d274f9d3fd82bc74bb3f348226</id>
<content type='text'>
This adds the Zuul playbooks and role to build manylinux wheels for
aarch64 and x86_64 (while aarch64 is the primary goal; it's good for
the overall code to keep it flexible).

It first builds an sdist from the checkout and then builds the wheels
in the appropriate containers.

Note this adds the jobs in the gate pipeline, which currently responds
to Pull Requests, and the release pipeline, which responds to pushes
to refs/tags/.* (see [1]).  Note for results of jobs run against tags
you will need to find the job directly from

 https://zuul.opendev.org/t/pyca/builds

because there is nowhere to report the results as such (it could be
configured to send an email).

The wheels are published to the wheelhouse/ directory in the Zuul
logs, which is also listed as an artifact on the build results page.

[1] https://review.opendev.org/748323</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the Zuul playbooks and role to build manylinux wheels for
aarch64 and x86_64 (while aarch64 is the primary goal; it's good for
the overall code to keep it flexible).

It first builds an sdist from the checkout and then builds the wheels
in the appropriate containers.

Note this adds the jobs in the gate pipeline, which currently responds
to Pull Requests, and the release pipeline, which responds to pushes
to refs/tags/.* (see [1]).  Note for results of jobs run against tags
you will need to find the job directly from

 https://zuul.opendev.org/t/pyca/builds

because there is nowhere to report the results as such (it could be
configured to send an email).

The wheels are published to the wheelhouse/ directory in the Zuul
logs, which is also listed as an artifact on the build results page.

[1] https://review.opendev.org/748323</pre>
</div>
</content>
</entry>
<entry>
<title>new black, actually slightly different than the old black (#5429)</title>
<updated>2020-08-27T02:59:43+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-27T02:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=bda138768ae1231481a1c9a2f6afcbf016d934f1'/>
<id>bda138768ae1231481a1c9a2f6afcbf016d934f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove keywords with side effects hack in setup.py (#5426)</title>
<updated>2020-08-25T15:28:08+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-25T15:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=0b2435940eaa5be72cf385b59b35221c40152049'/>
<id>0b2435940eaa5be72cf385b59b35221c40152049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rephrase changelog entry (#5422)</title>
<updated>2020-08-24T23:43:58+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-08-24T23:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=1394edb83a26f720d52f5a1df37f0c7296d85497'/>
<id>1394edb83a26f720d52f5a1df37f0c7296d85497</id>
<content type='text'>
* rephrase changelog entry

* Update CHANGELOG.rst</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rephrase changelog entry

* Update CHANGELOG.rst</pre>
</div>
</content>
</entry>
<entry>
<title>add some words about separating ECDH and ECDSA (#5423)</title>
<updated>2020-08-24T18:01:45+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-24T18:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=b9d26d2608aac4df9bac6ea914a8b01b5fed7df8'/>
<id>b9d26d2608aac4df9bac6ea914a8b01b5fed7df8</id>
<content type='text'>
* add some words about separating ECDH and ECDSA

* Thomas Pornin wrote some good words about why you should try not to mix
your ECDH and ECDSA keys.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add some words about separating ECDH and ECDSA

* Thomas Pornin wrote some good words about why you should try not to mix
your ECDH and ECDSA keys.</pre>
</div>
</content>
</entry>
<entry>
<title>bump libressl 3.1.x (#5421)</title>
<updated>2020-08-24T13:11:22+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-08-24T13:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=ed3ded47e7764d52fbf1d9100ebfe7df38cb494b'/>
<id>ed3ded47e7764d52fbf1d9100ebfe7df38cb494b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document that we auto-chunk on symmetric cipher contexts now (#5420)</title>
<updated>2020-08-24T12:22:47+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-24T12:22:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=b6c51be988850fac0766e29530879a780b51a5c0'/>
<id>b6c51be988850fac0766e29530879a780b51a5c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chunked update_into (#5419)</title>
<updated>2020-08-24T04:41:33+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-24T04:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=f90ba1808ee9bd9a13c5673b776484644f29d7ba'/>
<id>f90ba1808ee9bd9a13c5673b776484644f29d7ba</id>
<content type='text'>
* chunked update_into

* all pointer arithmetic all the time

* review feedback</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* chunked update_into

* all pointer arithmetic all the time

* review feedback</pre>
</div>
</content>
</entry>
<entry>
<title>Run AWS SDK tests on Python 3.7 (#5414)</title>
<updated>2020-08-17T13:23:36+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-08-17T13:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=bc4b956f7532646d3c9be44eb1f6ed0fe66cd44a'/>
<id>bc4b956f7532646d3c9be44eb1f6ed0fe66cd44a</id>
<content type='text'>
* Run AWS SDK tests on Python 3.8

* switch to 37

* Update aws-encryption-sdk.sh

* Update dynamodb-encryption-sdk.sh</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Run AWS SDK tests on Python 3.8

* switch to 37

* Update aws-encryption-sdk.sh

* Update dynamodb-encryption-sdk.sh</pre>
</div>
</content>
</entry>
</feed>
