File: changelog

package info (click to toggle)
debugpy 1.8.19%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,452 kB
  • sloc: python: 14,840; sh: 185; makefile: 33
file content (164 lines) | stat: -rw-r--r-- 5,003 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
debugpy (1.8.19+ds-1) unstable; urgency=medium

  * New upstream version
  * Refresh patches
  * Upgrade d/watch to version 5
  * Exclude new test that fails
    (tests/debugpy/test_multiproc.py::test_subprocess_with_parent_pid)
  * Update Standards-Version to 4.7.3

 -- Julian Gilbey <jdg@debian.org>  Thu, 25 Dec 2025 22:57:21 +0000

debugpy (1.8.12+ds-1) unstable; urgency=medium

  * New upstream version
  * Exclude pydevd from upstream and reverse the change in 1.8.2 as
    upstream have reverted to staying in sync with pydevd.
  * We now copy python3-pydevd into this package at build time to match
    upstream's setup; there might be issues if symlinks are used.

 -- Julian Gilbey <jdg@debian.org>  Mon, 07 Apr 2025 13:13:53 +0100

debugpy (1.8.8+ds-2) unstable; urgency=medium

  * Respect dpkg-buildpackage --jobs=... setting (closes: #1082429)

 -- Julian Gilbey <jdg@debian.org>  Wed, 20 Nov 2024 20:06:15 +0000

debugpy (1.8.8+ds-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Mon, 11 Nov 2024 09:12:46 +0000

debugpy (1.8.7+ds-1) unstable; urgency=medium

  * Team upload.
  * New upstream release:
    - Get Python 3.13 to work (closes: #1082090).

 -- Colin Watson <cjwatson@debian.org>  Tue, 05 Nov 2024 02:04:21 +0000

debugpy (1.8.5+ds-1) unstable; urgency=medium

  * New upstream version
  * Fix preinst script

 -- Julian Gilbey <jdg@debian.org>  Tue, 27 Aug 2024 20:20:57 +0100

debugpy (1.8.2+ds-5) unstable; urgency=medium

  * More tests failed on the buildd network with version -4; skip these
    too

 -- Julian Gilbey <jdg@debian.org>  Fri, 12 Jul 2024 06:57:27 +0100

debugpy (1.8.2+ds-4) unstable; urgency=medium

  * Skip a few more failing tests

 -- Julian Gilbey <jdg@debian.org>  Mon, 08 Jul 2024 07:19:18 +0100

debugpy (1.8.2+ds-3) unstable; urgency=medium

  * Skip failing tests on some architectures and add a README.Debian
    explaining the situation
  * Use the Spyder-derived code, borrowed from pydevd, to improve retest
    time
  * Delete old pydevd symlinks before installing a new version of debugpy
    (closes: #1075790)

 -- Julian Gilbey <jdg@debian.org>  Sun, 07 Jul 2024 19:26:01 +0100

debugpy (1.8.2+ds-2) unstable; urgency=medium

  * Fix pytest-timeout patch

 -- Julian Gilbey <jdg@debian.org>  Fri, 05 Jul 2024 08:14:34 +0100

debugpy (1.8.2+ds-1) unstable; urgency=medium

  * New upstream version (closes: #1075603)
  * Upstream no longer tracks the current pydevd, and there is no prospect
    of this changing in the near to medium future, so start using vendored
    pydevd instead.
    See https://github.com/microsoft/debugpy/discussions/1611

 -- Julian Gilbey <jdg@debian.org>  Thu, 04 Jul 2024 18:23:42 +0100

debugpy (1.8.0+ds-4) unstable; urgency=medium

  * Silence unvendored warning when using system pydevd
  * Reinstate flask tests now that python3-werkzeug has been updated

 -- Julian Gilbey <jdg@debian.org>  Tue, 09 Jan 2024 09:04:22 +0000

debugpy (1.8.0+ds-3) unstable; urgency=medium

  * Skip failing tests (closes: #1058401)

 -- Julian Gilbey <jdg@debian.org>  Fri, 29 Dec 2023 14:15:49 +0000

debugpy (1.8.0+ds-2) unstable; urgency=medium

  * Depend on more recent pydevd, otherwise tests break

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

debugpy (1.8.0+ds-1) unstable; urgency=medium

  * New upstream version 1.8.0+ds

 -- Julian Gilbey <jdg@debian.org>  Thu, 19 Oct 2023 07:48:47 +0100

debugpy (1.6.7+ds-1) unstable; urgency=medium

  * New upstream version

 -- Julian Gilbey <jdg@debian.org>  Tue, 13 Jun 2023 22:01:54 +0100

debugpy (1.6.6+ds-1) unstable; urgency=medium

  * New upstream version
  * Python 3.11 is now supported, so remove README.Debian

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

debugpy (1.6.4+git20221217.c419d5a+ds-1) unstable; urgency=medium

  * New upstream version
  * Exclude failing tests on Python 3.11; hopefully this closes:
    #1025615), but it may be that other tests fail on architectures
    besides amd64
  * Add a README explaining that this package is not yet compatible with
    Python 3.11, so many issues may arise

 -- Julian Gilbey <jdg@debian.org>  Wed, 04 Jan 2023 22:31:34 +0000

debugpy (1.6.3+git20221103.a2a3328+ds-1) unstable; urgency=medium

  * New upstream snapshot
  * Attempt to fix test failures (Closes: #1022188)

 -- Julian Gilbey <jdg@debian.org>  Wed, 09 Nov 2022 07:31:31 +0000

debugpy (1.6.3+ds-1) unstable; urgency=medium

  * New upstream version

 -- Julian Gilbey <jdg@debian.org>  Thu, 08 Sep 2022 07:55:18 +0100

debugpy (1.6.2+dfsg-2) unstable; urgency=medium

  * Source-only upload

 -- Julian Gilbey <jdg@debian.org>  Mon, 08 Aug 2022 08:51:26 +0100

debugpy (1.6.2+dfsg-1) unstable; urgency=medium

  * Initial release (Closes: #933190)
    Initial packaging work (on the predecessor ptvsd) by William
    Grzybowski <william@grzy.org>

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