File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## securesystemslib v0.20.1
4
+ ** NOTE** : this will be the final release of securesystemslib that supports
5
+ Python 2.7.
6
+ This is because Python 2.7 was marked [ end-of-life] (
7
+ https://www.python.org/dev/peps/pep-0373/ ) in January of 2020, and
8
+ since then several of securesystemslib's direct and transitive dependencies
9
+ have stopped supporting Python 2.7. securesystemslib's major users, the Python
10
+ implementations of tuf (v0.167.0) and in-toto (v1.1.0), have already dropped
11
+ support for Python 2.7.
12
+
13
+ ### Changed
14
+ * Switched to GitHub-native Dependabot (#349 )
15
+ * Updated Debian packaging metadata (#343 )
16
+ * Bump cryptography dependency (#346 )
17
+
18
+ ### Fixed
19
+ * Fix the Signer abstract base class's method signature to include self (#348 )
20
+
3
21
## securesystemslib v0.20.0
4
22
5
23
### Added
Original file line number Diff line number Diff line change 68
68
69
69
setup (
70
70
name = 'securesystemslib' ,
71
- version = '0.20.0 ' ,
71
+ version = '0.20.1 ' ,
72
72
description = 'A library that provides cryptographic and general-purpose'
73
73
' routines for Secure Systems Lab projects at NYU' ,
74
74
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments