14
0

- 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:
2023-12-29 12:33:11 +00:00
committed by Git OBS Bridge
parent 344a781f7f
commit 6859b1bf94
4 changed files with 28 additions and 11 deletions

View File

@@ -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>

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
@@ -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

Binary file not shown.

BIN
zope.deferredimport-5.0.tar.gz LFS Normal file

Binary file not shown.