diff --git a/debian/changelog b/debian/changelog index 8cadde2..a42baa1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pyyaml (5.4.1-1ubuntu1) jammy; urgency=medium + + * Drop Breaks added in 5.3.1-5 for smoother upgrades from focal and + impish to jammy. LP: #1958720. Backport commit 1d1897f525e4cc15 + from Debian experimental. The "Breaks" are no longer needed. + + -- Rolf Leggewie Sat, 22 Jan 2022 17:11:53 +0100 + pyyaml (5.4.1-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 708d8fe..814cfcd 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: pyyaml Section: python Priority: optional -Maintainer: Debian Python Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Python Team Uploaders: Scott Kitterman , Michael Hudson-Doyle Build-Depends: debhelper-compat (= 13), @@ -20,11 +21,6 @@ Package: python3-yaml Architecture: any Multi-Arch: allowed Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} -Breaks: - python (<< 2.7.18), - python-minimal (<< 2.7.18), - libpython-stdlib (<< 2.7.18), - python-yaml (<< 5.3.1-2), Description: YAML parser and emitter for Python3 Python3-yaml is a complete YAML 1.1 parser and emitter for Python3. It can parse all examples from the specification. The parsing algorithm is simple