<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/setup.py, branch 0.9.1</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>Support Subject Alternative Name in the OpenSSL backend</title>
<updated>2015-04-21T03:12:32+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-04-20T20:00:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=40f8338e986610f57ef905e510e0bf8f796e43e8'/>
<id>40f8338e986610f57ef905e510e0bf8f796e43e8</id>
<content type='text'>
Adds only DNS support first
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds only DNS support first
</pre>
</div>
</content>
</entry>
<entry>
<title>remove python 3.2 from the classifiers</title>
<updated>2015-04-19T01:24:30+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-04-15T02:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3621d704036a5a06784b2a405842e3164e578c40'/>
<id>3621d704036a5a06784b2a405842e3164e578c40</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 #1783 from reaperhulk/san-class</title>
<updated>2015-04-18T14:15:53+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-04-18T14:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=702ef6ac75c9e84e221e6696d324bada8076ecb4'/>
<id>702ef6ac75c9e84e221e6696d324bada8076ecb4</id>
<content type='text'>
Add GeneralName and SubjectAlternativeName classes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add GeneralName and SubjectAlternativeName classes</pre>
</div>
</content>
</entry>
<entry>
<title>Add GeneralName and SubjectAlternativeName classes</title>
<updated>2015-04-14T17:30:59+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-03-25T19:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=31bdf790fdd64a0e8ecae44592ceb3b57832c9ef'/>
<id>31bdf790fdd64a0e8ecae44592ceb3b57832c9ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify setup.py slightly</title>
<updated>2015-04-13T13:50:31+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-04-13T13:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2119f745959b8a5402df68a9b2f3342f1fe8eb6a'/>
<id>2119f745959b8a5402df68a9b2f3342f1fe8eb6a</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>Tell py.test to only run the tests from the local tests dir.</title>
<updated>2015-02-20T15:58:39+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-02-20T15:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=8a58e6997b8b4abfed11a8a23b539e261fde1a28'/>
<id>8a58e6997b8b4abfed11a8a23b539e261fde1a28</id>
<content type='text'>
Right now if you have a virtualenv or something in the same directory it will recurse into it to run tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now if you have a virtualenv or something in the same directory it will recurse into it to run tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>make enum34 installation conditional on python &lt; 3.4</title>
<updated>2014-12-18T13:47:34+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-12-18T13:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5bea5ca0233be05e09d8c62fdeae86187e73a48e'/>
<id>5bea5ca0233be05e09d8c62fdeae86187e73a48e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial x509 version support</title>
<updated>2014-12-15T21:49:21+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-11-26T06:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a1426f0afc61e4d94be012700c37e2a1a8f4fab6'/>
<id>a1426f0afc61e4d94be012700c37e2a1a8f4fab6</id>
<content type='text'>
Adds enum34 as a dependency
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds enum34 as a dependency
</pre>
</div>
</content>
</entry>
<entry>
<title>add pyasn1 as a dependency</title>
<updated>2014-11-27T19:55:17+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-11-27T19:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a98f95a14ef6394795b9a34402d41552e43a8101'/>
<id>a98f95a14ef6394795b9a34402d41552e43a8101</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
