File: changelog

package info (click to toggle)
flask-restful 0.3.10-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,232 kB
  • sloc: python: 3,946; makefile: 277; pascal: 26; sh: 20
file content (277 lines) | stat: -rw-r--r-- 8,740 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
flask-restful (0.3.10-5) unstable; urgency=medium

  * Team upload.
  * Patch-out usage of python3-six

 -- Alexandre Detiste <tchet@debian.org>  Wed, 08 Jan 2025 18:39:58 +0100

flask-restful (0.3.10-4) unstable; urgency=medium

  * Team upload.
  * Trim debian/rules & rewrite with modern syntax
  * Rweak intersphinx patch (Closes: #1090221)
  * Remove usage of python3-mock

 -- Alexandre Detiste <tchet@debian.org>  Wed, 18 Dec 2024 13:27:11 +0100

flask-restful (0.3.10-3) unstable; urgency=medium

  * Team upload.
  [ Rebecca N. Palmer ]
  * Tests: don't pass pytz.timezone to datetime. (Closes: #1084256)

 -- Santiago Vila <sanvila@debian.org>  Sat, 09 Nov 2024 18:20:00 +0100

flask-restful (0.3.10-2) unstable; urgency=medium

  * Team upload.
  * d/control: move ${sphinxdoc:Built-Using} from Depends to Built-Using.
    The fixed-version dependency was blocking a new version of Sphinx.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
  * watch file standard 4 (routine-update)
  * d/control: add missing dependencies on other -docs packages
  * d/patches/0003-Use-local-copies-of-object.inv-for-building-document.patch:
    link to packaged copy of the "six" HTML documentation.
  * removed unused debian/python3-flask-restful.lintian-overrides
  * d/control: switch to autopkgtest-pkg-pybuild

 -- Michael R. Crusoe <crusoe@debian.org>  Fri, 15 Mar 2024 13:27:57 +0100

flask-restful (0.3.10-1) unstable; urgency=medium

  [Jonathan Carter]
  * New upstream release
  * Update standards version to 4.6.2

  [Yogeswaran Umasankar]
  * Updated old patches for the new upstream version.
  * Patch for AttributeError in test with Python 3.12 + removed
    deprecated signals_available from test file.
  * Disabled two tests in rules until XML request handling is fixed
    (Closes: #1061028).
  * Added ${sphinxdoc:Built-Using} to python-flask-restful-doc depends.

 -- Jonathan Carter <jcc@debian.org>  Sat, 03 Feb 2024 01:00:00 +0000

flask-restful (0.3.9-6) unstable; urgency=medium

  * Add a || kill in the trap function of functional tests.

 -- Thomas Goirand <zigo@debian.org>  Fri, 16 Dec 2022 10:26:34 +0100

flask-restful (0.3.9-5) unstable; urgency=medium

  * Team upload.
  * Refreshed 0003-Use-local-copies-of-object.inv-for-building-document.patch.
  * Add Fix_the_tests_with_flask_2.1.2.patch.
  * Fix autopkgtest so it works with multiple Python interpreter installed (ie:
    kill the flask-restful server before trying to spawn a 2nd one).
    (Closes: #1024913).
  * Add replace-flask_abort-by-_aborter.patch
  * Add add-missing-location-when-calling-add_argument.patch thanks to Rene
    Luria <rene.luria@infomaniak.com>. This fixes all unit tests with the new
    werkzeug 2.2.2.

 -- Thomas Goirand <zigo@debian.org>  Fri, 16 Dec 2022 10:23:13 +0100

flask-restful (0.3.9-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-flask-restful-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 22 Oct 2022 11:27:56 +0100

flask-restful (0.3.9-3) unstable; urgency=medium

  * Team upload.

  [ Emanuele Rocca ]
  * Use pytest instead of nose.
    See 0001-use-pytest-not-nose.patch (Closes: #1018358).
  * Add functional testing with autopkgtest.
  * Fix "alien-tag" lintian error by moving d/source/lintian-overrides to
    d/python3-flask-restful.lintian-overrides.

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.

 -- Emanuele Rocca <ema@debian.org>  Fri, 14 Oct 2022 20:45:01 +0200

flask-restful (0.3.9-2) unstable; urgency=medium

  * Upload to unstable
  * Update standards version to 4.6.1

 -- Jonathan Carter <jcc@debian.org>  Thu, 02 Sep 2021 20:43:45 +0200

flask-restful (0.3.9-1) experimental; urgency=medium

  * New upstream release
  * Update standards version to 4.5.1

 -- Jonathan Carter <jcc@debian.org>  Fri, 18 Jun 2021 13:48:58 +0200

flask-restful (0.3.8-5) unstable; urgency=medium

  * Set upstream metadata fields: Bug-Submit.

 -- Jonathan Carter <jcc@debian.org>  Tue, 03 Nov 2020 14:44:59 +0200

flask-restful (0.3.8-4) unstable; urgency=medium

  * Team upload.

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

  [ Emmanuel Arias ]
  * d/control: Build-Depends and Depends on python3-pycryptodome (Closes:
    #971314).
    - PyCrypto is no longer maintaned.

 -- Emmanuel Arias <eamanu@yaerobi.com>  Wed, 30 Sep 2020 12:38:13 -0300

flask-restful (0.3.8-3) unstable; urgency=medium

  * Team Upload.
  * Update tests according to werkzeug version in archive
    (Closes: #966962)
  * compat version: 13

 -- Nilesh Patra <npatra974@gmail.com>  Wed, 05 Aug 2020 14:10:31 +0530

flask-restful (0.3.8-2) unstable; urgency=medium

  * New upload to merge diverged git history

 -- Jonathan Carter <jcc@debian.org>  Fri, 07 Feb 2020 19:19:05 +0200

flask-restful (0.3.8-1) unstable; urgency=medium

  [ Jonathan Carter ]
  * New upstream release
  * Update standards version to 4.5.0
  * Declare Rules-Requires-Root
  * Update copyright years

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

 -- Jonathan Carter <jcc@debian.org>  Fri, 07 Feb 2020 19:12:04 +0200

flask-restful (0.3.7-4) unstable; urgency=medium

  * Version bump (no changes)

 -- Jonathan Carter <jcc@debian.org>  Mon, 19 Aug 2019 12:54:40 +0000

flask-restful (0.3.7-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces.

  [ Jonathan Carter ]
  * Initial source-only upload

 -- Ondřej Nový <onovy@debian.org>  Sat, 20 Jul 2019 00:29:29 +0200

flask-restful (0.3.7-2) unstable; urgency=medium

  * Drop python2 binary package
    (dependencies no longer available in unstable)
  * Update standards version to 4.4.0
  * Upgrade to debhelper-compat (=12)

 -- Jonathan Carter <jcc@debian.org>  Mon, 08 Jul 2019 13:18:33 +0000

flask-restful (0.3.7-1) unstable; urgency=medium

  * New upstream release
  * Update standards version to 4.3.0
  * Remove support-aniso8601-3.0 patch, now applied upstream
  * Remove fix-fr-405.patch, now applied upstream
  * Remove skip-bad-test.patch, fixed upstream

 -- Jonathan Carter <jcc@debian.org>  Fri, 04 Jan 2019 16:51:22 +0200

flask-restful (0.3.6-7) unstable; urgency=medium

  * Fix failing tests, thank you James Page for patch
    (Closes: #906166)
  * Update standards version to 4.2.1

 -- Jonathan Carter <jcc@debian.org>  Wed, 26 Sep 2018 09:53:03 +0200

flask-restful (0.3.6-6) unstable; urgency=medium

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

  [ Jonathan Carter ]
  * Skip flailing tests (Closes: #902462)
  * Update standards version to 4.2.0

 -- Jonathan Carter <jcc@debian.org>  Sat, 11 Aug 2018 11:46:45 +0200

flask-restful (0.3.6-4) unstable; urgency=medium

  * Re-add python2 binary package
  * Update standards version to 4.1.4

 -- Jonathan Carter <jcc@debian.org>  Fri, 04 May 2018 20:00:00 +0200

flask-restful (0.3.6-3) unstable; urgency=medium

  * Cherry pick upstream patch to fix ftbfs with
    aniso8601 (3.0) (Closes: #893019)

 -- Jonathan Carter <jcc@debian.org>  Mon, 09 Apr 2018 16:23:12 +0200

flask-restful (0.3.6-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Jonathan Carter ]
  * Set compat to level 11
  * Update maintainer email address
  * Update standards version to 4.1.3
  * Drop python2 version
  * Update copyright years

 -- Jonathan Carter <jcc@debian.org>  Tue, 13 Feb 2018 10:16:27 +0100

flask-restful (0.3.6-1) unstable; urgency=medium

  * New upstream release
  * Upgrade compat to 10
  * Update standards version to 4.0.0
    - Update Format field to use https url for copyright-format
  * Set Testsuite to autopkgtest-pkg-python
  * Solves FTBFS due to recent changes in unstable  (Closes: #865663)

 -- Jonathan Carter <jcarter@linux.com>  Wed, 12 Jul 2017 14:38:47 +0200

flask-restful (0.3.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (Closes: #832860)
  * Fixed VCS URL (https)
  * Enabled autopkgtest-pkg-python testsuite
  * Standards-Version is 3.9.8 now (no changes needed)
  * Use Python 3 version of Sphinx to build docs
  * Use local copies of object.inv for building documentation (Closes: #830154)
  * Use SOURCE_DATE_EPOCH for copyright year to make build reproducible
    (Closes: #809780)

 -- Ondřej Nový <onovy@debian.org>  Sun, 14 Aug 2016 10:42:18 +0200

flask-restful (0.3.4-1) unstable; urgency=medium

  * Initial release (Closes: #763962)

 -- Jonathan Carter <jonathan@ubuntu.com>  Sat, 02 Jan 2016 18:11:34 +0200