Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-debian for openSUSE:Factory checked in at 2022-10-08 01:25:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-debian (Old) and /work/SRC/openSUSE:Factory/.python-python-debian.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-debian" Sat Oct 8 01:25:31 2022 rev:2 rq:1008714 version:0.1.47 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-debian/python-python-debian.changes 2022-07-11 19:11:01.495750431 +0200 +++ /work/SRC/openSUSE:Factory/.python-python-debian.new.2275/python-python-debian.changes 2022-10-08 01:25:55.118325109 +0200 @@ -1,0 +2,25 @@ +Thu Oct 6 22:19:00 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to 0.1.47 + Following is the changelog for deb822 before it was merged into python-debian. + * deb822.py: + - Allow Deb822 objects to be initialized with a dict containing the initial + key-value pairs. + - _multivalued class: + + Make all the multivalued dicts Deb822Dict objects, so the keys are + case-preserving, but case-insensitive + - Add a Release class, which knows about Release-file multivalued fields. + Thanks to Alexandre Fayolle. (Closes: 428540) + - Deb822Dict no longer directly subclasses dict. All of the important + methods were already implemented with userdict.DictMixin; the dict + subclass was so that Python would see a Deb822Dict instance as a dict + instance. Unfortunately, this causes confusion if you do something like + d = dict(Deb822Dict({'foo': 'bar'}) + The "Pythonic" way to check for a dictionary interface is to check for + the 'items' attribute. + * test_deb822.py: + - Add a test case for deriving a Python dict from a Deb822Dict. + * debian/control: + - Add a XS-Vcs-Bzr field + +------------------------------------------------------------------- Old: ---- python-debian-0.1.44.tar.gz New: ---- python-debian-0.1.47.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-debian.spec ++++++ --- /var/tmp/diff_new_pack.X9jbJs/_old 2022-10-08 01:25:55.490325963 +0200 +++ /var/tmp/diff_new_pack.X9jbJs/_new 2022-10-08 01:25:55.498325981 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-debian -Version: 0.1.44 +Version: 0.1.47 Release: 0 Summary: Debian package related modules License: GPL-3.0-or-later ++++++ python-debian-0.1.44.tar.gz -> python-debian-0.1.47.tar.gz ++++++ ++++ 3064 lines of diff (skipped)