File: changelog

package info (click to toggle)
python-jedi 0.18.0-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 10,556 kB
  • sloc: python: 28,292; makefile: 172; ansic: 13
file content (180 lines) | stat: -rw-r--r-- 5,550 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-jedi (0.18.0-1) unstable; urgency=medium

  * New upstream release
    - works with parso 0.8 (closes: 977931)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 26 Dec 2020 12:21:24 +0100

python-jedi (0.17.2-2) unstable; urgency=medium

  [ Nicholas D Steeves ]
  * Add 0001-Search-for-python3-in-_get_executable_path.patch (closes: 977799)

  [ Piotr Ożarowski ]
  * Fix paths for VAM

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 21 Dec 2020 11:29:20 +0100

python-jedi (0.17.2-1) unstable; urgency=medium

  * New upstream release (closes: 977558)
  * Replace vim-python with vim-python3 in vim-python-jedi's Depends
    (closes: 970879) 
  * Add support for Vim's native "package" functionality in addition to
    vim-addon-manager.
    + Add Build-Depends on dh-sequence-vim-addon
    + Move vim-addon-manager to Suggests and add ${vim-addon:Depends}
      depencency
    To migrate from VAM:
    + Run `vam remove python-jedi` to remove the vim-addon-manager setup
    + Add "packadd! python-jedi" to your vimrc file
  * Standards-Version bumped to 4.5.1 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 20 Dec 2020 22:58:07 +0100

python-jedi (0.17.0-1) unstable; urgency=medium

  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 06 May 2020 16:10:59 +0200

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

  * New upstream release (closes: 954005)
  * Standards-Version bumped to 4.5.0 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 16 Mar 2020 11:24:55 +0100

python-jedi (0.15.2-1) unstable; urgency=medium

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937849

  [ Piotr Ożarowski ]
  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 31 Dec 2019 14:02:43 +0100

python-jedi (0.14.1-1) unstable; urgency=medium

  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 23 Jul 2019 00:24:39 +0200

python-jedi (0.13.2-1) unstable; urgency=medium

  * New upstream release
    - requires Parso >= 0.3.0
  * setup.py.patch removed, applied upstream
  * Standards-Version bumped to 4.3.0 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 31 Dec 2018 11:33:46 +0100

python-jedi (0.12.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Cleaned out some code from setup.py; Closes: #912181
    The code which I removed may be some non-documented workaround for an
    older defect of the module ast. Now setup.py's code is shorter.

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 10 Nov 2018 17:51:42 +0100

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

  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 13 Jun 2018 23:51:17 +0200

python-jedi (0.11.1-1) unstable; urgency=medium

  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 20 Dec 2017 11:24:34 +0100

python-jedi (0.11.0-1) unstable; urgency=medium

  * New upstream release
    - add python-parso to Depends
  * Drop DPMT (temporarily, due to infrastructure problems) from Uploaders /
    VCS-* fields (closes: 873882)
  * Standards-Version bumped to 4.1.1 (copyright format URL updated)

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 25 Oct 2017 12:48:44 +0200

python-jedi (0.10.2-1) unstable; urgency=medium

  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 04 Jul 2017 22:21:50 +0200

python-jedi (0.10.0~git1+f05c071-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Piotr Ożarowski ]
  * New upstream snapshot
  * Drop DPMT from Uploaders (due to problems with multiple tarballs in git-dpm)
  * debian/compat changed to 10
  * vim-python-jedi: switch to Python 3 (closes: 841043)
  * disable tests for now (closes: 830399)
  * Standards-Version bumped to 3.9.8 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 19 Jan 2017 19:05:15 +0100

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

  * New upstream release
  * debian/watch: use pypi.debian.net redirector

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 07 Jun 2015 22:09:17 +0200

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

  * New upstream release (closes: 764746)
  * Update debian/watch file to remove "final" from upstream version
  * Standards-Version bumped to 3.9.6 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Fri, 10 Oct 2014 21:23:08 +0200

python-jedi (0.8.0-1) unstable; urgency=medium

  * New upstream release
  * Add vim-python to vim-python-jedi's Depends (closes: 727835)

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 05 May 2014 22:22:02 +0200

python-jedi (0.7.0-1) unstable; urgency=low

  * New upstream release
    - switched from LGPL to MIT license
  * debian/copyright updated
    - license of debian/* files changed to Expat, to match upstream
  * CHANGELOG.rst installed as upstream changelog

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 20 Aug 2013 22:10:00 +0200

python-jedi (0.6.0-2) unstable; urgency=low

  [ Jakub Wilk ]
  * Add Vcs-* fields.

  [ Piotr Ożarowski ]
  * Bump minimum required Python version to 2.6 (due to b'' syntax)
  * Add DPMT to Uploaders
  * Upload to unstable
  * Add dh-python to Build-Depends

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 08 Aug 2013 16:43:43 +0200

python-jedi (0.6.0-1) experimental; urgency=low

  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 14 May 2013 23:29:48 +0200

python-jedi (0.5~b5-1) experimental; urgency=low

  * Initial release (closes: #696195)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 19 Jan 2013 23:02:16 +0100