Sync from SUSE:SLFO:Main python-zope.deferredimport revision 6ee4b38e3ec2f05712549354b83e794c
This commit is contained in:
parent
bcd9b678f2
commit
21124ecad6
@ -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>
|
Thu Oct 13 07:22:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.deferredimport
|
# 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
|
# 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,16 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.deferredimport
|
Name: python-zope.deferredimport
|
||||||
Version: 4.4
|
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
|
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 setuptools}
|
BuildRequires: %{python_module pip}
|
||||||
|
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
|
||||||
@ -48,10 +49,10 @@ Documentation is hosted at https://zopedeferredimport.readthedocs.io/
|
|||||||
%setup -q -n zope.deferredimport-%{version}
|
%setup -q -n zope.deferredimport-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -60,6 +61,8 @@ 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}/*
|
%{python_sitelib}/zope/deferredimport
|
||||||
|
%{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)
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
BIN
zope.deferredimport-5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user