Sync from SUSE:SLFO:Main python-zope.deferredimport revision 6ee4b38e3ec2f05712549354b83e794c

This commit is contained in:
Adrian Schröter 2024-12-13 12:40:49 +01:00
parent bcd9b678f2
commit 21124ecad6
4 changed files with 34 additions and 12 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
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>
@ -6,9 +25,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>
- Update to 4.4:
- Update to 4.4:
* 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>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-zope.deferredimport
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,16 +16,17 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-zope.deferredimport
Version: 4.4
Version: 5.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
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zope.proxy}
BuildRequires: %{python_module zope.testrunner}
BuildRequires: fdupes
@ -48,10 +49,10 @@ Documentation is hosted at https://zopedeferredimport.readthedocs.io/
%setup -q -n zope.deferredimport-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@ -60,6 +61,8 @@ Documentation is hosted at https://zopedeferredimport.readthedocs.io/
%files %{python_files}
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/zope/deferredimport
%{python_sitelib}/zope.deferredimport-%{version}-py*-nspkg.pth
%{python_sitelib}/zope.deferredimport-%{version}.dist-info
%changelog

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

Binary file not shown.

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

Binary file not shown.