File: changelog

package info (click to toggle)
pyenchant 3.3.0~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: python: 2,947; makefile: 37
file content (315 lines) | stat: -rw-r--r-- 10,163 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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
pyenchant (3.3.0~rc1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.3.0~rc1.
  * Bump Standards-Version to 4.7.0, no changes needed.
  * Add a new file license in d/copyright.

 -- Bruno Martins <bruno.martval@gmail.com>  Thu, 05 Dec 2024 16:25:58 -0300

pyenchant (3.2.2-1) unstable; urgency=medium

  * Team upload.

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

  [ Debian Janitor ]
  * Add missing build dependency on dh addon.
  * Bump debhelper from old 12 to 13.
  * Set field Upstream-Name in debian/copyright.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Boyuan Yang ]
  * Update standards version to 4.6.0, no changes needed.
  * New upstream release.
    + Add python 3.10 support.

 -- Sandro Tosi <morph@debian.org>  Mon, 04 Jan 2021 17:02:21 -0500

pyenchant (3.2.0-1) unstable; urgency=medium

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

  [ Piotr Ożarowski ]
  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 30 Dec 2020 17:58:47 +0100

pyenchant (3.0.1-1) unstable; urgency=medium

  * New upstream release
  * drop all patches - applied/fixed upstream

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 01 Mar 2020 18:47:16 +0100

