- update to 5.0:
* Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.11. - update to 5.0: * Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.11. - Update to 4.4: * Drop support for Python 3.4. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.deferredimport?expand=0&rev=12
This commit is contained in:
parent
344a781f7f
commit
6859b1bf94
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
@ -11,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>
|
||||
|
@ -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
|
||||
@ -18,14 +18,15 @@
|
||||
|
||||
%{?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)
BIN
zope.deferredimport-4.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
zope.deferredimport-5.0.tar.gz
Normal file
3
zope.deferredimport-5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3abbf0e18c1f1765914ecd1d41b549e4d045b21b28e4065fb0c1de0ad736b2c3
|
||||
size 19386
|
Loading…
Reference in New Issue
Block a user