Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-plaster for openSUSE:Factory checked in at 2022-12-08 16:51:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-plaster (Old) and /work/SRC/openSUSE:Factory/.python-plaster.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-plaster" Thu Dec 8 16:51:48 2022 rev:4 rq:1041239 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-plaster/python-plaster.changes 2020-01-12 23:26:16.298858012 +0100 +++ /work/SRC/openSUSE:Factory/.python-plaster.new.1835/python-plaster.changes 2022-12-08 16:51:57.719721548 +0100 @@ -1,0 +2,17 @@ +Wed Dec 7 20:07:51 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to version 1.1.2 + Fix a bug in which plaster would crash harder than expected if a URI is specified to a distribution that does not have the specified entry points. + Now a LoaderNotFound exception will be raised instead of a bad unpacking of tuples. + +- Update to version 1.1.1 + * Add support for Python 3.11. + * Fix an bug introduced in 1.1 on some systems where plaster.exceptions.MultipleLoadersFound would be raised due to lib and lib64 being symlinked + to each other and both added to the sys.path. See https://github.com/Pylons/plaster/pull/27 + +- Update to version 1.1 + * Drop support for Python 2.7, 3.4, 3.5, 3.6. + * Add support for Python 3.8, 3.9, 3.10. + * Drop runtime dependency on setuptools / pkg_resources by switching to importlib.metadata. + +------------------------------------------------------------------- Old: ---- plaster-1.0-py2.py3-none-any.whl New: ---- plaster-1.1.2-py2.py3-none-any.whl ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-plaster.spec ++++++ --- /var/tmp/diff_new_pack.CT7ZhG/_old 2022-12-08 16:51:58.203724030 +0100 +++ /var/tmp/diff_new_pack.CT7ZhG/_new 2022-12-08 16:51:58.207724051 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-plaster # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plaster -Version: 1.0 +Version: 1.1.2 Release: 0 Summary: A loader interface around multiple config file formats License: MIT Group: Development/Languages/Python -Url: http://docs.pylonsproject.org/projects/plaster/en/latest +URL: http://docs.pylonsproject.org/projects/plaster/en/latest # Wheels lack files with problematic noncommercial license Source: https://files.pythonhosted.org/packages/py2.py3/p/plaster/plaster-%{version}-py2.py3-none-any.whl BuildRequires: %{python_module pip}