forked from pool/python-zope.exceptions
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c510a039fb | |||
| 48cab43b73 | |||
| c7fe488f64 | |||
| 008852ba09 | |||
| 8054c04199 | |||
| 1cc2571197 |
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 08:40:01 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 6.0:
|
||||||
|
* Replace pkg_resources namespace with PEP 420 native
|
||||||
|
namespace.
|
||||||
|
* Drop support for Python 3.8.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 5 04:32:08 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon May 5 04:32:08 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.exceptions
|
# spec file for package python-zope.exceptions
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -26,12 +26,12 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-zope.exceptions%{psuffix}
|
Name: python-zope.exceptions%{psuffix}
|
||||||
Version: 5.2
|
Version: 6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope Exceptions
|
Summary: Zope Exceptions
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
URL: https://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
|
Source: https://files.pythonhosted.org/packages/source/z/zope_exceptions/zope_exceptions-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -53,7 +53,7 @@ This package contains exception interfaces and implementations which are so
|
|||||||
general purpose that they don't belong in Zope application-specific packages.
|
general purpose that they don't belong in Zope application-specific packages.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n zope.exceptions-%{version}
|
%autosetup -p1 -n zope_exceptions-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -76,7 +76,6 @@ general purpose that they don't belong in Zope application-specific packages.
|
|||||||
%dir %{python_sitelib}/zope/
|
%dir %{python_sitelib}/zope/
|
||||||
%{python_sitelib}/zope/exceptions
|
%{python_sitelib}/zope/exceptions
|
||||||
%{python_sitelib}/zope[._]exceptions-%{version}.dist-info
|
%{python_sitelib}/zope[._]exceptions-%{version}.dist-info
|
||||||
%{python_sitelib}/zope.exceptions-%{version}*-nspkg.pth
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
zope.exceptions-5.2.tar.gz
LFS
BIN
zope.exceptions-5.2.tar.gz
LFS
Binary file not shown.
3
zope_exceptions-6.0.tar.gz
Normal file
3
zope_exceptions-6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ac0e078ecdd8acb5da231c39fc6454bdf3249216fd1c06d0578bf8ea6bf3299
|
||||||
|
size 32036
|
||||||
Reference in New Issue
Block a user