<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git, branch 2.0.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>2.0.3 changelog and version bump (#3843)</title>
<updated>2017-08-03T21:47:21+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-08-03T21:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=87a6dcae8a527d6e0b5c8feabfa768cd8fa6e264'/>
<id>87a6dcae8a527d6e0b5c8feabfa768cd8fa6e264</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix weak linking of getentropy when compiling on older macOS (#3841) (#3842)</title>
<updated>2017-08-03T21:09:24+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-08-03T21:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5e7160fb442520647ac3f6d53707da954a517d6c'/>
<id>5e7160fb442520647ac3f6d53707da954a517d6c</id>
<content type='text'>
* Fix weak linking of getentropy when compiling on older macOS

We use weak linking in macOS to determine if the getentropy symbol is
available. However, to do that we need to have a declaration that states
the function is __attribute((weak_import)) at compile time. On macOS
10.12 this is provided in sys/random.h, but on older macOS the
declaration doesn't exist at all, so we need to forward declare it
ourselves.

* update a comment and a style nit</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix weak linking of getentropy when compiling on older macOS

We use weak linking in macOS to determine if the getentropy symbol is
available. However, to do that we need to have a declaration that states
the function is __attribute((weak_import)) at compile time. On macOS
10.12 this is provided in sys/random.h, but on older macOS the
declaration doesn't exist at all, so we need to forward declare it
ourselves.

* update a comment and a style nit</pre>
</div>
</content>
</entry>
<entry>
<title>Blacklist pytest 3.2.0 because it breaks us (#3835) (#3844)</title>
<updated>2017-08-03T20:20:47+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-08-03T20:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=789b71dfbf00a986f559002ddd475f997304ac89'/>
<id>789b71dfbf00a986f559002ddd475f997304ac89</id>
<content type='text'>
* Blacklist pytest 3.2.0 because it breaks us (#3835)

See upstream: https://github.com/pytest-dev/pytest/issues/2644

* fix for latest flake8 (#3829)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Blacklist pytest 3.2.0 because it breaks us (#3835)

See upstream: https://github.com/pytest-dev/pytest/issues/2644

* fix for latest flake8 (#3829)
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
</feed>
