Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 02f7b2f2e3 | |||
| 7567937232 |
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 04:30:42 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 7.0:
|
||||||
|
* Replace pkg_resources namespace with PEP 420 native namespace.
|
||||||
|
- BuildRequire ourselves for the test flavor.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 1 16:05:15 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Tue Apr 1 16:05:15 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.configuration
|
# spec file for package python-zope.configuration
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013 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,13 +27,13 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.configuration%{psuffix}
|
Name: python-zope.configuration%{psuffix}
|
||||||
Version: 6.0
|
Version: 7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope Configuration Markup Language (ZCML)
|
Summary: Zope Configuration Markup Language (ZCML)
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
URL: http://www.python.org/pypi/zope.configuration
|
URL: http://www.python.org/pypi/zope.configuration
|
||||||
Source: https://files.pythonhosted.org/packages/source/z/zope.configuration/zope_configuration-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/z/zope.configuration/zope_configuration-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.9}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -46,9 +46,7 @@ Requires: python-zope.schema >= 4.9
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module manuel}
|
BuildRequires: %{python_module manuel}
|
||||||
BuildRequires: %{python_module zope.i18nmessageid}
|
BuildRequires: %{python_module zope.configuration = %{version}}
|
||||||
BuildRequires: %{python_module zope.interface}
|
|
||||||
BuildRequires: %{python_module zope.schema >= 4.9}
|
|
||||||
BuildRequires: %{python_module zope.testing}
|
BuildRequires: %{python_module zope.testing}
|
||||||
BuildRequires: %{python_module zope.testrunner}
|
BuildRequires: %{python_module zope.testrunner}
|
||||||
%endif
|
%endif
|
||||||
@@ -88,7 +86,6 @@ rm -rf zope.configuration.egg-info
|
|||||||
%dir %{python_sitelib}/zope
|
%dir %{python_sitelib}/zope
|
||||||
%{python_sitelib}/zope/configuration
|
%{python_sitelib}/zope/configuration
|
||||||
%{python_sitelib}/zope[_.]configuration-%{version}.dist-info
|
%{python_sitelib}/zope[_.]configuration-%{version}.dist-info
|
||||||
%{python_sitelib}/zope.configuration-6.0-*-nspkg.pth
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
zope_configuration-6.0.tar.gz
LFS
BIN
zope_configuration-6.0.tar.gz
LFS
Binary file not shown.
3
zope_configuration-7.0.tar.gz
Normal file
3
zope_configuration-7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f64db12d834ae0afc47b1221b89cb1147f925b8081b1735ceed4ce9070812d6d
|
||||||
|
size 84347
|
||||||
Reference in New Issue
Block a user