Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bc03d2d26e | |||
| de4ac2d7d7 | |||
| d963a9dd5f |
@@ -1,10 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Tue Apr 1 16:05:31 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.deferredimport
|
# spec file for package python-zope.deferredimport
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 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
|
||||||
@@ -18,20 +18,19 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.deferredimport
|
Name: python-zope.deferredimport
|
||||||
Version: 6.0
|
Version: 5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: On-demand import name resolver
|
Summary: On-demand import name resolver
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/zopefoundation/zope.deferredimport
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: %{python_module zope.proxy}
|
BuildRequires: %{python_module zope.proxy}
|
||||||
BuildRequires: %{python_module zope.testrunner}
|
BuildRequires: %{python_module zope.testrunner}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-setuptools
|
|
||||||
Requires: python-zope.proxy
|
Requires: python-zope.proxy
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -47,7 +46,7 @@ used.
|
|||||||
Documentation is hosted at https://zopedeferredimport.readthedocs.io/
|
Documentation is hosted at https://zopedeferredimport.readthedocs.io/
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zope_deferredimport-%{version}
|
%setup -q -n zope.deferredimport-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -63,6 +62,7 @@ Documentation is hosted at https://zopedeferredimport.readthedocs.io/
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/zope/deferredimport
|
%{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
|
%changelog
|
||||||
|
|||||||
BIN
zope.deferredimport-5.0.tar.gz
LFS
Normal file
BIN
zope.deferredimport-5.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dcceab59470497adb1bf32051a12355cde4e7f629ae1d21ac16ba830bc717fed
|
|
||||||
size 20615
|
|
||||||
Reference in New Issue
Block a user