<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git, branch 2.0.2</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>changelog and version bump for 2.0.2 (#3826)</title>
<updated>2017-07-27T03:09:35+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-27T03:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=38a2d0b94852bcd4d017ee77cb6dec8dee3ce2ae'/>
<id>38a2d0b94852bcd4d017ee77cb6dec8dee3ce2ae</id>
<content type='text'>
* changelog and version bump for 2.0.2

* diff language
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* changelog and version bump for 2.0.2

* diff language
</pre>
</div>
</content>
</entry>
<entry>
<title>don't re-export the openssl symbols from our shared object (#3825) (#3827)</title>
<updated>2017-07-27T02:59:27+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-27T02:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=1362a977808188461a4b901914f8364da5caa239'/>
<id>1362a977808188461a4b901914f8364da5caa239</id>
<content type='text'>
When linking the static lib we want the symbols to not be exported. To
convince gcc to do this you must pass -Wl,--exclude-libs,ALL in CFLAGS
More info at https://stackoverflow.com/questions/2222162</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When linking the static lib we want the symbols to not be exported. To
convince gcc to do this you must pass -Wl,--exclude-libs,ALL in CFLAGS
More info at https://stackoverflow.com/questions/2222162</pre>
</div>
</content>
</entry>
<entry>
<title>2.0.1 changelog and version bump (#3820)</title>
<updated>2017-07-26T20:14:44+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-26T20:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e758aa6066f79a4181ba8183112e1f4477bcce1b'/>
<id>e758aa6066f79a4181ba8183112e1f4477bcce1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #3798 -- use the correct stacklevel on this warning (#3803) (#3819)</title>
<updated>2017-07-26T19:47:47+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-26T19:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=9a20f65560fcc0d2d13c49dacde970948eae5275'/>
<id>9a20f65560fcc0d2d13c49dacde970948eae5275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>backport wheel builder fixes (#3817)</title>
<updated>2017-07-26T19:35:25+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-26T19:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=80651b693049f0736c2c86eadc220f5289b3642d'/>
<id>80651b693049f0736c2c86eadc220f5289b3642d</id>
<content type='text'>
* update wheel builder script for static linking on linux (#3811)

We don't need to do an LD_LIBRARY_PATH when calling auditwheel because
we're now statically linking OpenSSL.

* Fixed #3801 -- don't create py33 wheels (#3802)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update wheel builder script for static linking on linux (#3811)

We don't need to do an LD_LIBRARY_PATH when calling auditwheel because
we're now statically linking OpenSSL.

* Fixed #3801 -- don't create py33 wheels (#3802)
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport release automation fixes (#3818)</title>
<updated>2017-07-26T19:20:42+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-26T19:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=24fa217028e8ee9fa48babfa8ab57a2b0171faa8'/>
<id>24fa217028e8ee9fa48babfa8ab57a2b0171faa8</id>
<content type='text'>
* Refs #3646 -- Don't use shell globbing in our release script (#3809)

* fix wheel building with parameters (#3808)

* Refs #3646 -- invoke twine correctly (#3789)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refs #3646 -- Don't use shell globbing in our release script (#3809)

* fix wheel building with parameters (#3808)

* Refs #3646 -- invoke twine correctly (#3789)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix compilation on openbsd (#3814) (#3816)</title>
<updated>2017-07-26T18:25:55+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-26T18:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=2b6ade8087c80a3f046a16dd1a463678aa5b68df'/>
<id>2b6ade8087c80a3f046a16dd1a463678aa5b68df</id>
<content type='text'>
the getentropy fallback is only possible on macOS, wrap it in a define
to remove it entirely on the BSDs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the getentropy fallback is only possible on macOS, wrap it in a define
to remove it entirely on the BSDs.</pre>
</div>
</content>
</entry>
<entry>
<title>2.0 version bump and changelog (#3787)</title>
<updated>2017-07-17T14:38:15+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-17T14:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=9799e580c6b073a0a612bdc4f120365940d0da3d'/>
<id>9799e580c6b073a0a612bdc4f120365940d0da3d</id>
<content type='text'>
* 2.0 version bump and changelog

* dates are just an illusion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 2.0 version bump and changelog

* dates are just an illusion
</pre>
</div>
</content>
</entry>
<entry>
<title>update docs to reflect #3364 (#3786)</title>
<updated>2017-07-17T13:01:23+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-07-17T13:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=ab4a0b39d0ccfedb07d64a70db77e62133915165'/>
<id>ab4a0b39d0ccfedb07d64a70db77e62133915165</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove DH generator size constraint (#3364)</title>
<updated>2017-07-17T12:23:04+00:00</updated>
<author>
<name>mtury</name>
<email>maxence.tury@ssi.gouv.fr</email>
</author>
<published>2017-07-17T12:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=cc12beaccae801aa901c1f3dc9c936244633b022'/>
<id>cc12beaccae801aa901c1f3dc9c936244633b022</id>
<content type='text'>
* Remove DH generator size constraint

* Check that g &gt; 1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove DH generator size constraint

* Check that g &gt; 1
</pre>
</div>
</content>
</entry>
</feed>
