Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Paul Kehrer Newsgroups: comp.lang.python.announce Subject: PyCA cryptography 1.1.1 released Date: Wed, 18 Nov 2015 22:10:40 -0600 Lines: 10 Approved: python-announce-list@python.org Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de y/dQ+dPz/Mabom5iV3AvRwL4XqmuHTXYeNn2CVneCGDg== Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:released': 0.07; 'bindings': 0.09; 'url:github': 0.09; 'sfxlen:2': 0.10; 'python': 0.10; 'interpreter': 0.15; 'openssl': 0.16; 'pypy.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'recipes': 0.16; 'released.': 0.16; 'using,': 0.16; 'donated': 0.18; 'resolved': 0.18; 'to:2**1': 0.21; 'developers.': 0.22; 'installation': 0.23; 'bugs': 0.27; 'to:no real name:2**1': 0.27; 'issues.': 0.29; 'fixed': 0.31; 'related': 0.32; 'received:google.com': 0.35; 'received:209.85': 0.36; 'method': 0.37; 'thanks': 0.37; 'received:209': 0.38; 'several': 0.38; 'received:209.85.214': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'tracking': 0.61; 'our': 0.64; 'goal': 0.64; 'unusual': 0.72; '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=gzL5KlTM2U3myde2NNwRKOfeRAkiBzoTmlxHjoBPYwo=; b=H913F6J9MDArK42LYSLBad811hIwc793LXgqkUXDevKdYigb+DQlvrsw4weiRxZjG8 dPCCQCOrr0qqwLBuFmPFmxDhFQ4dFx5E1t+yF9rriFToMx0drvVddgrDjRXrpJPjwfGH fpJweZtXSZHY+jl9og0JyRfSzO8O3cFiL1NTokecOiradvye3G3x5t3+pN7RfFJLBy+E x+SvGsZhp5Qqc2oNiGrgK3k/gA3hhG9BxdP/hUs/489u9GGjallQcjCqGD2OG8ovFvvu s+xDCV0Bna9to/nGikZZq6eYJyPOsilPq7lwFzarL2H42q5UY2Im7LFLfTARRYYkrNix BV1A== X-Received: by 10.182.119.230 with SMTP id kx6mr3396925obb.62.1447906243028; Wed, 18 Nov 2015 20:10:43 -0800 (PST) X-Mailer: Airmail (335) X-Mailman-Approved-At: Thu, 19 Nov 2015 03:33:36 -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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:1923 PyCA/cryptography (https://github.com/pyca/cryptography) 1.1.1 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 several small bugs related to compiling the OpenSSL bindings with unusual OpenSSL configurations. * Resolved an issue where, depending on the method of installation and which Python interpreter they were using, users on El Capitan (OS X 10.11) may have seen an InternalError on import. Thanks to the users who donated their time in tracking down and resolving these issues. -Paul Kehrer (reaperhulk)