python-jsonschema (4.10.3-2ubuntu1) mantic; urgency=medium
* d/control: Move python3-rfc3987, python3-uritemplate, python3-webcolors,
to Suggests as these are optional dependencies and not in Ubuntu main.
-- Corey Bryant <corey.bryant@canonical.com> Mon, 14 Aug 2023 17:45:04 -0400
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
# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog python3-jsonschema`.
Generated by dwww version 1.16 on Mon Dec 15 21:00:47 CET 2025.