File: changelog

package info (click to toggle)
python-regex 0.1.20241106-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,648 kB
  • sloc: ansic: 49,917; python: 8,677; makefile: 15; sh: 7
file content (454 lines) | stat: -rw-r--r-- 13,662 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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
python-regex (0.1.20241106-1) unstable; urgency=medium

  [ Alexandre Detiste ]
  * Fix syntax error in Maintainer field.

  [ Peter Pentchev ]
  * Use debheper compat level 14:
    - switch from debhelper-compat to X-DH-Compat
    - let debhelper handle some dependencies automatically
  * Add Salsa CI configuration.
  * Add the year 2025 to my debian/* copyright notice.
  * Add a trivial git-buildpackage config file.
  * New upstream release.

 -- Peter Pentchev <roam@debian.org>  Mon, 17 Feb 2025 13:06:37 +0200

python-regex (0.1.20240724-1) unstable; urgency=medium

  * New maintainer within the Python team. Closes: #1065230
  * Declare compliance with Policy 4.7.0 with no changes.
  * Drop the unicode_data removal, it seems to be outdated.
  * Do not remove Features.html in the clean target.
  * Drop the nocheck conditional, not necessary with dh 13.
  * Use execute_after_* debhelper targets.
  * Drop the no longer used X-Python-Version control field.
  * Use debian/clean instead of the rules file.
  * Regenerate Features.html from README.rst and tell Lintian about that.
  * Harden the C extension's build.
  * Declare dpkg-build-api v1 which implies Rules-Requires-Root: no.
  * Use dh-package-notes to record ELF metadata.
  * Add an autopkgtest tool that runs test_regex.py from a temporary directory.
  * Switch to pybuild now that we can run test_regex.py.
  * Add my debian/* copyright notice.
  * Use debputy's X-Style: black.
  * New upstream release:
    - add pybuild-plugin-pyproject as a build dependency

 -- Peter Pentchev <roam@debian.org>  Mon, 19 Aug 2024 00:38:04 +0300

python-regex (0.1.20221031-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove an obsolete maintscript entry.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

  [ Sandro Tosi ]
  * orphan

 -- Sandro Tosi <morph@debian.org>  Sat, 02 Mar 2024 00:25:47 -0500

python-regex (0.1.20221031-1) unstable; urgency=medium

  * New upstream release
  * debian/rules
    - dont install docs/Features.rst, removed upstream
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - bump Standards-Version to 4.6.2.0 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Fri, 30 Dec 2022 02:04:26 -0500

python-regex (0.1.20211110-1) unstable; urgency=medium

  * New upstream release
  * update upstream location to the new github repo
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - bump Standards-Version to 4.6.0.1 (no changes needed)
    - bump debhelper-compat to 13 (no changes needed)
  * debian/rules
    - properly clean test_regex.py during tests, so it doesnt get installed as
      a top-level module

 -- Sandro Tosi <morph@debian.org>  Thu, 09 Dec 2021 01:00:53 -0500

python-regex (0.1.20211008-1) unstable; urgency=medium

  * New upstream release
  * debian/rules
    - rework how we run tests to make sure to use the build module

 -- Sandro Tosi <morph@debian.org>  Sat, 09 Oct 2021 22:20:57 -0400

python-regex (0.1.20201113-2) unstable; urgency=medium

  * Use the new Debian Python Team contact name and address
  * remove -dbg package; Closes: #994367

 -- Sandro Tosi <morph@debian.org>  Thu, 30 Sep 2021 19:24:05 -0400

python-regex (0.1.20201113-1) unstable; urgency=medium

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

  [ Sandro Tosi ]
  * New upstream release
  * debian/copyright
    - update for new upstream code
  * debian/control
    - bump Standards-Version to 4.5.1 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Fri, 25 Dec 2020 02:00:09 -0500

python-regex (0.1.20200714-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set upstream metadata fields: Repository.

  [ Antonio Terceiro ]
  * debian/watch: find releases after 2019
  * debian/watch: normalize upstream version to yyyymmdd
  * New upstream version 0.1.20200714 (Closes: #969259)
  * Add build depedency on python3-setuptools

  [ Sandro Tosi ]
  * debian/copyright
    - extend packaging copyright years
  * debian/rules
    - update some documentation files that's been renamed

 -- Sandro Tosi <morph@debian.org>  Mon, 14 Sep 2020 23:26:42 -0400

python-regex (0.1.20190819-2) unstable; urgency=medium

  * Drop python2 support; Closes: #938127

 -- Sandro Tosi <morph@debian.org>  Thu, 16 Jan 2020 20:22:55 -0500

python-regex (0.1.20190819-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Fri, 29 Nov 2019 15:28:42 -0500

python-regex (0.1.20190207-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Sat, 16 Feb 2019 21:17:07 -0500

python-regex (0.1.20190124-1) unstable; urgency=medium

  * new upstream release
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - bump Standards-Version to 4.3.0 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Fri, 01 Feb 2019 19:12:48 -0500

python-regex (0.1.20181122-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Convert git repository from git-dpm to gbp layout

  [ Sandro Tosi ]
  * New upstream release; Closes: #903503
  * debian/control
    - bump Standards-Version to 4.2.1 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Sat, 22 Dec 2018 18:05:00 -0500

python-regex (0.1.20180609-1) unstable; urgency=medium

  * New upstream release
  * debian/rules
    - change location of unittests

 -- Sandro Tosi <morph@debian.org>  Sat, 09 Jun 2018 21:03:44 -0400

python-regex (0.1.20180606-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove ancient X-Python3-Version field

  [ Sandro Tosi ]
  * New upstream release
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - bump Standards-Version to 4.1.4 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Fri, 08 Jun 2018 16:13:57 -0400

python-regex (0.1.20171212-2) unstable; urgency=medium

  * Correct errors in maintscripts to transition from a symlink to a dir for
    packages documenation dirs; patch by Nicholas D Steeves; Closes: #886944
  * debian/control
    - bump Standards-Version to 4.1.3 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Sat, 10 Feb 2018 20:09:47 -0500

python-regex (0.1.20171212-1) unstable; urgency=medium

  * New upstream release
  * Install doc files in every binary pkgs; Closes: #884692
  * debian/control
    - bump Standards-Version to 4.1.2
    - use prio: optional for -dbg packages too (new policy)
  * debian/watch
    - use HTTPS to connect to pypi.debian.net

 -- Sandro Tosi <morph@debian.org>  Sun, 24 Dec 2017 23:33:14 -0500

python-regex (0.1.20170117-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Mon, 23 Jan 2017 19:36:17 -0500

python-regex (0.1.20161227-1) unstable; urgency=medium

  * New upstream release
  * debian/copyright
    - extend packaging copyright years

 -- Sandro Tosi <morph@debian.org>  Thu, 05 Jan 2017 14:33:22 -0500

python-regex (0.1.20161121-1) unstable; urgency=medium

  * New upstream release
  * Declare compat level 10

 -- Sandro Tosi <morph@debian.org>  Sat, 10 Dec 2016 18:02:40 -0500

python-regex (0.1.20160922-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Sun, 02 Oct 2016 16:05:29 -0400

python-regex (0.1.20160721-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Tue, 16 Aug 2016 19:39:35 +0100

python-regex (0.1.20160619-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - add pygments to b-d, needed for doc

 -- Sandro Tosi <morph@debian.org>  Tue, 21 Jun 2016 20:07:29 +0100

python-regex (0.1.20160614-1) unstable; urgency=medium

  * New upstream release
  * debian/rules
    - run tests on debug flavor too

 -- Sandro Tosi <morph@debian.org>  Sat, 18 Jun 2016 15:44:16 +0100

python-regex (0.1.20160605-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Sat, 11 Jun 2016 19:22:54 +0100

python-regex (0.1.20160425-1) unstable; urgency=medium

  [ Sandro Tosi ]
  * New upstream release
  * debian/control
    - bump Standards-Version to 3.9.8 (no changes needed)

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

 -- Sandro Tosi <morph@debian.org>  Mon, 25 Apr 2016 22:22:50 +0100

python-regex (0.1.20160110-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - add b-d on dh-python
  * debian/copyright
    - extend packaging copyright years

 -- Sandro Tosi <morph@debian.org>  Thu, 28 Jan 2016 23:23:28 +0000

python-regex (0.1.20150719-1) unstable; urgency=medium

  * New upstream release
  * debian/{control, copyright}
    - update homepage URL

 -- Sandro Tosi <morph@debian.org>  Mon, 03 Aug 2015 00:22:51 +0100

python-regex (0.1.20150318-1) experimental; urgency=medium

  * New upstream release
  * debian/watch
    - use PyPI redirector
  * debian/copyright
    - extend debian packaging years

 -- Sandro Tosi <morph@debian.org>  Sat, 11 Apr 2015 02:02:42 +0100

python-regex (0.1.20141024-3) unstable; urgency=medium

  * debian/control
    - add Pre-Depends to have the correct version of dpkg needed for the
      mainscript to operate properly; thanks to Niels Thykier

 -- Sandro Tosi <morph@debian.org>  Sat, 22 Nov 2014 10:47:58 +0000

python-regex (0.1.20141024-2) unstable; urgency=medium

  * debian/*.maintscript
    - properly handle the doc directories switch to symlinks; thanks to Andreas
      Beckmann for the report; Closes: #768238

 -- Sandro Tosi <morph@debian.org>  Fri, 21 Nov 2014 23:53:10 +0000

python-regex (0.1.20141024-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - bump Standards-Version to 3.9.6 (no changes needed)
  * debian/copyright
    - fix short license name
    - use the right URL for DEP-5 format reference

 -- Sandro Tosi <morph@debian.org>  Sun, 26 Oct 2014 10:00:58 +0000

python-regex (0.1.20140216-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Mon, 17 Feb 2014 00:01:02 +0100

python-regex (0.1.20140130-1) unstable; urgency=medium

  * New upstream release
    - fix a FTBFS on s390x; thanks to Aurelien Jarno for the report;
      Closes: #739122
  * debian/rules
    - let all the doc dirs be links to python-regex one

 -- Sandro Tosi <morph@debian.org>  Sun, 16 Feb 2014 22:28:07 +0100

python-regex (0.1.20140120-1) unstable; urgency=medium

  * New upstream release
  * debian/watch
    - adapted to new upstream versioning
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - bump Standards-Version to 3.9.5 (no changes needed)
    - switch me to Maintainer (team to Uploaders)
  * Switch to db_python2

 -- Sandro Tosi <morph@debian.org>  Sun, 26 Jan 2014 21:10:28 +0100

python-regex (0.1.20130605-1) unstable; urgency=low

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Tue, 11 Jun 2013 22:29:26 +0200

python-regex (0.1.20130521-2) unstable; urgency=low

  * Upload to unstable

 -- Sandro Tosi <morph@debian.org>  Wed, 05 Jun 2013 00:00:04 +0200

python-regex (0.1.20130521-1) experimental; urgency=low

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

  [ Sandro Tosi ]
  * New upstream release
  * debian/{docs, rules}
    - install and build documentation from new location
  * debian/control
    - build for all supported Python 3.x versions; thanks to Jakub Wilk for the
      report; Closes: #696111
    - use python3:Depends to build Python 3.x dependencies; thanks to Jakub Wilk
      for the report; Closes: #695994
    - adjust -dbg package dependencies; thanks to Scott Kitterman for the patch
  * debian/rules
    - ignore errors when running tests for Python 3.x, there's a bug to be fixed
      upstream

 -- Sandro Tosi <morph@debian.org>  Tue, 04 Jun 2013 22:47:10 +0200

python-regex (0.1.20120904-1) experimental; urgency=low

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Sat, 08 Sep 2012 16:00:10 +0200

python-regex (0.1.20120825-1) experimental; urgency=low

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Thu, 30 Aug 2012 11:55:26 +0200

python-regex (0.1.20120803-1) experimental; urgency=low

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Sat, 11 Aug 2012 14:41:47 +0200

python-regex (0.1.20120613-1) unstable; urgency=low

  * New upstream release
  * debian/patches/
    - removed, patches are not needed anymore

 -- Sandro Tosi <morph@debian.org>  Thu, 14 Jun 2012 18:00:24 +0200

python-regex (0.1.20120506-2) unstable; urgency=low

  * debian/control
    - generate manually depends on python3* for py3k packages (dh_python3 is
      broken: #675703); thanks to Jakub Wilk for the report; Closes: #674224

 -- Sandro Tosi <morph@debian.org>  Mon, 04 Jun 2012 21:46:16 +0200

python-regex (0.1.20120506-1) unstable; urgency=low

  * New upstream release
  * debian/control
    - set DPMT as maintainer
    - set Vcs-{Browser, Svn} fields
  * debian/patches/10_fix_unicodedata_copy
    - updated to new upstream code
  * debian/copyright
    - reorganized following DEP-5 requirements

 -- Sandro Tosi <morph@debian.org>  Wed, 16 May 2012 22:40:26 +0200

python-regex (0.1.20120323-1) unstable; urgency=low

  * Initial release; Closes: #666790

 -- Sandro Tosi <morph@debian.org>  Tue, 03 Apr 2012 20:31:05 +0200