<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/setup.py, branch 0.4</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>use pyasn1 for creating the dss-sig-value structure</title>
<updated>2014-04-30T16:13:17+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-04-30T16:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d3e3df9308498153e795f6421b83b97c493c1aba'/>
<id>d3e3df9308498153e795f6421b83b97c493c1aba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 errors for latest import linter</title>
<updated>2014-04-20T21:24:41+00:00</updated>
<author>
<name>Alex Stapleton</name>
<email>alexs@prol.etari.at</email>
</author>
<published>2014-04-20T21:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=707b0085cb1034e6a8e6faed6a78bc675b878fd4'/>
<id>707b0085cb1034e6a8e6faed6a78bc675b878fd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import lint error</title>
<updated>2014-04-20T21:05:37+00:00</updated>
<author>
<name>Alex Stapleton</name>
<email>alexs@prol.etari.at</email>
</author>
<published>2014-03-22T08:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4b610cc441bfbd9eb3585dc0114cfa726facfac4'/>
<id>4b610cc441bfbd9eb3585dc0114cfa726facfac4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add custom 'install' command class</title>
<updated>2014-04-01T13:19:18+00:00</updated>
<author>
<name>Sascha Peilicke</name>
<email>saschpe@mailbox.org</email>
</author>
<published>2014-03-31T15:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c5492050001768fa861f8d24cd7e8f9b964f5bd8'/>
<id>c5492050001768fa861f8d24cd7e8f9b964f5bd8</id>
<content type='text'>
CFFIBuild adds ext_modules late in the configuration phase. However,
distutils default 'install' command also parses setup.py and thus misses
that cffi contains several extension modules rather than being pure. As
a consequence, add a CFFIInstall with a proper finalize_options method
and use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CFFIBuild adds ext_modules late in the configuration phase. However,
distutils default 'install' command also parses setup.py and thus misses
that cffi contains several extension modules rather than being pure. As
a consequence, add a CFFIInstall with a proper finalize_options method
and use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>add some comments to note the duplication between setup.py and tox.ini</title>
<updated>2014-03-28T13:50:53+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-03-26T19:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7ad18bca376097dfbf9fe6affce49df7fec635e4'/>
<id>7ad18bca376097dfbf9fe6affce49df7fec635e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move cryptography.vectors to cryptography_vectors</title>
<updated>2014-03-24T09:46:47+00:00</updated>
<author>
<name>Alex Stapleton</name>
<email>alexs@prol.etari.at</email>
</author>
<published>2014-03-14T20:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a39a319b096b1b2b1775ae1a91117c19422a6c81'/>
<id>a39a319b096b1b2b1775ae1a91117c19422a6c81</id>
<content type='text'>
All vectors are now stored in the subpackage in the vectors/ folder.

This package is automatically installed by setup.py test and will also
be uploaded with a matching version number by the PyPI upload task.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All vectors are now stored in the subpackage in the vectors/ folder.

This package is automatically installed by setup.py test and will also
be uploaded with a matching version number by the PyPI upload task.
</pre>
</div>
</content>
</entry>
<entry>
<title>cryptography.vectors</title>
<updated>2014-03-22T16:23:46+00:00</updated>
<author>
<name>Alex Stapleton</name>
<email>alexs@prol.etari.at</email>
</author>
<published>2014-03-14T19:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0bd20e264c7e7dfc1ee722664c8b545a4ea64b38'/>
<id>0bd20e264c7e7dfc1ee722664c8b545a4ea64b38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert one import order change</title>
<updated>2014-03-19T17:09:40+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-03-19T17:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=8443a92f9fb168b7b9bd38cd2bb4dea315f90eaf'/>
<id>8443a92f9fb168b7b9bd38cd2bb4dea315f90eaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>import order fixes for future automated checking</title>
<updated>2014-03-19T15:49:32+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-03-19T15:49:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=afc1ccdcc86371588328c7894d230c9db3757359'/>
<id>afc1ccdcc86371588328c7894d230c9db3757359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We support 3.4</title>
<updated>2014-03-17T17:22:41+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-03-17T17:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7f8b277661ee1e33034743c9d3a49770fa78b2c6'/>
<id>7f8b277661ee1e33034743c9d3a49770fa78b2c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
