14
0

- update to 1.1.1:

* 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=25
This commit is contained in:
2015-12-09 10:37:57 +00:00
committed by Git OBS Bridge
parent c6867b02fd
commit 061d49c008
10 changed files with 39 additions and 29 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 9 10:35:20 UTC 2015 - dmueller@suse.com
- update to 1.1.1:
* 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.
-------------------------------------------------------------------
Wed Dec 9 10:19:45 UTC 2015 - dmueller@suse.com