5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ .. _v43-0-1 :
5
+
6
+ 43.0.1 - 2024-09-03
7
+ ~~~~~~~~~~~~~~~~~~~
8
+
9
+ * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2.
10
+
4
11
.. _v43-0-0 :
5
12
6
13
43.0.0 - 2024-07-20
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ requires = [
8
8
" cffi>=1.12; platform_python_implementation != 'PyPy'" ,
9
9
# Needed because cffi imports distutils, and in Python 3.12, distutils has
10
10
# been removed from the stdlib, but installing setuptools puts it back.
11
- " setuptools!=74.0.0,!=74.1.0" ,
11
+ " setuptools!=74.0.0,!=74.1.0,!=74.1.1 " ,
12
12
]
13
13
build-backend = " maturin"
14
14
15
15
[project ]
16
16
name = " cryptography"
17
- version = " 43.0.0 "
17
+ version = " 43.0.1 "
18
18
authors = [
19
19
{name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
20
20
]
@@ -64,7 +64,7 @@ ssh = ["bcrypt >=3.1.5"]
64
64
# All the following are used for our own testing.
65
65
nox = [" nox" ]
66
66
test = [
67
- " cryptography_vectors==43.0.0 " ,
67
+ " cryptography_vectors==43.0.1 " ,
68
68
" pytest >=6.2.0" ,
69
69
" pytest-benchmark" ,
70
70
" pytest-cov" ,
Original file line number Diff line number Diff line change 10
10
"__version__" ,
11
11
]
12
12
13
- __version__ = "43.0.0 "
13
+ __version__ = "43.0.1 "
14
14
15
15
16
16
__author__ = "The Python Cryptographic Authority and individual contributors"
Original file line number Diff line number Diff line change 6
6
"__version__" ,
7
7
]
8
8
9
- __version__ = "43.0.0 "
9
+ __version__ = "43.0.1 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " cryptography_vectors"
7
- version = " 43.0.0 "
7
+ version = " 43.0.1 "
8
8
authors = [
9
9
{name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
10
10
]
0 commit comments