File: changelog

package info (click to toggle)
pastedeploy 3.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 456 kB
  • sloc: python: 1,236; makefile: 102; sh: 17
file content (384 lines) | stat: -rw-r--r-- 13,001 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
pastedeploy (3.0.1-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-pastedeploy-tpl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 07 Dec 2022 23:29:11 +0000

pastedeploy (3.0.1-4) unstable; urgency=medium

  * Team upload
  * Source only upload

 -- Carsten Schoenert <c.schoenert@t-online.de>  Mon, 21 Nov 2022 20:07:03 +0100

pastedeploy (3.0.1-3) unstable; urgency=medium

  * Team upload
  * d/copyright: Update various content data
  * Lintian: Ignore hint on a potential wrong Python version
  * d/control: (Re)add the now transitional template package
    Thanks to piuparts and Andreas for making this issue vissible!
    Unfortunately :-( I've missed this requirement while working on 3.0.1-1.
    (Closes: #1024387)

 -- Carsten Schoenert <c.schoenert@t-online.de>  Sun, 20 Nov 2022 07:20:20 +0100

pastedeploy (3.0.1-2) unstable; urgency=medium

  * Team upload
  * Source only upload
  * d/watch: Use correct tag matching

 -- Carsten Schoenert <c.schoenert@t-online.de>  Fri, 18 Nov 2022 16:46:34 +0100

pastedeploy (3.0.1-1) unstable; urgency=medium

  * Team upload
  * d/watch: Use git mode to watch for new versions
  * d/gbp.conf: Add some basic default configuration
  * New upstream version 3.0.1
  * Rebuild patch queue from patch-queue branch
    Added patches:
    docs-Use-Sphinx-RTD-theme-instead-of-Pylons-one.patch
    docs-Use-local-Python-objects.inv-data-for-intersphinx.patch

    Renamed patch (no additional adjustments needed):
    01_change_templates_path.dpatch
    -> template_dir-Use-folder-from-the-Debian-package.patch
  * d/{control,rules}: Move over to dh-sequence-python3
  * d/control: Update Standards-Version to 4.6.1
    No further changes needed.
  * d/control: Add new required Build-Depends
    Building the documentation and running the tests are needing additional
    build dependencies.
  * python-pastedeploy-doc: Split off documentation
    Create a new binary package that is containing the documentation for
    python3-pastedeploy, it's a split off from the existing library
    package.
  * d/rules: Adjust PYBUILD_AFTER_INSTALL settings
    Remove some more unneeded content from the Python3 package that is
    created by the new upstream version.
  * d/python-pastedeploy-tpl.install: Adjust folder to install
  * Move python-pastedeploy-tpl to python3-pastedeploy-tpl
    This is basically just a renaming to python3-* to make the naming more
    consistent to similar other packaging practice.
  * autopkgtest: Adding a basic first test setup
  * d/README.source: Add some information about the source

 -- Carsten Schoenert <c.schoenert@t-online.de>  Wed, 16 Nov 2022 20:28:15 +0100

pastedeploy (2.1.1-2) unstable; urgency=medium

  * Apply multi-arch hints.
    + python-pastedeploy-tpl: Add Multi-Arch: foreign.
  * Set upstream metadata fields: Contact.
  * Update standards version to 4.5.1, no changes needed.
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete field Contact from debian/upstream/metadata (already present
    in machine-readable debian/copyright).
  * Remove constraints unnecessary since buster:
    + python-pastedeploy-tpl: Drop versioned constraint on python-pastedeploy in
      Replaces.
    + python-pastedeploy-tpl: Drop versioned constraint on python-pastedeploy in
      Breaks.

 -- Debian Janitor <janitor@jelmer.uk>  Fri, 27 May 2022 18:55:52 +0100

pastedeploy (2.1.1-1) unstable; urgency=medium

  * New upstream release.
  * d/copyright: Bump my copyright year.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.
  * Bump debhelper compat level to 13.

 -- Ondřej Nový <onovy@debian.org>  Mon, 26 Oct 2020 15:42:15 +0100

pastedeploy (2.1.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * New upstream release.
  * Bump Standards-Version to 4.5.0 (no changes).
  * d/control: Add Rules-Requires-Root: no.
  * Drop python3-pytest-runner from B-D.
  * Run tests directly with pybuild.
  * Use autopkgtest-pkg-python instead of own one.

 -- Ondřej Nový <onovy@debian.org>  Fri, 21 Feb 2020 12:35:26 +0100

pastedeploy (2.0.1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Bump my copyright year.
  * Bump Standards-Version to 4.4.1.

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

 -- Sandro Tosi <morph@debian.org>  Sat, 11 Jan 2020 15:10:26 -0500

pastedeploy (2.0.1-1) unstable; urgency=medium

  * New upstream release
  * d/watch: Use GitHub tags instead of PyPi
  * Bump debhelper compat level to 12 and use debhelper-compat
  * Bump standards version to 4.3.0 (no changes)
  * Use pytest instead of nose (same as upstream)
  * d/rules: Change docs suffix from txt to rst

 -- Ondřej Nový <onovy@debian.org>  Tue, 01 Jan 2019 00:19:24 +0100

pastedeploy (1.5.2-5) unstable; urgency=medium

  * Bumped debhelper version to 11
  * Standards-Version is 4.2.1 now (no changes needed)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/copyright: Bump my copyright year
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python-Version field
  * Convert git repository from git-dpm to gbp layout

 -- Ondřej Nový <onovy@debian.org>  Sat, 29 Sep 2018 11:25:12 +0200

pastedeploy (1.5.2-4) unstable; urgency=medium

  * Removed versioned build dependencies older then wheezy
  * wrap-and-sort -t -a
  * Added recommends python3-pastescript to Py3 package
  * d/{control,copyright}: Use my @debian.org email address
  * Use Py3 of docutils for building docs

 -- Ondřej Nový <onovy@debian.org>  Mon, 20 Jun 2016 23:22:56 +0200

pastedeploy (1.5.2-3) unstable; urgency=medium

  * Change directory to $ADTTMP before running Debian tests and print module
  * Standards-Version is 3.9.8 now (no change)
  * d/watch: Use pypi.debian.net

 -- Ondřej Nový <novy@ondrej.org>  Mon, 30 May 2016 20:36:57 +0200

pastedeploy (1.5.2-2) unstable; urgency=medium

  [ Piotr Ożarowski ]
  * Add missing dh-python build dependency (Closes: #744299)

  [ Ondřej Nový ]
  * Fixed Vcs-Git (git->https).
  * Standards-Version is 3.9.7 now (no change).
  * Reordered d/copyright.
  * Added myself to d/copyright.
  * Added myself as uploader and removed Piotr Ożarowski (Closes: #740532)
  * Distinguish description of Py2/3 packages.
  * Added doc base.
  * Added upstream changelog.
  * Added simple Debian tests.

 -- Ondřej Nový <novy@ondrej.org>  Fri, 04 Mar 2016 15:26:56 +0100

pastedeploy (1.5.2-1) unstable; urgency=low

  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 29 Dec 2013 11:43:06 +0100

pastedeploy (1.5.0-5) unstable; urgency=medium

  * python-pastedeploy-tpl Breaks/Replaces python-pastedeploy << 1.5.0-4
    (closes: #732178)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 15 Dec 2013 12:40:49 +0100

pastedeploy (1.5.0-4) unstable; urgency=low

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

  [ Thomas Goirand ]
  * Added python3 support, and add a new python-pastedeploy-tpl that
    contains the paster_template folder for both Python 2 and 3 modules.
  * debian/copyright using parseable format 1.0.
  * Now using debhelper and compat 9.

  [ Piotr Ożarowski ]
  * Switched to dh sequencer and pybuild buildsystem

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 09 Dec 2013 22:47:39 +0100

pastedeploy (1.5.0-3) unstable; urgency=low

  [ Jakub Wilk ]
  * Protect for loop with set -e (closes: #655909)

  [ Andrew Starr-Bochicchio ]
  * debian/control: Depend on python-paste (Closes: #683742).
  * Add extend-diff-ignore="^[^/]+\.egg-info/" to debian/source/options.
    This allows the package to build twice in a row (Closes: #671247).

  [ Piotr Ożarowski ]
  * Standards-Version bumped to 3.9.3 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 26 Aug 2012 16:05:26 +0200

pastedeploy (1.5.0-2) unstable; urgency=low

  * Remove .pth file (introduced in last upload by accident)
  * Add build-indep and build-arch targets in debian/rules

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 22 Sep 2011 21:13:16 +0200

pastedeploy (1.5.0-1) unstable; urgency=low

  * New upstream release
  * Convert to dh_python2
    - recommend python-pastescript >= 1.7.3-6~
  * Source format changed to 3.0 (quilt)
  * Standards-Version bumped to 3.9.2 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 28 May 2011 17:31:01 +0200

pastedeploy (1.3.3-3) unstable; urgency=low

  * Make sure all Python versions use site-packages as temporary
    installation directory for modules (closes: #547833)
  * Standards-Version bumped to 3.8.3 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Fri, 25 Sep 2009 22:39:45 +0200

pastedeploy (1.3.3-2) unstable; urgency=low

  * Upload to unstable

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 15 Feb 2009 20:38:48 +0100

pastedeploy (1.3.3-1) unstable; urgency=low

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

  [ Piotr Ożarowski ]
  * New upstream release
  * Change Debian packaging license to match upstream

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 12 Feb 2009 20:27:12 +0100

pastedeploy (1.3.2-1) unstable; urgency=low

  * New upstream release
  * Don't feed rst2html with new subdirectories of docs directory
  * Standards-Version bumped to 3.8.0:
    + debian/README.source file added

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 14 Jun 2008 11:46:40 +0200

pastedeploy (1.3.1-3) unstable; urgency=low

  * Replace python-setuptools with python-pkg-resources in Depends
    (closes: #468715)
  * Remove paste-common dependency, python-support will provide all needed
    namespace
  * Move paster_templates to /usr/share/
    + 01_change_templates_path patch added, dpatch added to build depends
    + recommend python-pastescript (>= 1.6.2-3)
  * Add "~" to python-setuptools minimum required build dependency to ease
    backporting

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 24 May 2008 18:56:13 +0200

pastedeploy (1.3.1-2) unstable; urgency=low

  * Switch to python-support. All paste packages will now depend on
    paste-common (>= 1.6-1) to make sure all use pysupport
  * Compress binary package with bzip2
  * Homepage field added
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
  * Bump Standards-Version to 3.7.3 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Sat,  6 Oct 2007 23:46:42 +0200

pastedeploy (1.3.1-1) unstable; urgency=low

  * New upstream release

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 26 Jun 2007 20:56:38 +0200

pastedeploy (1.3-1) unstable; urgency=low

  * New upstream release
  * Cleaned debian/rules file a little bit

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 11 Apr 2007 18:18:57 +0200

pastedeploy (1.1-2) unstable; urgency=low

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

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 08 Apr 2007 16:56:39 +0200

pastedeploy (1.1-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>  Mon, 18 Dec 2006 14:25:23 +0100

pastedeploy (1.0-1) unstable; urgency=low

  * New upstream release
  * debian/rules cleaned:
    + dh_python removed, dh_pycentral will generate all data now
    + unneeded dh_installexamples, dh_strip and dh_shlibdeps calls removed
  * debian/control:
    + bumped debhelper and python-central required versions due to dh_python
      call removal
    + Homepage updated
  * Test files are no longer installed as examples
  * Added debian/pycompat file

 -- Piotr Ozarowski <ozarow@gmail.com>  Mon, 23 Oct 2006 16:43:41 +0200

pastedeploy (0.9.6-1) unstable; urgency=low

  * New upstream release
  * Documentation changes:
    - Files are now generated from sources
    - Add link in python-paste's docs
    - Add python-docutils in build dependencies
    - doc/news.txt file is installed as changelog

 -- Piotr Ozarowski <ozarow@gmail.com>  Fri, 28 Jul 2006 01:00:54 +0200

pastedeploy (0.5-4) unstable; urgency=low

  * Update for the new python policy (closes: #373473)
  * Convert to python-central

 -- Piotr Ozarowski <ozarow@gmail.com>  Fri, 16 Jun 2006 00:19:46 +0200

pastedeploy (0.5-3) unstable; urgency=low

  * Common paste* modules file moved to paste-common package

 -- Piotr Ozarowski <ozarow@gmail.com>  Sun, 14 May 2006 03:27:56 +0200

pastedeploy (0.5-2) unstable; urgency=low

  * Egg directory name fixed

 -- Piotr Ozarowski <ozarow@gmail.com>  Wed, 10 May 2006 18:10:18 +0200

pastedeploy (0.5-1) unstable; urgency=low

  * Initial release (closes: #366041)

 -- Piotr Ozarowski <ozarow@gmail.com>  Thu,  4 May 2006 18:26:28 +0200