<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python-cryptography, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2017-05-17T13:51:14Z</updated>
<entry>
<title>python packages: move all things python under lang/python</title>
<updated>2017-05-17T13:51:14Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2017-05-17T13:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=68312f49c0b4456e665ed438a86a44738caa765a'/>
<id>urn:sha1:68312f49c0b4456e665ed438a86a44738caa765a</id>
<content type='text'>
I admit this may be be a bit aggressive, but the lang
folder is getting cluttered/filled up with Python, PHP, Perl,
Ruby, etc. packages.

Makes sense to try to group them into per-lang folders.

I took the Pythons.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cryptography: fix build by disabling setup requirements</title>
<updated>2017-02-26T10:38:21Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2017-02-26T10:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=274cacf365dce1759fa725a379659bcda5f5f397'/>
<id>urn:sha1:274cacf365dce1759fa725a379659bcda5f5f397</id>
<content type='text'>
python-cryptography tries to install other packages during setup.

However, this isn't needed, since they should have been already
resolved/installed via LEDE/OpenWrt's build system dep logic.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cryptography: update to 1.5.1</title>
<updated>2016-09-24T17:43:25Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2016-09-24T17:43:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c93f60c85646ec80cfa6748699b37dff73f0764'/>
<id>urn:sha1:4c93f60c85646ec80cfa6748699b37dff73f0764</id>
<content type='text'>
Fixes #3226

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cryptography: update to 1.5</title>
<updated>2016-09-22T12:31:20Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2016-09-22T12:31:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de9aa513a529feee4377eda22d47c996c6f89c3a'/>
<id>urn:sha1:de9aa513a529feee4377eda22d47c996c6f89c3a</id>
<content type='text'>
The cmac patch was upstreamed (pyca/cryptography#3062).

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cryptography: update to 1.4, fixed lede compilation</title>
<updated>2016-07-27T16:37:03Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2016-07-27T16:37:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f9c788c2904e1e8548ee6304331c6d79c40db063'/>
<id>urn:sha1:f9c788c2904e1e8548ee6304331c6d79c40db063</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cryptography: update to 1.3.1</title>
<updated>2016-03-22T10:20:42Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2016-03-22T10:20:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6507258b41d87533a767c989cf6b4f447f16143d'/>
<id>urn:sha1:6507258b41d87533a767c989cf6b4f447f16143d</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cryptography: update to latest version</title>
<updated>2016-03-04T18:31:14Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2016-03-04T18:31:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7eee7533de649d0655a01919b26482ee40d59e4f'/>
<id>urn:sha1:7eee7533de649d0655a01919b26482ee40d59e4f</id>
<content type='text'>
This version fixes a compilation error when used with OpenSSL 1.0.2g
(https://github.com/pyca/cryptography/issues/2750).

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cryptography: update to latest version</title>
<updated>2016-02-11T06:32:39Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2016-02-11T06:32:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=92de76051a3b0477d80d4938bd5d93dc08146236'/>
<id>urn:sha1:92de76051a3b0477d80d4938bd5d93dc08146236</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cryptography: new package (closes #2035)</title>
<updated>2016-01-01T22:32:33Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2015-11-27T12:06:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=342bcd66d530971636a143d560269335d9a178eb'/>
<id>urn:sha1:342bcd66d530971636a143d560269335d9a178eb</id>
<content type='text'>
From the README:

cryptography is a package which provides cryptographic recipes and
primitives to Python developers.  Our goal is for it to be your "cryptographic
standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+.

This depends on python-cffi host install (#2034)

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;

[Squashed update to latest upstream version into this introducing commit]

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
</feed>
