diff -Nru python-launchpadlib-1.11.0/debian/changelog python-launchpadlib-1.11.0/debian/changelog --- python-launchpadlib-1.11.0/debian/changelog 2023-01-10 03:14:37.000000000 -0800 +++ python-launchpadlib-1.11.0/debian/changelog 2023-11-28 15:36:23.000000000 -0800 @@ -1,3 +1,9 @@ +python-launchpadlib (1.11.0-1ubuntu1) noble; urgency=medium + + * d/control: Drop python3-keyring from Recommends to Suggests (LP: #2045082) + + -- Chris Peterson Tue, 28 Nov 2023 15:36:23 -0800 + python-launchpadlib (1.11.0-1) unstable; urgency=medium * Team upload. diff -Nru python-launchpadlib-1.11.0/debian/control python-launchpadlib-1.11.0/debian/control --- python-launchpadlib-1.11.0/debian/control 2023-01-10 03:14:37.000000000 -0800 +++ python-launchpadlib-1.11.0/debian/control 2023-11-28 15:36:23.000000000 -0800 @@ -1,7 +1,8 @@ Source: python-launchpadlib Section: python Priority: optional -Maintainer: Stefano Rivera +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Stefano Rivera Uploaders: Debian Python Team Build-Depends: debhelper-compat (= 13), @@ -28,8 +29,7 @@ python3-lazr.uri, ${misc:Depends}, ${python3:Depends} -Recommends: python3-keyring -Suggests: python3-pkg-resources, python3-testresources +Suggests: python3-pkg-resources, python3-testresources, python3-keyring Description: Launchpad web services client library (Python 3) A free Python library for scripting Launchpad through its web services interface.