forked from pool/python-zope.hookable
Accepting request 1136278 from devel:languages:python
- update to 6.0: * Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.12. OBS-URL: https://build.opensuse.org/request/show/1136278 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.hookable?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 29 12:02:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 6.0:
|
||||||
|
* Drop support for Python 2.7, 3.5, 3.6.
|
||||||
|
* Add support for Python 3.12.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 26 07:30:49 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Wed Jul 26 07:30:49 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -27,14 +27,16 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.hookable%{psuffix}
|
Name: python-zope.hookable%{psuffix}
|
||||||
Version: 5.4
|
Version: 6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope hookable
|
Summary: Zope hookable
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
URL: https://github.com/zopefoundation/zope.hookable
|
URL: https://github.com/zopefoundation/zope.hookable
|
||||||
Source: https://files.pythonhosted.org/packages/source/z/zope.hookable/zope.hookable-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/z/zope.hookable/zope.hookable-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION documentation requirements
|
# SECTION documentation requirements
|
||||||
@@ -73,13 +75,13 @@ rm -rf zope.hookable.egg-info
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} build/sphinx/html/objects.inv
|
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} build/sphinx/html/objects.inv
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_install
|
%pyproject_install
|
||||||
%{python_expand rm -f %{buildroot}%{$python_sitearch}/zope/hookable/_zope_hookable.c
|
%{python_expand rm -f %{buildroot}%{$python_sitearch}/zope/hookable/_zope_hookable.c
|
||||||
%fdupes %{buildroot}%{$python_sitearch}
|
%fdupes %{buildroot}%{$python_sitearch}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
zope.hookable-5.4.tar.gz
LFS
BIN
zope.hookable-5.4.tar.gz
LFS
Binary file not shown.
3
zope.hookable-6.0.tar.gz
Normal file
3
zope.hookable-6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1668993d40a7cfdc867843dd5725929e7f83a5b0c195c709af1daef8274f43cb
|
||||||
|
size 24013
|
||||||
Reference in New Issue
Block a user