diff --git a/python-zope.exceptions.changes b/python-zope.exceptions.changes index 6634db5..5afe732 100644 --- a/python-zope.exceptions.changes +++ b/python-zope.exceptions.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Jun 13 15:33:50 UTC 2024 - Dirk Müller + +- update to 5.1: + * Add support for Python 3.12. + * Include code from PEP302 loaders in tracebacks + +------------------------------------------------------------------- +Sat Dec 16 09:02:46 UTC 2023 - Dirk Müller + +- update to 5.0.1: + * Fix issue introduced in the last release which is breaking + * ``HTMLExceptionFormatter`` when using non-str + ``__traceback_info__``. + * Drop support for Python 2.7, 3.5, 3.6. + +------------------------------------------------------------------- +Fri Jun 9 12:41:41 UTC 2023 - ecsos + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Fri Jan 6 12:42:36 UTC 2023 - Dirk Müller @@ -30,7 +51,7 @@ Fri Apr 5 07:06:22 UTC 2019 - Marketa Calabkova - update to version 4.3 * Add support for Python 3.6 and 3.7. * Drop support for Python 3.3. - * Fix handling of unicode supplemental traceback information on + * Fix handling of unicode supplemental traceback information on Python 2. - drop *-doc subpackage, use multibuild instead diff --git a/python-zope.exceptions.spec b/python-zope.exceptions.spec index da16939..b71dbd9 100644 --- a/python-zope.exceptions.spec +++ b/python-zope.exceptions.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-zope.exceptions # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-zope.exceptions%{psuffix} -Version: 4.6 +Version: 5.1 Release: 0 Summary: Zope Exceptions License: ZPL-2.1 diff --git a/zope.exceptions-4.6.tar.gz b/zope.exceptions-4.6.tar.gz deleted file mode 100644 index 5a070e3..0000000 --- a/zope.exceptions-4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:619d24a4c65bed97b3dd0515e732e82b69f155d42cc94955d1be8c28288683cd -size 30876 diff --git a/zope.exceptions-5.1.tar.gz b/zope.exceptions-5.1.tar.gz new file mode 100644 index 0000000..53418b4 --- /dev/null +++ b/zope.exceptions-5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611b4c4946c30160db4b7bbd4f38613b32684af167d319650af9b73bc7b0e978 +size 31416