mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
changelog and version bump for 2.1.3 (#4007)
* changelog and version bump for 2.1.3 * buster is 3.6 now (#4003) * Fix a few new flake8 issues (#4008)
This commit is contained in:
parent
106de1cb97
commit
2219ea7609
7 changed files with 11 additions and 6 deletions
|
|
@ -2,6 +2,14 @@ Changelog
|
|||
=========
|
||||
|
||||
|
||||
.. _v2-1-3:
|
||||
|
||||
2.1.3 - 2017-11-02
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Updated Windows, macOS, and ``manylinux1`` wheels to be compiled with
|
||||
OpenSSL 1.1.0g.
|
||||
|
||||
.. _v2-1-2:
|
||||
|
||||
2.1.2 - 2017-10-24
|
||||
|
|
|
|||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -46,7 +46,7 @@ def configs = [
|
|||
[
|
||||
label: 'docker',
|
||||
imageName: 'pyca/cryptography-runner-buster',
|
||||
toxenvs: ['py27', 'py35'],
|
||||
toxenvs: ['py27', 'py36'],
|
||||
],
|
||||
[
|
||||
label: 'docker',
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
|
|||
" and primitives to Python developers.")
|
||||
__uri__ = "https://github.com/pyca/cryptography"
|
||||
|
||||
__version__ = "2.1.2"
|
||||
__version__ = "2.1.3"
|
||||
|
||||
__author__ = "The cryptography developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ from email.utils import parseaddr
|
|||
import idna
|
||||
|
||||
import six
|
||||
|
||||
from six.moves import urllib_parse
|
||||
|
||||
from cryptography import utils
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ from __future__ import absolute_import, division, print_function
|
|||
import binascii
|
||||
import itertools
|
||||
import os
|
||||
|
||||
from binascii import hexlify
|
||||
|
||||
import pytest
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
from __future__ import absolute_import, division, print_function
|
||||
|
||||
import binascii
|
||||
|
||||
import os
|
||||
|
||||
import pytest
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package."
|
|||
|
||||
__uri__ = "https://github.com/pyca/cryptography"
|
||||
|
||||
__version__ = "2.1.2"
|
||||
__version__ = "2.1.3"
|
||||
|
||||
__author__ = "The cryptography developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
Loading…
Reference in a new issue