forked from pool/python-zope.deferredimport
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6408d1a91b | |||
| cac3ddef63 | |||
| 2ffe742d24 | |||
| dc87c45063 | |||
| 62840e3134 |
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 15 02:06:21 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 6.0:
|
||||
* Replace pkg_resources namespace with PEP 420 native namespace.
|
||||
- Sprinkle in setuptools to {Build,}Requires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 16:05:31 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Make it compatible with older setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 00:40:10 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Normalize metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 12:32:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.deferredimport
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,19 +18,20 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-zope.deferredimport
|
||||
Version: 5.0
|
||||
Version: 6.0
|
||||
Release: 0
|
||||
Summary: On-demand import name resolver
|
||||
License: ZPL-2.1
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/zopefoundation/zope.deferredimport
|
||||
Source: https://files.pythonhosted.org/packages/source/z/zope.deferredimport/zope.deferredimport-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/z/zope.deferredimport/zope_deferredimport-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: %{python_module zope.proxy}
|
||||
BuildRequires: %{python_module zope.testrunner}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-setuptools
|
||||
Requires: python-zope.proxy
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@@ -46,7 +47,7 @@ used.
|
||||
Documentation is hosted at https://zopedeferredimport.readthedocs.io/
|
||||
|
||||
%prep
|
||||
%setup -q -n zope.deferredimport-%{version}
|
||||
%setup -q -n zope_deferredimport-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -62,7 +63,6 @@ Documentation is hosted at https://zopedeferredimport.readthedocs.io/
|
||||
%license LICENSE.txt
|
||||
%doc README.rst
|
||||
%{python_sitelib}/zope/deferredimport
|
||||
%{python_sitelib}/zope.deferredimport-%{version}-py*-nspkg.pth
|
||||
%{python_sitelib}/zope.deferredimport-%{version}.dist-info
|
||||
%{python_sitelib}/zope[_.]deferredimport-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
BIN
zope.deferredimport-5.0.tar.gz
LFS
BIN
zope.deferredimport-5.0.tar.gz
LFS
Binary file not shown.
3
zope_deferredimport-6.0.tar.gz
Normal file
3
zope_deferredimport-6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dcceab59470497adb1bf32051a12355cde4e7f629ae1d21ac16ba830bc717fed
|
||||
size 20615
|
||||
Reference in New Issue
Block a user