File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,17 @@ Release notes
4
4
vNext
5
5
-----
6
6
7
+
8
+ Version 21.1.21
9
+ ---------------
10
+
11
+ - Bump dependencies and use latest typecode and binaries. This is to fix
12
+ installation problems on multiple OSes.
13
+
14
+
7
15
Version 21.1.21
8
16
---------------
9
17
10
- *2021-01-21 *
11
18
- Add new [full] extra requires that install all the dependencies
12
19
- Fix bug related to commoncode libraries loading
13
20
- Improve the extra requirements
@@ -18,16 +25,12 @@ Version 21.1.21
18
25
Version 21.1.15
19
26
---------------
20
27
21
- *2021-01-15 *
22
28
- Drop support for Python 2
23
29
- Use the latest CommonCode and TypeCode libraries
24
-
25
- *2020-11-13 *
26
30
- Add azure-pipelines CI support
27
31
28
32
29
33
Version 20.10
30
34
-------------
31
35
32
- *2020-10-06 *
33
36
- Initial release.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ zip_safe = false
37
37
install_requires =
38
38
commoncode >= 21.1.21
39
39
plugincode >= 21.1.21
40
- typecode >= 21.1.21
40
+ typecode >= 21.2.23
41
41
patch >= 1.16
42
42
43
43
setup_requires = setuptools_scm[toml] >= 4
@@ -47,9 +47,9 @@ where=src
47
47
48
48
[options.extras_require]
49
49
full =
50
- extractcode-7z >= 16.5.210122
51
- extractcode_libarchive >= 3.5.1.210122
52
- typecode[full] >= 21.1.21
50
+ extractcode-7z >= 16.5.210223
51
+ extractcode_libarchive >= 3.5.1.210223
52
+ typecode[full] >= 21.2.23
53
53
54
54
testing =
55
55
# upstream
You can’t perform that action at this time.
0 commit comments