File: changelog

package info (click to toggle)
python-lark 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,804 kB
  • sloc: python: 13,554; javascript: 88; makefile: 34; sh: 8
file content (247 lines) | stat: -rw-r--r-- 8,184 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
python-lark (1.3.0-1) unstable; urgency=medium

  * New upstream version 1.3.0
  * Switch watch file format to version 5
  * Bump Standards-Version to 4.7.2 (no changes required)
  * Remove unused lintian override
    override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS
  * Remove redundant "Rules-Requires-Root: no" from d/control
  * Update copyright years for Debian packaging and my email address
  * Adapt upstream copyright years to the declared ones

 -- Peter Wienemann <wiene@debian.org>  Sun, 28 Sep 2025 12:07:25 +0200

python-lark (1.2.2-1) unstable; urgency=medium

  * New upstream version 1.2.2

 -- Peter Wienemann <wiene@debian.org>  Wed, 14 Aug 2024 21:11:47 +0200

python-lark (1.2.1-1) unstable; urgency=medium

  * New upstream version 1.2.1
  * Update my email address in uploaders field
  * Bump Standards-Version to 4.7.0 (no changes required)

 -- Peter Wienemann <wiene@debian.org>  Tue, 13 Aug 2024 19:58:39 +0200

python-lark (1.1.9-1) unstable; urgency=medium

  * New upstream version 1.1.9
  * Update copyright years for Debian packaging

 -- Peter Wienemann <fossdev@posteo.de>  Fri, 12 Jan 2024 20:33:09 +0100

python-lark (1.1.8-1) unstable; urgency=medium

  * New upstream version 1.1.8
  * Drop patch pr1308 (applied upstream)

 -- Peter Wienemann <fossdev@posteo.de>  Mon, 23 Oct 2023 19:03:46 +0200

python-lark (1.1.7-1) unstable; urgency=medium

  [ Andrius Merkys ]
  * New upstream version 1.1.7
  * Update standards version to 4.6.2, no changes needed.

  [ Peter Wienemann ]
  * Override false positive Lintian error python-traceback-in-manpage
  * Add patch from upstream PR 1308 to include *.lark files
  * Add python3-atomicwrites and python3-regex as suggested dependencies
  * Update copyright years for Debian packaging

 -- Peter Wienemann <fossdev@posteo.de>  Mon, 24 Jul 2023 21:19:20 +0200

python-lark (1.1.5-1) unstable; urgency=medium

  * New upstream version 1.1.5

 -- Peter Wienemann <fossdev@posteo.de>  Wed, 07 Dec 2022 19:55:52 +0100

