<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git, branch 0.8</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>Merge pull request #1735 from reaperhulk/0.8-changelog-version</title>
<updated>2015-03-09T04:29:22+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-03-09T04:29:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3dd326767b34980f3095c67251d77a86bc9202fe'/>
<id>3dd326767b34980f3095c67251d77a86bc9202fe</id>
<content type='text'>
update changelog and bump version to 0.8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update changelog and bump version to 0.8</pre>
</div>
</content>
</entry>
<entry>
<title>update changelog and bump version to 0.8</title>
<updated>2015-03-09T02:46:33+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-03-08T23:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5dc4b882ea2726b38b0c61fbcb854dd50d3dcee6'/>
<id>5dc4b882ea2726b38b0c61fbcb854dd50d3dcee6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1734 from reaperhulk/serialize-dsa-public-key</title>
<updated>2015-03-09T02:39:49+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-03-09T02:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0ee210bf4c03309512fdaad13d481548d9056237'/>
<id>0ee210bf4c03309512fdaad13d481548d9056237</id>
<content type='text'>
DSA public key serialization</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DSA public key serialization</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1695 from Julian/master</title>
<updated>2015-03-09T02:14:31+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-03-09T02:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=930fc6a24e890ac1ed044985eaf82118db542617'/>
<id>930fc6a24e890ac1ed044985eaf82118db542617</id>
<content type='text'>
Remove the CFFI requirement, which breaks pip install -U on PyPy</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the CFFI requirement, which breaks pip install -U on PyPy</pre>
</div>
</content>
</entry>
<entry>
<title>add missing changelog entry for DSA public serialization</title>
<updated>2015-03-08T23:27:11+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-03-08T23:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=26006c526782bba2628da1d7819550b455a3b784'/>
<id>26006c526782bba2628da1d7819550b455a3b784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the setuptools and CFFI requirements, which break pip install -U</title>
<updated>2015-03-08T22:27:29+00:00</updated>
<author>
<name>Julian Berman</name>
<email>Julian@GrayVines.com</email>
</author>
<published>2015-02-24T15:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4cf381137643c2d78e8631f3f439daef62a97a67'/>
<id>4cf381137643c2d78e8631f3f439daef62a97a67</id>
<content type='text'>
PyPy ships with CFFI, but pip install -U will upgrade it if a newer CFFI
is available, which will break the CFFI installation (and PyPy itself).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyPy ships with CFFI, but pip install -U will upgrade it if a newer CFFI
is available, which will break the CFFI installation (and PyPy itself).
</pre>
</div>
</content>
</entry>
<entry>
<title>DSA public key serialization</title>
<updated>2015-03-08T22:25:28+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-03-06T03:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a5515c7cdd535b0a2d09ac472c4bb4758491cf4e'/>
<id>a5515c7cdd535b0a2d09ac472c4bb4758491cf4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1732 from reaperhulk/serialize-ec-public-key</title>
<updated>2015-03-08T22:18:33+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-03-08T22:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=785cb422767cb7a99fa71d28e2e2e13b16f35c90'/>
<id>785cb422767cb7a99fa71d28e2e2e13b16f35c90</id>
<content type='text'>
serialize EC public keys</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
serialize EC public keys</pre>
</div>
</content>
</entry>
<entry>
<title>fix a docs link</title>
<updated>2015-03-08T21:36:00+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-03-08T21:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c2ab3076c0d79e4d1b0027cdca7b99f14a5007c8'/>
<id>c2ab3076c0d79e4d1b0027cdca7b99f14a5007c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make tests properly skip on OpenSSLs without EC support</title>
<updated>2015-03-08T21:06:10+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-03-08T21:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6a49021948b790e19b1875fa00c6a9797bc72c90'/>
<id>6a49021948b790e19b1875fa00c6a9797bc72c90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
