Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
491c7ce03a |
@ -1,31 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Nov 15 08:50:42 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 5.2
|
|
||||||
* Drop support for Python 3.7.
|
|
||||||
* Add support for Python 3.13.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jun 13 15:33:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- 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 <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>
|
|
||||||
|
|
||||||
- Add %{?sle15_python_module_pythons}
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 6 12:42:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Jan 6 12:42:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.exceptions
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-zope.exceptions%{psuffix}
|
Name: python-zope.exceptions%{psuffix}
|
||||||
Version: 5.2
|
Version: 4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope Exceptions
|
Summary: Zope Exceptions
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
|
BIN
zope.exceptions-4.6.tar.gz
(Stored with Git LFS)
Normal file
BIN
zope.exceptions-4.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
zope.exceptions-5.2.tar.gz
(Stored with Git LFS)
BIN
zope.exceptions-5.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user