File: changelog

package info (click to toggle)
python-canmatrix 1.2~github-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: xml: 30,201; python: 14,631; makefile: 31; sh: 7
file content (196 lines) | stat: -rw-r--r-- 6,522 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
python-canmatrix (1.2~github-1) unstable; urgency=medium

  * Fix syntax error in Maintainer: field that confuses UDD & the Tracker
  * New upstream version 1.2~github
  * Use pybuild-plugin-pyproject
  * Add new build-dependencies: python3-click & python3-lxml

 -- Alexandre Detiste <tchet@debian.org>  Tue, 25 Feb 2025 21:56:17 +0100

python-canmatrix (1.0~github-3) unstable; urgency=medium

  * Adopt patckage inside DPT (Closes: #1014519)
  * Generate correct canmatrix-1.0.egg-info for PIP
  * Patch-out build-dependency on python3-six

 -- Alexandre Detiste <tchet@debian.org>  Sun, 24 Nov 2024 22:38:39 +0100

python-canmatrix (1.0~github-2) unstable; urgency=medium

  * Python3.12 compatibility (Closes: #1058267)
    + Drop dependency on 'future'
    + Stop using configparser.SafeConfigParser
  * Force shebang to python3
  * Use "dh-sequence-python3" rather than invoking dh "--with python3"

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Tue, 12 Dec 2023 15:55:02 +0100

python-canmatrix (1.0~github-1) unstable; urgency=medium

  * New upstream version 1.0~github
    (Closes: #1040280)
    + Drop obsolete patches
  * Update copyright information
    + Bump dates in d/copyright
    + Fix text of BSD-2-clause license
    + Add 'licensecheck' target
    + Generate d/copyright_hints
  * Bump standards version to 4.6.2

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Wed, 26 Jul 2023 16:38:07 +0200

python-canmatrix (0.9.5~github-3) unstable; urgency=medium

  * Refresh patches with 'gbp pq'
  * Add patch for PyYaml-6 compatibility (Closes: #1022036)
  * Fix dates in d/copyright
  * Bump standards version to 4.6.1

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Thu, 20 Oct 2022 21:55:31 +0200

python-canmatrix (0.9.5~github-2) unstable; urgency=medium

  * Fix path to utilities (Closes: #1016243)
  * Drop undefined ${python3:Suggests} variable

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Fri, 05 Aug 2022 01:37:57 +0200

python-canmatrix (0.9.5~github-1) unstable; urgency=medium

  * New upstream version 0.9.5~github
    * Drop obsolete patches
  * B-D on python3-six (for !nocheck, as it is only needed for tests)
  * Switch default branch to debian/main

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Tue, 25 Jan 2022 10:07:12 +0100

python-canmatrix (0.9.3~github-2) unstable; urgency=medium

  * Fix dependencies for autopkgtests.
    Thanks to Steve Langasek <steve.langasek@canonical.com> (Closes: #1001406)
  * Have canmatrix-utils depend on python3
  * Fix installation path of util scripts
  * Apply 'wrap-and-sort -ast'
  * Bump standards version to 4.6.0

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Mon, 13 Dec 2021 09:17:56 +0100

python-canmatrix (0.9.3~github-1) unstable; urgency=medium

  * New upstream version 0.9.3~github

  [ IOhannes m zmölnig (Debian/GNU) ]
  * Add autopkgtest
  * Bump standards version to 4.5.1

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Tue, 26 Jan 2021 14:42:34 +0100

python-canmatrix (0.9.2~github-1) unstable; urgency=medium

  [ IOhannes m zmölnig (Debian/GNU) ]
  * New upstream version 0.9.2~github
    * Refresh patches

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Wed, 14 Oct 2020 10:43:44 +0200

python-canmatrix (0.9.1~github-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix install paths of utilities. (Closes: #959552)

 -- Adrian Bunk <bunk@debian.org>  Fri, 29 May 2020 18:20:43 +0300

python-canmatrix (0.9.1~github-1) unstable; urgency=medium

  [ IOhannes m zmölnig (Debian/GNU) ]
  * New upstream version 0.9.1~github
    * Refresh patches
  * Fix install path of utilities
  * Install examples
  * Declare that building this package does not require "root" powers

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Thu, 09 Jan 2020 16:53:49 +0100

python-canmatrix (0.8~github-1) unstable; urgency=medium

  * New upstream version 0.8~github

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat

  [ IOhannes m zmölnig (Debian/GNU) ]
  * Add patch to replace 'pathlib2' on Py3
  * Drop "python-canmatrix" as part of the Python2 removal in bullseye
  * Add more Build-Dependencies (for tests)
  * Disable some broken tests
  * Update d/watch to monitor github rather than pypi
  * Bump dh-compat to 12
  * Bump standards version to 4.4.0

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Tue, 10 Sep 2019 16:07:44 +0200

python-canmatrix (0.6-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ IOhannes m zmölnig (Debian/GNU) ]
  * Added generic python tests for DebCI
  * Bumped standards version to 4.1.4

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Wed, 18 Apr 2018 15:48:52 +0200

python-canmatrix (0.6-2) unstable; urgency=medium

  * Switched canmatrix-utils to Python3
  * Updated d/watch to use pypi.python.org
  * Bumped standards version to 4.1.2

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Fri, 15 Dec 2017 16:20:11 +0100

python-canmatrix (0.6-1) unstable; urgency=medium

  * New upstream version 0.6
  * Generated python*:Recommends from requires.txt
  * Dropped manual Recommends and unused Recommends/Suggests
  * Updated d/copyright
  * Switched Homepage field to https://
  * Bumped standards version to 4.1.1

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Wed, 25 Oct 2017 13:18:13 +0200

python-canmatrix (0.5-1) unstable; urgency=medium

  * New upstream version 0.5
  * Dropped patches included upstream.

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Fri, 21 Oct 2016 11:05:15 +0200

python-canmatrix (0.4-2) unstable; urgency=medium

  * Factored out canmatrix-utils package
  * Recommend optional libraries for additional formats
  * Python2 support
    * python-canmatrix depends on python-future
  * Fixed Vcs-* stanzas

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Mon, 26 Sep 2016 20:57:39 +0200

python-canmatrix (0.4-1) unstable; urgency=medium

  * Initial release (closes: #837806)

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Thu, 15 Sep 2016 14:43:49 +0200