Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zope.exceptions for openSUSE:Factory checked in at 2023-01-10 14:58:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zope.exceptions (Old) and /work/SRC/openSUSE:Factory/.python-zope.exceptions.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.exceptions" Tue Jan 10 14:58:52 2023 rev:13 rq:1056694 version:4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zope.exceptions/python-zope.exceptions.changes 2021-12-25 20:16:38.433249356 +0100 +++ /work/SRC/openSUSE:Factory/.python-zope.exceptions.new.32243/python-zope.exceptions.changes 2023-01-10 14:58:54.268915414 +0100 @@ -1,0 +2,13 @@ +Fri Jan 6 12:42:36 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 4.6: + * Catch exceptions in ``formatExceptionOnly``. + Getting an exception when reporting about a different exception is not helpful. + On Python 3.11 this is needed for some HTTPErrors. + * Add official support for Python 3.11. + * Add official support for Python 3.9 and 3.10. + * Undo dropping support for Python 3.5. + * Drop support for running the tests using ``python setup.py test``. +- drop zope.exceptions-pr19+pr21-py310.patch (upstream) + +------------------------------------------------------------------- Old: ---- zope.exceptions-4.4.tar.gz zope.exceptions-pr19+pr21-py310.patch New: ---- zope.exceptions-4.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope.exceptions.spec ++++++ --- /var/tmp/diff_new_pack.fKKZRM/_old 2023-01-10 14:58:55.480921902 +0100 +++ /var/tmp/diff_new_pack.fKKZRM/_new 2023-01-10 14:58:55.484921923 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,27 +26,24 @@ %bcond_with test %endif Name: python-zope.exceptions%{psuffix} -Version: 4.4 +Version: 4.6 Release: 0 Summary: Zope Exceptions License: ZPL-2.1 Group: Development/Languages/Python -URL: http://cheeseshop.python.org/pypi/zope.exceptions +URL: https://cheeseshop.python.org/pypi/zope.exceptions Source: https://files.pythonhosted.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.tar.gz -# PATCH-FIX-UPSTREAM zope.exceptions-pr19+pr21-py310.patch -- gh#zopefoundation/zope.exceptions#21 -Patch0: zope.exceptions-pr19+pr21-py310.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-zope.interface Obsoletes: %{name}-doc +BuildArch: noarch %if %{with test} BuildRequires: %{python_module zope.exceptions} BuildRequires: %{python_module zope.interface} BuildRequires: %{python_module zope.testrunner} %endif -BuildArch: noarch - %python_subpackages %description ++++++ zope.exceptions-4.4.tar.gz -> zope.exceptions-4.6.tar.gz ++++++ ++++ 1748 lines of diff (skipped)