Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1954
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Paul Kehrer <paul.l.kehrer@gmail.com> |
| Newsgroups | comp.lang.python.announce |
| Subject | PyCA cryptography 1.1.2 released |
| Date | Thu, 10 Dec 2015 14:13:54 -0600 |
| Lines | 9 |
| Approved | python-announce-list@python.org |
| Message-ID | <mailman.134.1449835039.12405.python-announce-list@python.org> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="utf-8" |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de hvDNHos2hK5g7AXt8UwbrwU+VQ8r4/lKwoekuL4qCC+Q== |
| Return-Path | <paul.l.kehrer@gmail.com> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'method.': 0.05; 'subject:released': 0.07; 'runtime': 0.09; 'url:github': 0.09; 'sfxlen:2': 0.10; 'python': 0.10; 'openssl': 0.16; 'pypy.': 0.16; 'received:70.112': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'recipes': 0.16; 'redefinition': 0.16; 'released.': 0.16; 'windows': 0.20; 'to:2**1': 0.21; 'developers.': 0.22; 'error': 0.27; 'to:no real name:2**1': 0.27; 'crash': 0.29; 'occurred': 0.29; 'fixed': 0.31; 'compiled': 0.32; 'symbol': 0.33; 'received:google.com': 0.35; 'received:209.85': 0.36; 'received:209': 0.38; 'received:209.85.214': 0.39; 'skip:e 20': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'your': 0.60; 'caused': 0.61; 'our': 0.64; 'goal': 0.64; 'wheels': 0.84; 'cryptography': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:message-id:subject:mime-version:content-type; bh=mqsTPCQi7fVuJIoSE29c6yrr6JQxkMgbP6JaRIJhWTs=; b=Ej5ac8ZkNWx+m7BU6xr+t9gMGKZcrwCFmqwV6hGNQzNimqvcTS7jHHxD2nWewgU+99 7c89SsMQF5bL/3hJHC0iOtEfQhibnsU5yKAtB/nj++rhwmvrj3Rlb6rfm97VsYsPCy97 e+4VgLm4oIORfhyOSLz2Cwe9FSk9MaSWn7ZnlwHEB3hNaJoEb9/emi0RlFwRieFE0deB VZ3tXnuigOeI2aKX88enHGokNecx+DXjtSqgeZ31aQI8StsdUiUpbHjQ0ALVTcZZaYsU NRyR5vw3JEJJSbSFIAeZwHhI2qv1wIY+wXXORvUvlk+Cg4e518KzyIGkQeQOEvFdYi7Y 2VeA== |
| X-Received | by 10.182.251.130 with SMTP id zk2mr10940124obc.57.1449778436029; Thu, 10 Dec 2015 12:13:56 -0800 (PST) |
| X-Mailer | Airmail (335) |
| X-Mailman-Approved-At | Fri, 11 Dec 2015 06:57:18 -0500 |
| Content-Disposition | inline |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.20+ |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python.announce:1954 |
Show key headers only | View raw
PyCA/cryptography (https://github.com/pyca/cryptography) 1.1.2 has been released. cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". We support Python 2.6-2.7, Python 3.3+, and PyPy. Changelog: * Fixed a SIGBUS crash with the OS X wheels caused by redefinition of a method. * Fixed a runtime error "undefined symbol EC_GFp_nistp224_method" that occurred with some OpenSSL installations. * Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2e. -Paul Kehrer (reaperhulk)
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
PyCA cryptography 1.1.2 released Paul Kehrer <paul.l.kehrer@gmail.com> - 2015-12-10 14:13 -0600
csiph-web