Accepting request 1133587 from devel:languages:python
- 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. * Fix handling of unicode supplemental traceback information on OBS-URL: https://build.opensuse.org/request/show/1133587 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.exceptions?expand=0&rev=15
This commit is contained in:
commit
95199651b1
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 09:02:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <ecsos@opensuse.org>
|
||||
|
||||
@ -35,7 +44,7 @@ Fri Apr 5 07:06:22 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
- 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
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-zope.exceptions%{psuffix}
|
||||
Version: 4.6
|
||||
Version: 5.0.1
|
||||
Release: 0
|
||||
Summary: Zope Exceptions
|
||||
License: ZPL-2.1
|
||||
|
BIN
zope.exceptions-4.6.tar.gz
(Stored with Git LFS)
BIN
zope.exceptions-4.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
zope.exceptions-5.0.1.tar.gz
Normal file
3
zope.exceptions-5.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30fc53e5339f5fbd9d1335e0f7b69f77f15e3f06e2b17b7fb7ef925cc24fdd96
|
||||
size 30435
|
Loading…
Reference in New Issue
Block a user