diff -Nru python-tomli-w-1.0.0/debian/changelog python-tomli-w-1.0.0/debian/changelog --- python-tomli-w-1.0.0/debian/changelog 2021-12-05 03:49:14.000000000 +0000 +++ python-tomli-w-1.0.0/debian/changelog 2022-11-22 20:44:43.000000000 +0000 @@ -1,3 +1,18 @@ +python-tomli-w (1.0.0-2) unstable; urgency=medium + + [ Sandro Tosi ] + * debian/control + - fix typo in short description (witer -> writer) + + [ Scott Kitterman ] + * debian/control + - Add pybuild-plugin-pyproject to build-depends + - Bump standards-version to 4.6.1 with no further changes + * debian/rules + - Drop environment variable to specify pybuild flit plugin + + -- Scott Kitterman Tue, 22 Nov 2022 15:44:43 -0500 + python-tomli-w (1.0.0-1) unstable; urgency=medium * New upstream release diff -Nru python-tomli-w-1.0.0/debian/control python-tomli-w-1.0.0/debian/control --- python-tomli-w-1.0.0/debian/control 2021-11-27 01:51:45.000000000 +0000 +++ python-tomli-w-1.0.0/debian/control 2022-11-22 20:44:43.000000000 +0000 @@ -6,11 +6,12 @@ Uploaders: Scott Kitterman Build-Depends: debhelper-compat (= 13), dh-python, + pybuild-plugin-pyproject, python3-all, flit (>= 3.2), python3-tomli, python3-pytest-xdist -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tomli-w Vcs-Git: https://salsa.debian.org/python-team/packages/python-tomli-w.git Homepage: https://github.com/hukkin/tomli-w @@ -19,6 +20,6 @@ Package: python3-tomli-w Architecture: all Depends: ${python3:Depends}, ${misc:Depends} -Description: lil' TOML witer for Python +Description: lil' TOML writer for Python Tomli-w is a Python library for writing TOML. https://toml.io/ Tomli-w is fully compatible with TOML v1.0.0. https://toml.io/en/v1.0.0 diff -Nru python-tomli-w-1.0.0/debian/rules python-tomli-w-1.0.0/debian/rules --- python-tomli-w-1.0.0/debian/rules 2021-12-01 16:59:09.000000000 +0000 +++ python-tomli-w-1.0.0/debian/rules 2022-11-22 20:01:34.000000000 +0000 @@ -2,7 +2,6 @@ # DH_VERBOSE := 1 export LC_ALL=C.UTF-8 -export PYBUILD_SYSTEM=flit export PYBUILD_TEST_PYTEST=1 export PYBUILD_TEST_ARGS=-n auto -k "not test_own_pyproject" {dir}/tests