File: changelog

package info (click to toggle)
python-jsonschema 4.19.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,584 kB
  • sloc: python: 7,830; makefile: 210; sh: 12
file content (416 lines) | stat: -rw-r--r-- 13,445 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
python-jsonschema (4.19.2-6) unstable; urgency=medium

  * Now also recommends: python3-fqdn, python3-isoduration,
    python3-rfc3339-validator, python3-rfc3986-validator (Closes: #1077934).

 -- Thomas Goirand <zigo@debian.org>  Mon, 06 Jan 2025 12:47:31 +0100

python-jsonschema (4.19.2-5) unstable; urgency=medium

  * Removed build-depends on python3-pkg-resource (Closes: #1083653).

 -- Thomas Goirand <zigo@debian.org>  Sun, 13 Oct 2024 22:35:51 +0200

python-jsonschema (4.19.2-4) unstable; urgency=medium

  * Removed python3-six from build-depends (Closes: #1079973).
  * Removed python3-nose and python3-mock from build-depends
    (Closes: #1081565).

 -- Thomas Goirand <zigo@debian.org>  Tue, 24 Sep 2024 12:57:03 +0200

python-jsonschema (4.19.2-3) unstable; urgency=medium

  * Fix short and long description (Closes: #1053505).

 -- Thomas Goirand <zigo@debian.org>  Fri, 17 May 2024 13:53:51 +0200

python-jsonschema (4.19.2-2) unstable; urgency=medium

  * Removed extraneous obsolete python3-mock dependency (Closes: #1064129).
  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 19 Feb 2024 14:21:42 +0100

python-jsonschema (4.19.2-1) experimental; urgency=medium

  * New upstream release (Closes: #1055516).
  * Rebase patches.
  * Add python3-hatch-fancy-pypi-readme as build-depends indep.
  * Add python3-referencing and python3-rpds-py as (build-)depends.
  * Add python3-jsonschema-specifications as (build-)depends.
  * Add python3-sphinx-copybutton as build-depends.
  * Add python3-sphinxext-opengraph as build-depends.
  * Add sphinx-does-not-call-_resolve_broken_refs.patch.

 -- Thomas Goirand <zigo@debian.org>  Wed, 15 Nov 2023 14:36:32 +0100

python-jsonschema (4.10.3-2) unstable; urgency=medium

  * Do not b-d on nose (Closes: #1018519).

 -- Thomas Goirand <zigo@debian.org>  Mon, 14 Aug 2023 11:09:17 +0200

python-jsonschema (4.10.3-1) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 20 Jan 2023 11:53:50 +0100

python-jsonschema (4.10.3-1~exp1) experimental; urgency=medium

  * Non-maintainer upload
  * New upstream version 4.10.3
  * d/patches: Update patches
  * d/p/fix-broken-test_suite_bug.patch: New patch to fix broken test method
  * d/patches: Remove sphinx_json_schema_spec from docs/conf.py

 -- Samuel Henrique <samueloph@debian.org>  Fri, 23 Dec 2022 21:30:53 +0000

python-jsonschema (4.9.1-3) unstable; urgency=medium

  * Fix interpreter version when building before tests.

 -- Thomas Goirand <zigo@debian.org>  Sun, 11 Dec 2022 15:06:02 +0100

python-jsonschema (4.9.1-2) unstable; urgency=medium

  * Uploading to unstable.
  * Install in debian/tmp before running tests.
  * Set SETUPTOOLS_SCM_PRETEND_VERSION before build.

 -- Thomas Goirand <zigo@debian.org>  Fri, 09 Dec 2022 17:56:50 +0100

python-jsonschema (4.9.1-1) experimental; urgency=medium

  * New upstream release (Closes: #1017629).

 -- Thomas Goirand <zigo@debian.org>  Sun, 25 Sep 2022 21:52:24 +0200

python-jsonschema (4.7.2-3) unstable; urgency=medium

  * Removed unused dependencies (Closes: #1019584):
    - python3-six
    - python3-setuptools
    - python3-pkg-resources
  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Tue, 13 Sep 2022 09:57:40 +0200

python-jsonschema (4.7.2-2) experimental; urgency=medium

  * Blacklist tests failing if backported to bullseye.

 -- Thomas Goirand <zigo@debian.org>  Wed, 31 Aug 2022 10:15:23 +0200

python-jsonschema (4.7.2-1) experimental; urgency=medium

  * New upstream release.
  * Refreshed patches.
  * Add python3-sphinx-autodoc-typehints as build-depends.

 -- Thomas Goirand <zigo@debian.org>  Tue, 30 Aug 2022 15:43:43 +0200

python-jsonschema (4.6.0-3) unstable; urgency=medium

  * Added python3-pip as depends of debian/tests/control.

 -- Thomas Goirand <zigo@debian.org>  Sat, 16 Jul 2022 22:07:06 +0200

python-jsonschema (4.6.0-2) experimental; urgency=medium

  * Add python3-pip to build-depends to address an otherwise failing
    "python3 -m pip show jsonschema" test.

 -- Thomas Goirand <zigo@debian.org>  Sat, 16 Jul 2022 10:12:52 +0200

python-jsonschema (4.6.0-1) experimental; urgency=medium

  * New upstream release (Closes: #1005757).
  * Switch to pybuild and poetry, as upstream switch to shipping a
    pyproject.toml instead of setup.cfg.
  * Added optional dependencies as Recommends:.
  * Refreshed remove-sphinxcontrib.spelling-from-doc-conf.py.patch.
  * Rebased fix-lintian-privacy-breach.patch.
  * Add python3-hatch-vcs and python3-hatchling as build-depends.
  * Fix PYTHONPATH when building sphinx doc.
  * Add do-not-use-furo-theme.patch.

 -- Thomas Goirand <zigo@debian.org>  Mon, 13 Jun 2022 10:51:08 +0200

python-jsonschema (3.2.0-5) unstable; urgency=medium

  * Fixed description (Closes: #970616).

 -- Thomas Goirand <zigo@debian.org>  Thu, 30 Dec 2021 10:22:42 +0100

python-jsonschema (3.2.0-4) unstable; urgency=medium

  * Do not (build-)depends on python3-importlib-metadata (Closes: #966643).

 -- Thomas Goirand <zigo@debian.org>  Tue, 28 Dec 2021 19:16:23 +0100

python-jsonschema (3.2.0-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 08 May 2020 11:04:26 +0200

python-jsonschema (3.2.0-2) experimental; urgency=medium

  * d/control: Add {build}dependency python3-importlib-metadata

 -- Michal Arbet <michal.arbet@ultimum.io>  Tue, 05 May 2020 11:43:45 +0200

python-jsonschema (3.2.0-1) experimental; urgency=medium

  * New upstream version
  * d/copyright: Add me to copyright
  * d/control:
    - Add me to uploaders
    - Bump standards to 4.5.0
    - Breaks: python3-json-pointer (<< 1.14) (Closes: #949723)
  * d/patches:
    - Remove remove-TestBuiltinFormats-hack.patch
    - Add fix-lintian-privacy-breach.patch

 -- Michal Arbet <michal.arbet@ultimum.io>  Tue, 05 May 2020 09:21:24 +0200

python-jsonschema (3.0.2-4) unstable; urgency=medium

  * Add missing dependencies for autopkgtests.

 -- Thomas Goirand <zigo@debian.org>  Mon, 09 Dec 2019 11:31:53 +0100

python-jsonschema (3.0.2-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Run wrap-and-sort -bastk.
  * Bump Standards-Version to 4.4.1.

  [ Thomas Goirand ]
  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 05 Dec 2019 22:05:33 +0100

python-jsonschema (3.0.2-2) experimental; urgency=medium

  * Team upload.
  * Use pybuild to build package.
  * Bump debhelper compat level to 12.
  * Bump standards version to 4.4.0.

 -- Ondřej Nový <onovy@debian.org>  Wed, 25 Sep 2019 12:48:45 +0200

python-jsonschema (3.0.2-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * Remove python-mock from runtime dependency
  * Running wrap-and-sort -bast.
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * New upstream release.
    - supports draft7 (Closes: #939943).
    - corrects import order (Closes: #931761).
  * Fixed (build-)depends for this release.
  * Add export SETUPTOOLS_SCM_PRETEND_VERSION as upstream switched to that.
  * Removed Python 2 support (Closes: #937861).
  * Add remove-TestBuiltinFormats-hack.patch.
  * Add remove-sphinxcontrib.spelling-from-doc-conf.py.patch.
  * Move the package to "third-party" Salsa subgroup.

 -- Thomas Goirand <zigo@debian.org>  Tue, 24 Sep 2019 16:02:04 +0200

python-jsonschema (2.6.0-4) unstable; urgency=medium

  * Define http{s,}_proxy when building the doc to avoid internet connection
    during the doc build (Closes: #908152).
  * Add do-not-access-internet-during-doc-build.patch.

 -- Thomas Goirand <zigo@debian.org>  Fri, 07 Sep 2018 09:03:51 +0200

python-jsonschema (2.6.0-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Use team+openstack@tracker.debian.org as maintainer

  [ Thomas Goirand ]
  * Add a -doc package. (Closes: #857867)

 -- Thomas Goirand <zigo@debian.org>  Thu, 06 Sep 2018 00:36:26 +0200

python-jsonschema (2.6.0-2) unstable; urgency=medium

  * Team upload.
  * d/p/fixup-version.patch: Set version to 2.6.0 (Closes: #881833)

 -- Ondřej Nový <onovy@debian.org>  Wed, 15 Nov 2017 20:43:29 +0100

python-jsonschema (2.6.0-1) unstable; urgency=medium

  [ Daniel Baumann ]
  * Updating vcs fields.
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Updating standards version to 4.0.0.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Correcting permissions in debian packaging files.
  * Updating standards version to 4.0.1.
  * Updating standards version to 4.1.0.

  [ Ondřej Nový ]
  * Bumped debhelper compat version to 10

  [ Thomas Goirand ]
  * New upstream release.
  * Standards-Version is now 4.1.1.
  * Using pkgos-dh_auto_install.
  * Testing with all versions of Python 3.
  * Refreshed version patch.

 -- Thomas Goirand <zigo@debian.org>  Wed, 01 Nov 2017 17:23:29 +0100

python-jsonschema (2.5.1-6) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

  [ Thomas Goirand ]
  * Adding depends on python3-pkg-resources (Closes: #839075).

 -- Thomas Goirand <zigo@debian.org>  Tue, 04 Oct 2016 16:08:48 +0200

python-jsonschema (2.5.1-5) unstable; urgency=medium

  * Team upload.
  * Fixed VCS URLs (https).
  * Mention Draft 4 support in package description (Closes: #816711)
  * Removed d/CHANGELOG, upstream provides own changelog now
  * Bumped Standards-Version to 3.9.8, no changes needed
  * d/rules: Changed UPSTREAM_GIT protocol to https

 -- Ondřej Nový <novy@ondrej.org>  Thu, 19 May 2016 22:02:32 +0200

python-jsonschema (2.5.1-4) unstable; urgency=medium

  * override_dh_python3 to fix Py3 shebang.

 -- Thomas Goirand <zigo@debian.org>  Fri, 23 Oct 2015 22:40:58 +0000

python-jsonschema (2.5.1-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 16 Oct 2015 10:02:14 +0000

python-jsonschema (2.5.1-2) experimental; urgency=medium

  * Fixed pacakge version parsing to be compatible with Ubuntu Trusty.
  * Fixed http{s,}_proxy during dh_auto_clean to avoid PyPi downloads.
  * Added python{3,}-vcversioner as build-depends-indep.
  * Using update-alternatives to provide /usr/bin/jsonschema.
  * Fixed missing ${python3:Depends}.

 -- Thomas Goirand <zigo@debian.org>  Thu, 17 Sep 2015 09:25:38 +0200

python-jsonschema (2.5.1-1) experimental; urgency=medium

  * New upstream release.
  * Usual debian/control clean-up.
  * Added python{3,}-vcversioner as build-depends.
  * Creates version.txt on build, clean it on clean.
  * Do not delete *egg-info on clean, use debian/source/options instead.
  * Removed XS-Test-Suite in debian/control.
  * Added python-functools32 as build-depends.

 -- Thomas Goirand <zigo@debian.org>  Wed, 29 Jul 2015 23:18:54 +0200

python-jsonschema (2.4.0-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 15 Apr 2015 09:44:16 +0200

python-jsonschema (2.3.0-1) unstable; urgency=low

  [ Thomas Goirand ]
  * New upstream release.
  * Do not depend on openstack-pkg-tools anymore.
  * Build-Depends on autopkgtest and python{3,}-pytest.

  [ Jean-Baptiste Lallement ]
  * Add autopkgtest that runs the upstream test suite against the installed
    package (Closes: #729467)

 -- Thomas Goirand <zigo@debian.org>  Sun, 08 Dec 2013 11:37:07 +0800

python-jsonschema (2.0.0-1) unstable; urgency=low

  * New upstream release.
  * Added Pre-Depends dpkg (>= 1.15.6~) missing for the python3 package.
  * Removes now obsolete debian/patches folder.
  * Fixes nosetests calls (removes test.py as arg).

 -- Thomas Goirand <zigo@debian.org>  Wed, 24 Jul 2013 15:11:14 +0800

python-jsonschema (1.1.0-2) unstable; urgency=low

  [ Thomas Goirand ]
  * Ran wrap-and-sort.

  [ Dmitrijs Ledkovs ]
  * Builds the python3 package (Closes: #710898).

 -- Thomas Goirand <zigo@debian.org>  Thu, 30 May 2013 14:04:07 +0800

python-jsonschema (1.1.0-1) unstable; urgency=low

  * Uploading to unstable.
  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Sat, 11 May 2013 07:30:18 +0000

python-jsonschema (0.8.0-2) experimental; urgency=low

  * Missing build-dependency: python-mock (Closes: #700283).

 -- Thomas Goirand <zigo@debian.org>  Mon, 11 Feb 2013 02:19:29 +0000

python-jsonschema (0.8.0-1) experimental; urgency=low

  * New upstream release.
  * Team maintains the package in pkg-openstack.
  * Fixed debian/copyright format URL.
  * Added Ghe and myself in debian/copyright.
  * Bumped debhelper and compat to >= 9.
  * Bumped Standards-Version to 3.9.4
  * Added VCS and Homepage fields.
  * Now using openstack-pkg-tools.
  * Pre-Depends: dpkg (>= 1.15.6~) because of xz compression.
  * Added a watch file.

 -- Thomas Goirand <zigo@debian.org>  Thu, 31 Jan 2013 23:12:17 +0800

python-jsonschema (0.2-1) unstable; urgency=low

  * First Debian Packaging

 -- Ghe Rivero <ghe@debian.org>  Wed, 30 May 2012 14:43:07 +0200

python-jsonschema (0.2-0ubuntu2) quantal; urgency=low

  * debian/control: Add python-nose as a build dependency.
  * debian/rules: Run testsuite during build.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 23 May 2012 20:02:47 -0400

python-jsonschema (0.2-0ubuntu1) quantal; urgency=low

  * Initial release.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 02 May 2012 08:46:39 -0400