<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/MANIFEST.in, branch macos-github-actions</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>Added a new packaging test (#4899)</title>
<updated>2019-05-27T18:08:07+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-05-27T18:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=828581d6eaf6123f93d5ccadd630340be66206dd'/>
<id>828581d6eaf6123f93d5ccadd630340be66206dd</id>
<content type='text'>
* Added a new packaging test

* Fixed packaging job

* typo

* more fixes

* one more
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added a new packaging test

* Fixed packaging job

* typo

* more fixes

* one more
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #3548 - add a pyproject.toml (#4363)</title>
<updated>2018-07-23T17:10:13+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-07-23T17:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2af3d4c51bca6a769a681cdfee10c9eda02b0838'/>
<id>2af3d4c51bca6a769a681cdfee10c9eda02b0838</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert to cffi 1.0 precompile system</title>
<updated>2015-06-08T04:27:54+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-05-19T20:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=68b3b1ea8661b98c7afc3243e84c998601b70f18'/>
<id>68b3b1ea8661b98c7afc3243e84c998601b70f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved OpenSSL engine into standalone c and h files</title>
<updated>2015-03-23T23:33:53+00:00</updated>
<author>
<name>Chellygel</name>
<email>chelsea.winfree@gmail.com</email>
</author>
<published>2015-03-23T23:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=646a24fbd2c42a81b95ba9543d7b0790ac6d1c1d'/>
<id>646a24fbd2c42a81b95ba9543d7b0790ac6d1c1d</id>
<content type='text'>
References #1301
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References #1301
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the cryptography package into a src/ subdirectory</title>
<updated>2014-11-13T12:56:31+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-11-08T00:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c62a78c015cf7aeb0c05bce82ef14cd86fe0b0fc'/>
<id>c62a78c015cf7aeb0c05bce82ef14cd86fe0b0fc</id>
<content type='text'>
Due to differences in how py.test determines which module to ``import``
the test suite actually runs against the cryptography which is in the
*current* directory instead of the cryptography which is installed. The
problem essentially boils down to when there is a tests/__init__.py then
py.test adds the current directory to the front of the sys.path, causing
it to take precedence over the installed location.

This means that running the tests relies on the implicit compile
that CFFI does instead of testing against what people will actually
be runnning, which is the module compiled by setup.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to differences in how py.test determines which module to ``import``
the test suite actually runs against the cryptography which is in the
*current* directory instead of the cryptography which is installed. The
problem essentially boils down to when there is a tests/__init__.py then
py.test adds the current directory to the front of the sys.path, causing
it to take precedence over the installed location.

This means that running the tests relies on the implicit compile
that CFFI does instead of testing against what people will actually
be runnning, which is the module compiled by setup.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new license files. Refs #1209</title>
<updated>2014-10-31T14:51:41+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-10-31T14:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6eeb4da58149615bebac5504bc846a18f062ccff'/>
<id>6eeb4da58149615bebac5504bc846a18f062ccff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify, thanks @dstufft</title>
<updated>2014-08-11T20:19:58+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-08-11T20:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=363d284a246e48f90c6d6bca7cfbfba15a3918a1'/>
<id>363d284a246e48f90c6d6bca7cfbfba15a3918a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #1301 -- moved constant time code into it's own .c and .h files</title>
<updated>2014-08-11T20:17:44+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-08-11T20:17:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=8ba0c3d50de27ca92d50acb574b830559657b647'/>
<id>8ba0c3d50de27ca92d50acb574b830559657b647</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>don't prune static. why would you do that?</title>
<updated>2014-02-24T18:43:44+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-02-24T18:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=81ed541419b940da0413a8bc78f5ca7b24fdccde'/>
<id>81ed541419b940da0413a8bc78f5ca7b24fdccde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