python-lark (1.1.4-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-lark-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 27 Nov 2022 14:06:40 +0000

python-lark (1.1.4-1) unstable; urgency=medium

  * New upstream version 1.1.4
  * Update use-system-bootstrap patch
  * Add pybuild-plugin-pyproject to build dependencies
  * Run reprotest with diffoscope

 -- Peter Wienemann <fossdev@posteo.de>  Sat, 05 Nov 2022 19:24:29 +0100

python-lark (1.1.3-1) unstable; urgency=medium

  * New upstream version 1.1.3
  * Bump copyright years.
  * Update renamed lintian tag names in lintian overrides.
  * Update standards version to 4.6.1, no changes needed.
  * Override lintian false positive.

 -- Andrius Merkys <merkys@debian.org>  Mon, 17 Oct 2022 02:30:10 -0400

python-lark (1.1.2-1) unstable; urgency=medium

  * New upstream version 1.1.2

 -- Peter Wienemann <fossdev@posteo.de>  Sat, 05 Mar 2022 16:58:41 +0100

python-lark (1.1.1-1) unstable; urgency=medium

  * New upstream version 1.1.1

 -- Peter Wienemann <fossdev@posteo.de>  Sun, 13 Feb 2022 10:45:51 +0100

python-lark (1.1.0-1) unstable; urgency=medium

  * New upstream version 1.1.0
  * Drop patch pr1043 (merged upstream)
  * Update copyright years for Debian packaging

 -- Peter Wienemann <fossdev@posteo.de>  Tue, 01 Feb 2022 19:31:02 +0100

python-lark (1.0.0-1) unstable; urgency=medium

  * New upstream version 1.0.0
  * d/rules: Adjust to name change (lark-parser -> lark) in egg-info clean-up
  * d/copyright: Remove entry for examples/standalone/json_parser.py
  * Add patch to fix typo in man page: instanciated -> instantiated

 -- Peter Wienemann <fossdev@posteo.de>  Sat, 20 Nov 2021 19:37:28 +0100

python-lark (0.12.0-1) unstable; urgency=medium

  * New upstream version 0.12.0
  * Dropping upstream-integrated patch.

 -- Andrius Merkys <merkys@debian.org>  Sun, 05 Sep 2021 01:15:05 -0400

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

  * Bump Standards-Version to 4.6.0 (no changes required)
  * Add patch which fixes typos in comment of example code
  * Run build time and autopkgtest tests using "python<version> -m tests"
  * Suppress lintian tag override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS
  * Drop patch which disables some unit tests
  * Update packaging copyright years

 -- Peter Wienemann <fossdev@posteo.de>  Sun, 29 Aug 2021 11:45:54 +0200

python-lark (0.11.3-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ Andrius Merkys ]
  * New upstream version 0.11.3
  * Removing patches as they are integrated upstream.
  * Skipping tests sensitive to relative paths.
  * Removing __pycache__ directories from examples in documentation.
  * Fixing lintian error privacy-breach-uses-embedded-file by using
    system-provided bootstrap.min.css.

 -- Andrius Merkys <merkys@debian.org>  Wed, 25 Aug 2021 01:49:35 -0400

python-lark (0.10.0-1) unstable; urgency=medium

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

  [ Peter Wienemann ]
  * New upstream version 0.10.0
  * Remove Lintian override for mailing-list-obsolete-in-debian-infrastructure
  * Switch from mkdocs to sphinxdoc for documentation building
  * Build and install man page
  * d/rules: Drop IDE removal. New doc build dir does not contain IDE.
  * Add patches:
    - move man page to section 7
    - fix various typos
  * Replace duplicate files in HTML documentation with symlinks

  [ Andrius Merkys ]
  * Cleaning up docs/examples/.

 -- Peter Wienemann <fossdev@posteo.de>  Sun, 25 Oct 2020 13:26:17 +0100

python-lark (0.9.0-1) unstable; urgency=medium

  * New upstream version 0.9.0

 -- Peter Wienemann <fossdev@posteo.de>  Tue, 07 Jul 2020 19:13:49 +0200

python-lark (0.8.9-1) unstable; urgency=medium

  * New upstream version 0.8.9

 -- Peter Wienemann <fossdev@posteo.de>  Tue, 16 Jun 2020 18:16:01 +0200

python-lark (0.8.8-1) unstable; urgency=medium

  * New upstream version 0.8.8

 -- Peter Wienemann <fossdev@posteo.de>  Sun, 14 Jun 2020 12:02:35 +0200

python-lark (0.8.6-1) unstable; urgency=medium

  * New upstream version 0.8.6
  * d/source/lintian-overrides: Suppress obsolete mailing list message
  * d/rules: Remove IDE (uses js and css code from CDNs)
  * d/{control,rules}: Replace bundled jquery.js with packaged version
  * d/control: Bump debhelper-compat level to 13
  * d/copyright: Add copyright for file lark/__pyinstaller/hook-lark.py

 -- Peter Wienemann <fossdev@posteo.de>  Thu, 11 Jun 2020 18:23:11 +0200

python-lark (0.8.5-1) unstable; urgency=medium

  * New upstream version 0.8.5

 -- Andrius Merkys <merkys@debian.org>  Thu, 02 Apr 2020 07:34:52 -0400

python-lark (0.8.2-2) unstable; urgency=medium

  * Team upload.
  * Update d/tests/control and d/tests/python3-lark so that autopkgtest is
    reliabily run for all supported python3 versions

 -- Scott Kitterman <scott@kitterman.com>  Wed, 25 Mar 2020 00:35:11 -0400

python-lark (0.8.2-1) unstable; urgency=medium

  * New upstream version 0.8.2
  * d/copyright: Change standalone parser license to MPL-2.0
  * d/control: Bump Standards-Version to 4.5.0 (no changes required)
  * Drop patch fix-executable-not-elf-or-script-warning (fixed upstream)

 -- Peter Wienemann <fossdev@posteo.de>  Sat, 07 Mar 2020 13:28:37 +0100

python-lark (0.8.1-1) unstable; urgency=medium

  * New upstream version 0.8.1
  * Adding myself to the list of uploaders.
  * Updating debian/copyright.

 -- Andrius Merkys <merkys@debian.org>  Tue, 28 Jan 2020 01:22:20 -0500

python-lark (0.7.8-2) unstable; urgency=medium

  * Team upload.
  * Removing lark_parser.egg-info in dh_auto_clean target.

 -- Andrius Merkys <merkys@debian.org>  Mon, 13 Jan 2020 10:07:42 -0500

python-lark (0.7.8-1) unstable; urgency=medium

  * Initial release (Closes: #941657)

 -- Peter Wienemann <fossdev@posteo.de>  Wed, 01 Jan 2020 21:12:43 +0100