File: changelog

package info (click to toggle)
python-securesystemslib 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,316 kB
  • sloc: python: 5,319; sh: 38; makefile: 5
file content (180 lines) | stat: -rw-r--r-- 6,732 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
python-securesystemslib (1.3.0-3) unstable; urgency=medium

  * Mark python3-securesystemslib as Multi-Arch: foreign.
  * Use pytest and add Testsuite:autopkgtest-pkg-pybuild for debci.

 -- Simon Josefsson <simon@josefsson.org>  Thu, 21 Aug 2025 09:16:51 +0200

python-securesystemslib (1.3.0-1) unstable; urgency=medium

  * Use dh-sequence-python3 instead of dh-python, suggested by Colin Watson.
  * gbp.conf: Use pristine-tar, suggested by Colin Watson.
  * Make Vcs-* URL match source package name, suggested by Colin Watson.
  * Drop custom Dockerfile, suggested by Colin Watson.
  * New upstream version 1.3.0
  * Standards-Version: 4.7.2.
  * Drop d/upstream/signing-key.asc due to no upstream release signs.
  * salsa-ci: Build reverse deps.

 -- Simon Josefsson <simon@josefsson.org>  Sun, 17 Aug 2025 17:03:27 +0200

python-securesystemslib (1.2.0-2) unstable; urgency=medium

  * Maintain in Python team, fixing URLs and Uploaders.
  * Run wrap-and-sort -satbk.
  * Standards-Version: 4.7.0.
  * Add d/salsa-ci.yml.

 -- Simon Josefsson <simon@josefsson.org>  Tue, 17 Dec 2024 08:14:45 +0100

python-securesystemslib (1.2.0-1) unstable; urgency=medium

  * Team upload.
    - Okay from Holger, packaging here:
    - https://salsa.debian.org/jas/securesystemslib
  * watch: Drop pgpsigurlmangle, *.asc is 404.
  * Add gbp.conf, for debian-branch.
  * New upstream version 1.2.0
  * Rework 01_rm_sphincs_tests.diff.

 -- Simon Josefsson <simon@josefsson.org>  Wed, 11 Dec 2024 18:08:57 +0100

python-securesystemslib (0.28.0-1) unstable; urgency=medium

  * New upstream release includes among other things:
    - Signer API improvements
    - Experimental DSSE implementation
    - And much more (see upstream CHANGELOG.md)

  * d/control
    - Change gnupg2 to gnupg (Closes: #1055407)
  * d/patches
    - 1 changed
    - 1 removed
  * d/Dockerfile
    - Added Dockerfile used to build this release on macOS

 -- Lukas Puehringer <lukas.puehringer@nyu.edu>  Tue, 07 Nov 2023 12:12:00 +0100

python-securesystemslib (0.26.0-1) unstable; urgency=medium

  * New upstream release includes among other things:
    - A new flexible signing API with added support for Google Cloud KMS
      signing, HSM signing, and Post-quantum signing schemes, see
      https://theupdateframework.github.io/python-tuf/2023/01/24/securesystemslib-signer-api.html
    - Removal of colorama and mock (test) dependencies
    - Various fixes in the gpg subpackage
    - And much more (see upstream CHANGELOG.md)

  * d/control
    - bump standards version to 4.6.2
    - adopt upstream requirements changes
  * d/patches:
    - remove obsolete patches
    - patch tests that require unavailable PySPX package
    - other minor fixes suggested by lintian
  * d/rules:
    - export path to pkcs11 library for softhsm testing

 -- Lukas Puehringer <lukas.puehringer@nyu.edu>  Tue, 31 Jan 2023 13:12:22 +0100

python-securesystemslib (0.23.0-1) unstable; urgency=medium

  * New upstream release includes among other things:
    - fix race condition in gpg test cleanup function (Closes: #1008349)

 -- Lukas Puehringer <lukas.puehringer@nyu.edu>  Tue, 26 Apr 2022 12:19:30 +0200

python-securesystemslib (0.22.0-1) unstable; urgency=medium

  * New upstream release includes among other things:
    - bug fix in the Signer abstract base class (#348)
    - machinery for static type checking with mypy (#361)
    - type annotations for a few modules (progress tracked in #358)
    - enhancements in the Signature class (#383, #387)

  * d/control:
    - bump standards version to 4.6.0.1

 -- Lukas Puehringer <lukas.puehringer@nyu.edu>  Mon, 21 Feb 2022 12:52:17 +0100

python-securesystemslib (0.20.0-1) unstable; urgency=medium

  * New upstream release includes among other things:
    - a new signing abstraction to facilitate custom implementations,
    - and a fix for a GnuPG/OpenSSL compatibility issue with OpenPGP EdDSA
      signatures.

 -- Lukas Puehringer <lukas.puehringer@nyu.edu>  Fri, 26 Feb 2021 13:58:03 +0200

python-securesystemslib (0.18.0-2) unstable; urgency=medium

  Fix misc lintian warnings and other Debian metadata changes:

  * d/watch:
    - update to latest version 4 (fix older-debian-watch-file-standard)
    - add missing trailing newline
  * d/patches/01_use_python3_interpreter_in_tests.diff:
    - add "Forwarded: not-needed" header field for downstream-only patch
      (fix patch-not-forwarded-upstream)
  * d/control:
    - specify upstream tracking branch for downstream-related changes
    - use correct section according to package name, i.e. "python"
      (fix wrong-section-according-to-package-name)
  * d/upstream/metadata:
    - add basic metadata file (fix upstream-metadata-file-is-missing)
  * d/copyright:
    - add Upstream-Contact field
    - remove duplicate License field
    - use lower-maintenance first publication date instead of date range
  * d/changelog:
    - amend 0.18.0-1 entry to mention upstream signing key change

 -- Lukas Puehringer <lukas.puehringer@nyu.edu>  Tue, 02 Feb 2021 10:55:52 +0200

python-securesystemslib (0.18.0-1) unstable; urgency=medium

  * New upstream release includes among other things:
    - an enhanced key generation, export and import interface,
    - updated documentation of interface functions,
    - and more and better tests.

  * Update d/control to:
    - remove obsolete python-dateutil dependency,
    - bump standards version to 4.5.1,
    - and compat to 13.

  * Update d/upstream/signing-key.asc

 -- Lukas Puehringer <lukas.puehringer@nyu.edu>  Wed, 09 Dec 2020 08:44:34 +0200

python-securesystemslib (0.16.0-1) unstable; urgency=medium

  * New upstream release that includes i.a.:
    - New enhanced OpenPGP interface (transferred from in-toto)
    - New file and directory abstraction
    - More signature schemes and hashing algorithms
    - Improved optional/recommended dependency handling

  * Update d/rules to run newly included upstream tests on build
  * Add d/patches to fix interpreter location issues in tests
  * Update d/rules
    - Add required build dependencies for newly included tests
    - Add recommended dependencies
    - Change section from devel to utils
    - Set "Rules-Requires-Root: no" for good practice
    - Bump Standards-Version

 -- Lukas Puehringer <lukas.puehringer@nyu.edu>  Thu, 13 Aug 2020 14:13:34 +0200

python-securesystemslib (0.11.3-2) unstable; urgency=medium

  * No change source upload to allow migration to bullseye.

 -- Holger Levsen <holger@debian.org>  Sat, 19 Oct 2019 01:30:45 +0200

python-securesystemslib (0.11.3-1) unstable; urgency=low

  * Initial Debian release. (Closes: #934137)

 -- Lukas Puehringer <lukas.puehringer@nyu.edu>  Wed, 07 Aug 2019 05:16:51 -0400