pyenchant (2.0.0-4) unstable; urgency=medium

  * Team upload.
  * debian/upstream/metadata: Add metadata: Repository,
    Repository-Browse.
  * debian/patches: Cherry-pick upstream fix to warning during
    package installation. (Closes: #949221)
  * debian/control: Bump Standards-Version to 4.5.0.

  [ Gianfranco Costamagna ]
  * Drop one more B-D on python (Closes: #937422)

 -- Boyuan Yang <byang@debian.org>  Fri, 07 Feb 2020 13:09:33 -0500

pyenchant (2.0.0-3) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #937422, #912964

 -- Sandro Tosi <morph@debian.org>  Sun, 26 Jan 2020 16:01:44 -0500

pyenchant (2.0.0-2) unstable; urgency=medium

  * Team upload.

  [ Bastian Germann ]
  * Fix rules-requires-root-missing
  * Fix no-dep5-copyright
  * Fix debian-watch-uses-insecure-uri
  * debian/preinst: Removed. This is long overdue since Squeeze.
  * Switch to use enchant-2. (Closes: #948351)
  * Suggest non-transitional python-gobject-2.
    For details, please see bug #912964.

  [ Boyuan Yang ]
  * debian/control:
    + Bump debhelper compat to v12.
    + Update homepage field to use the new upstream on GitHub.
  * debian/rules: Properly detech enchant-2 library package name.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove ancient X-Python-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

 -- Boyuan Yang <byang@debian.org>  Tue, 14 Jan 2020 16:54:30 -0500

pyenchant (2.0.0-1) unstable; urgency=medium

  * New upstream release
  * remove executable bit from files in egg-info
  * Standards-Version bumped to 4.1.2 (no changes needed)

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

pyenchant (1.6.11-1) unstable; urgency=medium

  * New upstream release
    - no more byte strings in exception messages (Closes: #807703)
    - fixes RecursionError when tokenizing long list of numbers
      (Closes: #812707)
  * debhelper's compatibility level bumped to 10
  * Standards-Version bumped to 4.1.1 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Fri, 29 Sep 2017 10:00:40 +0200

pyenchant (1.6.7-1) unstable; urgency=medium

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

  [ Piotr Ożarowski ]
  * New upstream release (closes: 832001)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 06 Aug 2016 10:46:58 +0200

pyenchant (1.6.6-2) unstable; urgency=medium

  [ Olly Betts ]
  * Update for wxPython 3.0 (Closes: #759075):
    - New patch: wxpython3.0.patch
  * Drop alternative dependency on long gone python-wxgtk2.6. (Closes: #645894)

  [ Piotr Ożarowski ]
  * Use default compression for data tarball again

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 15 Sep 2014 21:55:58 +0200

pyenchant (1.6.6-1) unstable; urgency=medium

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Piotr Ożarowski ]
  * New upstream release
    - prioritizes enchant libraries with tested SONAME (closes: 653402)
    - disable_ez_setup patch no longer needed (ez_setup is now imported only
      if setuptools is missing)
  * Add dh-python to Build-Depends
  * Homepage updated
  * Standards-Version bumped to 3.9.5 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 16 Jun 2014 23:25:57 +0200

pyenchant (1.6.5-2) unstable; urgency=low

  * Upload to unstable
  * Add build-arch and build-indep targets in debian/rules
  * Standards-Version bumped to 3.9.2 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 20 Jul 2011 23:22:07 +0200

pyenchant (1.6.5-1) experimental; urgency=low

  * New upstream release
  * New binary package: python3-enchant
  * Covert to dh_python2
  * Source format changed to 3.0 (quilt)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 15 Jan 2011 22:39:55 +0100

pyenchant (1.6.3-1) experimental; urgency=low

  * New upstream release
  * debian/watch is checking pypi.python.org now
  * Drop Conflicts/Provides: python2.4-enchant (no longer needed)
  * Standards-Version bumped to 3.9.1 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 18 Aug 2010 13:36:18 +0200

pyenchant (1.5.3-2) unstable; urgency=low

  * Drop python-ctypes dependency and bump minimum required Python version
    to 2.5 (closes: #562478)
  * Standards-Version bumped to 3.8.3 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 09 Jan 2010 17:46:50 +0100

pyenchant (1.5.3-1) unstable; urgency=low

  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 03 May 2009 23:21:02 +0200

pyenchant (1.5.2-1) unstable; urgency=low

  * New upstream release
  * Switch to python-support
    + add preinst to remove pycentral files
  * Change Debian packaging license to LGPL (to match upstream)
  * Standards-Version bumped to 3.8.1 (no changes needed)
  * Upload to unstable

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 26 Apr 2009 21:49:37 +0200

pyenchant (1.5.1-1) experimental; urgency=low

  * New upstream release (upload to experimental due to Lenny freeze, to ease
    testing rev. dependencies)

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 08 Jan 2009 21:01:58 +0100

pyenchant (1.5.0-1) experimental; urgency=low

  [ Piotr Ożarowski ]
  * New upstream release (upload to experimental due to Lenny freeze, to ease
    testing rev. dependencies)
  * Architecture changed to all
    + python-ctypes added to Depends
    + ${shlibs:Depends} generated in debian/rules (i.e. not via debhelper)
  * Drop not really needed fix_import_path patch
  * Compress binary package with bzip2

  [ Sandro Tosi ]
  * Switch Vcs-Browser field to viewsvn

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 25 Nov 2008 20:22:03 +0100

pyenchant (1.4.2-3) unstable; urgency=medium

  * libenchant-dev's required build version bumped to >=1.4.2-3.3
  * add fix_import_path patch (_enchant.so is now in enchant's dir after
    latest changes)
    + quilt added to Build-Depends

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 20 Oct 2008 21:21:05 +0200

pyenchant (1.4.2-2) unstable; urgency=low

  * libenchant-dev's required build version bumped to >=1.4.2-3.1

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 01 Oct 2008 21:23:10 +0200

pyenchant (1.4.2-1) unstable; urgency=low

  * New upstream release
    + libenchant-dev's required build version bumped to >=1.4

 -- Piotr Ożarowski <piotr@debian.org>  Fri, 05 Sep 2008 22:48:26 +0200

pyenchant (1.3.1-2) unstable; urgency=low

  * Rebuild against new python-central (closes: #490518)
  * Suggests python-gobject, python-gtk2 and python-wxgtk2.6 | python-wxgtk2.8
    (for GtkSpellCheckerDialog and wxSpellCheckerDialog)
  * Let python-central do the Egg renaming part
    + python-central required build version bumped to 0.6.1
    + debian/rules updated
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
  * Add "~" to python-setuptools' and libenchant-dev's required build version
    (to ease backports)
  * Standards-Version bumped to 3.8.0:
    + Homepage field added

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 12 Jul 2008 22:51:31 +0200

pyenchant (1.3.1-1) unstable; urgency=low

  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 19 Sep 2007 21:02:08 +0200

pyenchant (1.3.0-2) unstable; urgency=low

  * Upload to unstable
  * Changed my address to piotr@debian.org

 -- Piotr Ożarowski <piotr@debian.org>  Fri, 04 May 2007 17:42:45 +0200

pyenchant (1.3.0-1) experimental; urgency=low

  * New upstream release (upload to experimental due to Etch freeze)
  * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control

 -- Piotr Ozarowski <ozarow@gmail.com>  Fri, 29 Dec 2006 16:43:54 +0100

pyenchant (1.2.0-1) unstable; urgency=low

  * New upstream release
  * debian/rules cleaned:
    + dh_python removed, dh_pycentral will generate all data now
    + assume that setuptools is available for all supported python versions
  * debian/control:
    + bumped debhelper and python-central required versions due
      to dh_python call removal
    + libenchant needs to be at least in version 1.3.0 now (build req. updated)
    + removed python2.3-enchant from Conflicts: and Replaces:
      (python v2.3 is no longer supported in Debian)
  * shootout.py file no longer installed as example file
  * Updated copyright years in debian/copyright

 -- Piotr Ozarowski <ozarow@gmail.com>  Sun,  5 Nov 2006 16:07:32 +0100

pyenchant (1.1.5-2) unstable; urgency=low

  * Convert to python-central (closes: #373489)
  * Standards-version bumped to 3.7.2 (no changes needed)

 -- Piotr Ozarowski <ozarow@gmail.com>  Tue, 13 Jun 2006 10:52:43 +0200

pyenchant (1.1.5-1) unstable; urgency=low

  * Initial release (closes: #299783)

 -- Piotr Ozarowski <ozarow@gmail.com>  Sun, 16 Apr 2006 13:58:24 +0200