Commit aae9fa7
committed
Bump python-rsa dependency range
PythonRSA 4.3 and 4.5 are the same release, they are also the same as
4.0 with some bugfix backports. Python 2 support was removed in 4.1,
but since 4.3/4.5 are just a re-released 4.0, they support python 2.7.
So the version range <=4.5 supports python 2.7 and python 3. However;
Python 3.4 support was also removed in 4.1, and is explicitly called
out as not restored in 4.3/4.5. Which means we need to branch our
dependency on rsa for Python 3.4 to include 4.0, which is the last
version to have Python 3.4 support. rsa 4.0 is also explicitlly pulled
into the bundled installer.1 parent 5c65412 commit aae9fa7
3 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments