diff -Nru poetry-1.1.14+dfsg/debian/changelog poetry-1.1.14+dfsg/debian/changelog --- poetry-1.1.14+dfsg/debian/changelog 2022-08-22 02:40:13.000000000 +0800 +++ poetry-1.1.14+dfsg/debian/changelog 2023-01-12 01:09:40.000000000 +0800 @@ -1,3 +1,10 @@ +poetry (1.1.14+dfsg-1ubuntu1) kinetic; urgency=medium + + * add runtime dependency on python3-cachecontrol. LP: #1958227 + * update Maintainer to Ubuntu mailing list + + -- Rolf Leggewie Wed, 11 Jan 2023 18:09:40 +0100 + poetry (1.1.14+dfsg-1) unstable; urgency=medium * New upstream version. diff -Nru poetry-1.1.14+dfsg/debian/control poetry-1.1.14+dfsg/debian/control --- poetry-1.1.14+dfsg/debian/control 2022-08-13 03:09:10.000000000 +0800 +++ poetry-1.1.14+dfsg/debian/control 2023-01-12 01:09:40.000000000 +0800 @@ -1,7 +1,8 @@ Source: poetry Section: python Priority: optional -Maintainer: Debian Python Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Python Team Uploaders: Emmanuel Arias , Build-Depends: debhelper-compat (= 13), git (>= 1:2.33.0), @@ -37,6 +38,7 @@ Package: python3-poetry Architecture: all Depends: python3-lockfile (>= 1:0.12.2), + python3-cachecontrol, ${misc:Depends}, ${python3:Depends}, Description: Python dependency management and packaging made easy (Python 3)