File: changelog

package info (click to toggle)
pyzor 1%3A1.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 840 kB
  • sloc: python: 6,531; makefile: 154; sh: 19
file content (371 lines) | stat: -rw-r--r-- 12,675 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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
pyzor (1:1.0.0-6) unstable; urgency=medium

  * [7335fc] Backport another patch from upstream master.
    Thanks to Timo van Roermund <timo@van-roermund.nl> (Closes: #923077)

 -- gustavo panizzo <gfa@zumbi.com.ar>  Wed, 13 Jan 2021 10:28:40 +0000

pyzor (1:1.0.0-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Use debhelper-compat instead of debian/compat.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Fix day-of-week for changelog entry 1:0.4.0+cvs20030201-3.

  [ gustavo panizzo ]
  * [0e1593] Include patch from upstream (Closes: 923077)
  * [fd7ba1] Update standards version
  * [6d0db7] Use debhelper 13
  * [f3a909] Set Rules-Requires-Root: no in d/control
  * [bbea0e] Add Repository-Browse and Repository fields to upstream metadata

 -- gustavo panizzo <gfa@zumbi.com.ar>  Sun, 10 Jan 2021 18:21:51 +0000

pyzor (1:1.0.0-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove trailing whitespaces
  * d/control: Remove ancient X-Python3-Version field

  [ Hugo Lefeuvre ]
  * Bump compat level from 10 to 11.
  * debian/control:
    - Bump Standards to 4.1.5.
    - Depend on debhelper >= 11 instead of >= 10.
    - Update Vcs-* fields (salsa migration).
    - Add Multi-Arch: foreign tag to binary package.
    - Add Autopkgtest stanza.
  * Update copyright years.
  * Remove debian/README.Debian (not relevant anymore) (Closes: #841908).

 -- Hugo Lefeuvre <hle@debian.org>  Sun, 05 Aug 2018 14:49:17 -0700

pyzor (1:1.0.0-3) unstable; urgency=medium

  * Bump compat level from 9 to 10.
  * debian/control:
    - Bump Standards to 4.0.0.
    - Depend on debhelper >= 10 instead of >= 9.
    - Use Python 3 version of build dependencies.
  * debian/rules:
    - Build for Python 3.
  * Update copyright years.

 -- Hugo Lefeuvre <hle@debian.org>  Tue, 05 Sep 2017 16:41:23 +0200

pyzor (1:1.0.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Hugo Lefeuvre <hle@debian.org>  Mon, 12 Sep 2016 21:39:58 +0200

pyzor (1:1.0.0-1) experimental; urgency=low

  * New Maintainer.
  * New upstream release (Closes: #747069) (Closes: #586375), (Closes: #609646).
  * debian/control:
    - Add Hugo Lefeuvre in the Uploaders field, replace Carl Chenet by the
      PAPT in the Maintainer field.
    - Depend on debhelper >= 9 instead of >= 7, python-all instead of
      python (>= 2.3.5-11).
    - Add a dependency again python-sphinx and python-docutils.
    - Stop depending on cdbs (rewrite debian/rules to work with dh tools).
    - Bump Standards-Version to 3.9.8.
    - Execute wrap-and-sort -a.
    - Update Homepage: project has moved to GitHub.
    - Make package description more accurate (Closes: #606905).
    - Add documentation package pyzor-doc (and make pyzor suggests pyzor-doc).
  * Add debian/pyzor-doc.links so sphinx can access needed javascript
    libraries.
  * debian/rules:
    - Rewite debian/rules to work with pybuild and dh tools.
  * debian/compat: Set compatibility level to 9.
  * debian/copyright:
    - Make copyright file DEP5 compliant.
    - Add a copyright entry for Hugo Lefeuvre.
  * Fix debian/watch.
  * New documentation structure: add debian/pyzor.1, pyzord.1, pyzor-migrate.1,
    pyzor.manpages and pyzor-doc.docs.
  * Add patches/remove-exernal-resources.patch and debian/series to remove
    fetched external images from the documentation.

 -- Hugo Lefeuvre <hle@debian.org>  Sun, 03 Jul 2016 14:38:10 +0200

pyzor (1:0.5.0-4) unstable; urgency=medium

  * Team upload.
  * Fix last upload, now installs all binaries (closes: #796488)

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 28 Sep 2015 17:21:04 +0200

pyzor (1:0.5.0-3) unstable; urgency=low

  * Team upload.

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

  [ Piotr Ożarowski ]
  * Convert from dh_pysupport to dh_python2
  * Convert source package format to 3.0 (quilt)
  * Remove deprecated debian/pycompat

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 19 Aug 2015 22:28:35 +0200

pyzor (1:0.5.0-2) unstable; urgency=low

  [ Carl Chenet ]
  * debian/control now works.
  * debian/control
  - bump Standards-Version to 3.8.3

  [ Luca Falavigna ]
  * debian/rules:
    - Do not manually set DEB_PYTHON_INSTALL_ARGS_ALL, recent versions
      of CDBS already do that (Closes: #557937).

 -- Carl Chenet <chaica@ohmytux.com>  Sat, 12 Dec 2009 13:26:50 +0100

pyzor (1:0.5.0-1) unstable; urgency=low

  [Carl Chenet]
  * New maintainer (Closes: #416278).
  * Updated Standards-Version to 3.8.2
  * Deleted outdated upstream Changelog

  [Tobias Klauser]
  * New upstream release
    - All debian patches have been merged upstream, drop them.
    - Manpages have been merged upstream, drop them from debian directory.
    - Check received server list for validity and print an error message when no
      servers were discovered (Closes: #494047).
  * Rephrased package description (Closes: #439583).
  * Removed Homepage tag in control in favour of the new control field.
  * Added Vcs-Svn and Vcs-Browser control fields.

  [Sandro Tosi]
  * debian/control
    - switch Vcs-Browser field to viewsvn

 -- Carl Chenet <chaica@ohmytux.com>  Sat, 08 Aug 2009 14:36:45 +0200

pyzor (1:0.4.0+cvs20030201-8) unstable; urgency=low

  * QA upload.
  * Defined do_mbox in client.py for predigest function (Closes: #412658).
  * Fixed broken copyright.

 -- Nico Golde <nion@debian.org>  Sun, 22 Apr 2007 20:22:54 +0200

pyzor (1:0.4.0+cvs20030201-7) unstable; urgency=low

  * QA upload.
  * Set maintainer to QA group.
  * Adjusted Homepage tag.
  * Conformed to new python policy (Closes: 416215).
  * Changed versioned dependency for python-support to >= 0.5.3
    like described in the wiki and moved it to Build-Depends.

 -- Nico Golde <nion@debian.org>  Wed, 11 Apr 2007 15:30:00 +0200

pyzor (1:0.4.0+cvs20030201-6.1) unstable; urgency=low

  * Non-maintainer upload.

  [ Ana Beatriz Guerrero Lopez ]
  * Update package to the last python policy (Closes: #380923).
  * Bumped compat to 5.
  * Bumped Standards-Version to 3.7.2, no changes required.

  [ Pierre Habouzit ]
  * Upload ana's patch.

 -- Pierre Habouzit <madcoder@debian.org>  Mon,  4 Sep 2006 18:56:58 +0200

pyzor (1:0.4.0+cvs20030201-6) unstable; urgency=low

  * Change the install location of the files from
    /usr/lib/python2.4/site-packages/ to
    /usr/lib/site-python/ because sys.path might not
    include the former (Closes: #347678)
  * Updated standards version
  * Updated watch to version 3 format, in case upsteam
    ever releases a new version.
  * Escaped hyphens in the man pages.

 -- Christopher Sacca <csacca@thecsl.org>  Thu, 12 Jan 2006 00:38:18 -0500

pyzor (1:0.4.0+cvs20030201-5) unstable; urgency=low

  * Cleaned up all the patches so that they're more condolidated
    and apply cleaner
  * Updated python deps to include both 2.3 and 2.4
  * Tracked down the last reference to FileDigestor in client.py
    that caused an error (Closes: #335096)
  * Added patches from the BTS that were long overdue to be
    incorperated.  These patches help handle unknown encoding
    types and deal with internal short comings in the mime
    decryption (Closes: #309469, #324682)
    According to the SpamAssassin BTS, these patches should
    also solve the weird "internal error" issue
    (Closes: #335424)

 -- Christopher Sacca <csacca@thecsl.org>  Tue, 10 Jan 2006 02:33:21 -0500

pyzor (1:0.4.0+cvs20030201-4) unstable; urgency=low

  * Added some more error catching to deal with mime-types that
    mimetools doesn't support (binary), or invalid mime-types (things
    that contain ;'s) (Closes: #306407)

 -- Christopher Sacca <csacca@thecsl.org>  Tue, 26 Apr 2005 11:52:21 -0400

pyzor (1:0.4.0+cvs20030201-3) unstable; urgency=medium

  * Added --mbox to check and info commands and updated man page
  * Reverted from threading code to the signal code to stop pyzor from hanging
    on a TimeoutError (Closes: #301160)
  * Updated watch file so that it won't just timeout
  * Added a --log option to log stderr and debug to a file
    (pyzor_home/pyzor.log)

 -- Christopher Sacca <csacca@thecsl.org>  Mon, 11 Apr 2005 09:41:00 -0400

pyzor (1:0.4.0+cvs20030201-2) unstable; urgency=low

  * Cleaned up some of the changes I made, making them dpatchs
  * Patched getopt section in client to catch errors and display help
    correctly (Closes: #300695)

 -- Christopher Sacca <csacca@thecsl.org>  Tue, 22 Mar 2005 11:04:28 -0500

pyzor (1:0.4.0+cvs20030201-1) unstable; urgency=low

  * New maintainer (Closes: #297922)
  * Updated man pages to current documentation
  * Documentation (pyzord.1) now clearly states that pyzord does not
    daemonize itself (Closes: #263900)
  * Caught IOErrors and propmts user to use correct syntax for stdin
    (Closes: #295852)

 -- Christopher Sacca <csacca@thecsl.org>  Wed, 16 Mar 2005 12:54:45 -0500

pyzor (1:0.4.0-1) unstable; urgency=low

  * Fix the version number with an epoch instead of the 0.4.0.0 hack
  * orphaning the package

 -- Bastian Kleineidam <calvin@debian.org>  Thu,  3 Mar 2005 15:51:55 +0100

pyzor (0.4.0.0-9) unstable; urgency=low

  * added debian/watch file
  * catch TypeError on bad encoded multipart mails (Closes: #262565)
  * use cdbs for debian/rules

 -- Bastian Kleineidam <calvin@debian.org>  Wed, 28 Jul 2004 16:30:21 +0200

pyzor (0.4.0.0-8) unstable; urgency=low

  * Ignore wrong boundaries in multipart mails (Closes: #249438)

 -- Bastian Kleineidam <calvin@debian.org>  Thu,  3 Jun 2004 18:22:26 +0200

pyzor (0.4.0.0-7) unstable; urgency=low

  * install more of the upstream documentation; thanks Grant Bowman for
    pointing this out (Closes: #234170)

 -- Bastian Kleineidam <calvin@debian.org>  Sun, 22 Feb 2004 13:28:43 +0100

pyzor (0.4.0.0-6) unstable; urgency=low

  * add python-gdbm to depends (Closes: #225965)

 -- Bastian Kleineidam <calvin@debian.org>  Sat,  3 Jan 2004 22:33:59 +0100

pyzor (0.4.0.0-5) unstable; urgency=low

  * use dpatch for applied patches:
    - 01_continue_on_bad_digest
      if digest could not be calculated, continue with next digest
    - 02_catch_encoding_errors
      catch errors while decoding multipart mime files without end
      boundary tag (Closes: #178039) (Closes: #190230)
    - 03_set_umask
      set proper umask 0077 for newly generated files
  * Standards version 3.6.1

 -- Bastian Kleineidam <calvin@debian.org>  Tue, 14 Oct 2003 19:05:42 +0200

pyzor (0.4.0.0-4) unstable; urgency=high

  * Set umask 0077 in commandline scripts "pyzor" and "pyzord" to ensure
    proper file permission on create. (Closes: #207002)
  * This is a security issue, set urgency to high.

 -- Bastian Kleineidam <calvin@debian.org>  Mon, 25 Aug 2003 13:17:47 +0200

pyzor (0.4.0.0-3) unstable; urgency=low

  * use and require Python 2.3
  * Standards version 3.6.0, no changes required
  * use dh_python
  * added README.Debian suggesting the discover command

 -- Bastian Kleineidam <calvin@debian.org>  Mon, 11 Aug 2003 16:30:47 +0200

pyzor (0.4.0.0-2) unstable; urgency=low

  * depend on python2.2 to ease installation in woody (Closes: #184914)
  * use debian/compat instead of DH_COMPAT
  * remove unnecessary calls to setup.py

 -- Bastian Kleineidam <calvin@debian.org>  Sun, 16 Mar 2003 12:43:48 +0100

pyzor (0.4.0.0-1) unstable; urgency=low

  * make non-native package, generating a orig.tar.gz from the .tar.bz2
    source (Closes: #182686)
  * depend on debhelper >= 4

 -- Bastian Kleineidam <calvin@debian.org>  Thu, 27 Feb 2003 13:53:09 +0100

pyzor (0.4.0-2) unstable; urgency=low

  * Standards version 3.5.8.0
  * Refer to /usr/share/common-licenses/GPL
  * use DH_COMPAT=4
  * Fix crash on check command when content encoding is unknown
  * Fix crash on check and info command when digest is None

 -- Bastian Kleineidam <calvin@debian.org>  Sun, 29 Dec 2002 00:27:46 +0100

pyzor (0.4.0-1) unstable; urgency=low

  * Standards version 3.5.7.1
  * First upload, my new key is in the keyring. wheeeee (Closes: #155318)
  * New upstream release.

 -- Bastian Kleineidam <calvin@debian.org>  Thu,  7 Nov 2002 21:36:15 +0100

pyzor (0.3.1-1) unstable; urgency=low

  * New upstream release.

 -- Bastian Kleineidam <calvin@debian.org>  Sat, 10 Aug 2002 10:56:06 +0200

pyzor (0.3.0-1) unstable; urgency=low

  * Initial packaging

 -- Bastian Kleineidam <calvin@debian.org>  Sun, 23 Jun 2002 23:43:51 +0200