File: changelog

package info (click to toggle)
pydevd 3.3.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,892 kB
  • sloc: python: 77,508; cpp: 1,869; sh: 368; makefile: 50; ansic: 4
file content (266 lines) | stat: -rw-r--r-- 8,495 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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
pydevd (3.3.0+ds-4) unstable; urgency=medium

  * Skip failing tests on alpha, hurd-amd64 and sparc64

 -- Julian Gilbey <jdg@debian.org>  Wed, 02 Apr 2025 10:16:21 +0100

pydevd (3.3.0+ds-3) unstable; urgency=medium

  * Skip failing test on loong64; patch from zhangdandan
    <zhangdandan@loongson.cn> (closes: #1101809)

 -- Julian Gilbey <jdg@debian.org>  Tue, 01 Apr 2025 17:06:25 +0100

pydevd (3.3.0+ds-2) unstable; urgency=medium

  * Source-only upload

 -- Julian Gilbey <jdg@debian.org>  Sun, 30 Mar 2025 23:07:56 +0100

pydevd (3.3.0+ds-1) unstable; urgency=medium

  * New upstream version (closes: #1077521, #1019965)
  * Drop distutils
  * Locally vendor bytecode package to match upstream setup (may be
    necessary for some debugging cases)
  * Merge pydevd package into python3-pydevd; an extra package for a
    single script now seems unnecessary

 -- Julian Gilbey <jdg@debian.org>  Sun, 02 Mar 2025 14:07:14 +0000

pydevd (3.1.0+ds-2) unstable; urgency=medium

  * Exclude new test failing on s390x and ppc64

 -- Julian Gilbey <jdg@debian.org>  Mon, 01 Jul 2024 19:06:09 +0100

pydevd (3.1.0+ds-1) unstable; urgency=medium

  * New upstream version
  * Refreshed patches for new upstream formatting
  * Exclude failing test (closes: #1069412); reported upstream
  * Exclude tests causing Python 3.12 to crash
    (tests_python/test_evaluate_expression.py); reported upstream
  * Exclude one flaky test

 -- Julian Gilbey <jdg@debian.org>  Mon, 01 Jul 2024 06:43:45 +0100

pydevd (2.10.0+ds-10) unstable; urgency=medium

  * Skip newly failing test on i386 and arm64

 -- Julian Gilbey <jdg@debian.org>  Thu, 22 Feb 2024 06:16:53 +0000

pydevd (2.10.0+ds-9) unstable; urgency=medium

  [ Julian Gilbey ]
  * Skip more tests failing on Python 3.12 on our setup

  [ Rebecca N. Palmer ]
  * Tests: be compatible with pandas 2.1 (closes: #1063274)

 -- Julian Gilbey <jdg@debian.org>  Wed, 21 Feb 2024 11:34:25 +0000

pydevd (2.10.0+ds-8) unstable; urgency=medium

  * Fix FTBFS and reported failing tests upstream (closes: #1058222)

 -- Julian Gilbey <jdg@debian.org>  Thu, 28 Dec 2023 20:15:29 +0000

pydevd (2.10.0+ds-7) unstable; urgency=medium

  * Skip tests failing during Python 3.12 build and report upstream

 -- Julian Gilbey <jdg@debian.org>  Fri, 08 Dec 2023 12:09:19 +0000

pydevd (2.10.0+ds-6) unstable; urgency=medium

  * Skip failing test on armhf

 -- Julian Gilbey <jdg@debian.org>  Mon, 06 Nov 2023 19:51:14 +0000

pydevd (2.10.0+ds-5) unstable; urgency=medium

  * Mark as Breaks older debugpy versions
  * Fix shared library build problem on alpha etc with thanks to Adrian
    Bunk (use hardening=+all,-pie on alpha, ia64 and x32).  But maintain
    the check for the presence of the compiled library in case there are
    other architectures where this fails.

 -- Julian Gilbey <jdg@debian.org>  Mon, 06 Nov 2023 09:48:39 +0000

pydevd (2.10.0+ds-4) unstable; urgency=medium

  * Skip (further) failing tests on some more non-amd64 architectures

 -- Julian Gilbey <jdg@debian.org>  Fri, 27 Oct 2023 07:37:39 +0100

pydevd (2.10.0+ds-3) unstable; urgency=medium

  * Do not force the use of the Cython extension module in tests if it has
    not been built

 -- Julian Gilbey <jdg@debian.org>  Mon, 23 Oct 2023 07:41:25 +0100

pydevd (2.10.0+ds-2) unstable; urgency=medium

  * Fix build on alpha: do not fail if the Cython files fail to compile
    but fall back on the slower Python implementation instead
  * Update runpy.py patch
  * Remove local py3versions_min.py script now the functionality has been
    incorporated into /usr/bin/py3versions

 -- Julian Gilbey <jdg@debian.org>  Sun, 22 Oct 2023 16:45:22 +0100

pydevd (2.10.0+ds-1) unstable; urgency=medium

  * New upstream version 2.10.0+ds
  * Clean compiled file in d/clean (closes: #1048859)
  * Allow django 4.2 in tests (closes: #1052842)

 -- Julian Gilbey <jdg@debian.org>  Wed, 18 Oct 2023 17:08:59 +0100

pydevd (2.9.6+ds-1) unstable; urgency=medium

  * New upstream version
  * Exclude failing tests on ppc64 as well (thanks to Sebastian Ramacher
    for catching my error on this)

 -- Julian Gilbey <jdg@debian.org>  Fri, 23 Jun 2023 06:35:37 +0100

pydevd (2.9.5+ds-4) unstable; urgency=medium

  * Exclude failing tests on a wider variety of architectures
    (closes: #1029718)

 -- Julian Gilbey <jdg@debian.org>  Sun, 12 Mar 2023 12:36:38 +0000

pydevd (2.9.5+ds-3) unstable; urgency=medium

  * Update README.Debian

 -- Julian Gilbey <jdg@debian.org>  Sat, 11 Feb 2023 21:30:07 +0000

pydevd (2.9.5+ds-2) unstable; urgency=medium

  * Skip one further test on riscv64 (even though it only fails with
    Python 3.10)

 -- Julian Gilbey <jdg@debian.org>  Tue, 03 Jan 2023 18:28:48 +0000

pydevd (2.9.5+ds-1) unstable; urgency=medium

  * New upstream version

 -- Julian Gilbey <jdg@debian.org>  Sun, 01 Jan 2023 22:55:42 +0000

pydevd (2.9.3+ds-2) unstable; urgency=medium

  * Skip further tests failing on mips64el

 -- Julian Gilbey <jdg@debian.org>  Sun, 25 Dec 2022 18:39:25 +0000

pydevd (2.9.3+ds-1) unstable; urgency=medium

  * New upstream version
  * Skip more tests failing on Python 3.11 and some failing with Python
    3.10 with the new python3-bytecode release
  * Skip failing tests on riscv64 (closes: #1024680)
  * Update standards version (no changes required)

 -- Julian Gilbey <jdg@debian.org>  Sat, 24 Dec 2022 21:31:20 +0000

pydevd (2.9.2+ds-4) unstable; urgency=medium

  * Don't build one of the Cython extensions on Python 3.11 - it's not yet
    working there.  (See https://github.com/microsoft/debugpy/issues/939)

 -- Julian Gilbey <jdg@debian.org>  Sun, 20 Nov 2022 19:25:23 +0000

pydevd (2.9.2+ds-3) unstable; urgency=medium

  * Fix Cython code on Python 3.11
  * Exclude 16 tests that fail on Python 3.11 (reported upstream)

 -- Julian Gilbey <jdg@debian.org>  Tue, 15 Nov 2022 22:45:47 +0000

pydevd (2.9.2+ds-2) unstable; urgency=medium

  * Add Breaks clause on older debugpy versions

 -- Julian Gilbey <jdg@debian.org>  Wed, 09 Nov 2022 08:57:20 +0000

pydevd (2.9.2+ds-1) unstable; urgency=medium

  * New upstream version
  * Exclude tests which fail with flask 2.2.2 (Closes: #1020795)
  * Reinstate some previously-failing bytecode tests which have now been
    fixed upstream

 -- Julian Gilbey <jdg@debian.org>  Sun, 06 Nov 2022 13:35:52 +0000

pydevd (2.8.0+git20220826.8ee4065+ds-1) unstable; urgency=medium

  * New upstream snapshot
  * Skip another failing test on armel
  * Mark autopkgtests as flaky on architectures other than amd64 and i386
    (closes: #1019151)
  * Improve tests based on Spyder test process

 -- Julian Gilbey <jdg@debian.org>  Mon, 05 Sep 2022 21:56:24 +0100

pydevd (2.8.0+git20220714.32dee0b+dfsg-6) unstable; urgency=medium

  * Add Breaks+Replaces python3-omegaconf (Closes: #1016511)

 -- Julian Gilbey <jdg@debian.org>  Mon, 08 Aug 2022 20:07:18 +0100

pydevd (2.8.0+git20220714.32dee0b+dfsg-5) unstable; urgency=medium

  * Having some new autopkgtest failings; skip these and note them in
    README.Debian

 -- Julian Gilbey <jdg@debian.org>  Thu, 04 Aug 2022 20:33:58 +0100

pydevd (2.8.0+git20220714.32dee0b+dfsg-4) unstable; urgency=medium

  * Add gdb back to autopkgtest dependencies to work around bug#978639 in
    debci

 -- Julian Gilbey <jdg@debian.org>  Thu, 04 Aug 2022 08:06:49 +0100

pydevd (2.8.0+git20220714.32dee0b+dfsg-3) unstable; urgency=medium

  * Move gdb and python3-coverage to Depends of python3-pydevd; remove all
    other Suggests except for pydevd

 -- Julian Gilbey <jdg@debian.org>  Wed, 03 Aug 2022 19:21:25 +0100

pydevd (2.8.0+git20220714.32dee0b+dfsg-2) unstable; urgency=medium

  * Skip some failing tests on mips64el and ppc64el

 -- Julian Gilbey <jdg@debian.org>  Fri, 29 Jul 2022 14:14:06 +0100

pydevd (2.8.0+git20220714.32dee0b+dfsg-1) unstable; urgency=medium

  * New upstream snapshot
  * Fix binary-only build: it must not install /usr/bin/pydevd in the
    python3-pydevd package
  * Improvements to autopkgtest script

 -- Julian Gilbey <jdg@debian.org>  Wed, 27 Jul 2022 21:06:59 +0100

pydevd (2.8.0+git20220602.1b1fb8b+dfsg-2) unstable; urgency=medium

  * Source-only upload

 -- Julian Gilbey <jdg@debian.org>  Sun, 24 Jul 2022 08:35:58 +0100

pydevd (2.8.0+git20220602.1b1fb8b+dfsg-1) unstable; urgency=medium

  * Initial release (Closes: #933070)
  * Initial packaging by William Grzybowski <william@grzy.org> and
    Julian Gilbey <jdg@debian.org>

 -- Julian Gilbey <jdg@debian.org>  Wed, 13 Jul 2022 06:51:12 +0100