Compare commits

1 Commits
main ... 1.1

4 changed files with 12 additions and 44 deletions

View File

@@ -1,32 +1,3 @@
-------------------------------------------------------------------
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>
- update to 5.0:
* Drop support for Python 2.7, 3.5, 3.6.
* Add support for Python 3.11.
-------------------------------------------------------------------
Fri Dec 29 12:29:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.0:
* Drop support for Python 2.7, 3.5, 3.6.
* Add support for Python 3.11.
-------------------------------------------------------------------
Fri Jun 9 12:45:52 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 13 07:22:15 UTC 2022 - Dirk Müller <dmueller@suse.com> Thu Oct 13 07:22:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
@@ -35,9 +6,9 @@ Thu Oct 13 07:22:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 16 19:50:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Fri Sep 16 19:50:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 4.4: - Update to 4.4:
* Add support for Python 3.8, 3.9 and 3.10. * Add support for Python 3.8, 3.9 and 3.10.
* Drop support for Python 3.4. * Drop support for Python 3.4.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 12 15:55:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Mon Aug 12 15:55:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-zope.deferredimport # spec file for package python-zope.deferredimport
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2022 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,17 +16,16 @@
# #
%{?sle15_python_module_pythons} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-zope.deferredimport Name: python-zope.deferredimport
Version: 5.0 Version: 4.4
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 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 setuptools}
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
@@ -49,10 +48,10 @@ Documentation is hosted at https://zopedeferredimport.readthedocs.io/
%setup -q -n zope.deferredimport-%{version} %setup -q -n zope.deferredimport-%{version}
%build %build
%pyproject_wheel %python_build
%install %install
%pyproject_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -61,8 +60,6 @@ Documentation is hosted at https://zopedeferredimport.readthedocs.io/
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt
%doc README.rst %doc README.rst
%{python_sitelib}/zope/deferredimport %{python_sitelib}/*
%{python_sitelib}/zope.deferredimport-%{version}-py*-nspkg.pth
%{python_sitelib}/zope[_.]deferredimport-%{version}.dist-info
%changelog %changelog

BIN
zope.deferredimport-4.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
zope.deferredimport-5.0.tar.gz (Stored with Git LFS)

Binary file not shown.