17
0

5 Commits

Author SHA256 Message Date
a9779a25b0 Accepting request 1266263 from devel:languages:python
Make it compatible with new setuptools

OBS-URL: https://build.opensuse.org/request/show/1266263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.configuration?expand=0&rev=12
2025-04-10 19:59:42 +00:00
1335b34621 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.configuration?expand=0&rev=24
2025-04-01 16:10:09 +00:00
6730544dea - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.configuration?expand=0&rev=23
2025-03-27 00:40:54 +00:00
1b87da02c3 Accepting request 1231599 from devel:languages:python
- Update to 6.0:
  * Add support for checking environment variables in zcml conditions. Use
    envvar or not-envvar. not-envvar is true when the variable is not set,
    is empty, or has one of the usual 'false' values like '0'.
  * Add support for Python 3.12, 3.13.
  * Drop support for Python 3.7.
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1231599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.configuration?expand=0&rev=11
2024-12-17 18:24:00 +00:00
231fa52804 - Update to 6.0:
* Add support for checking environment variables in zcml conditions. Use
    envvar or not-envvar. not-envvar is true when the variable is not set,
    is empty, or has one of the usual 'false' values like '0'.
  * Add support for Python 3.12, 3.13.
  * Drop support for Python 3.7.
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.configuration?expand=0&rev=21
2024-12-17 05:08:36 +00:00
4 changed files with 10 additions and 14 deletions

View File

@@ -1,10 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zope.configuration
#
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -27,13 +27,13 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.configuration%{psuffix}
Version: 7.0
Version: 6.0
Release: 0
Summary: Zope Configuration Markup Language (ZCML)
License: ZPL-2.1
URL: http://www.python.org/pypi/zope.configuration
Source: https://files.pythonhosted.org/packages/source/z/zope.configuration/zope_configuration-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -46,7 +46,9 @@ Requires: python-zope.schema >= 4.9
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module manuel}
BuildRequires: %{python_module zope.configuration = %{version}}
BuildRequires: %{python_module zope.i18nmessageid}
BuildRequires: %{python_module zope.interface}
BuildRequires: %{python_module zope.schema >= 4.9}
BuildRequires: %{python_module zope.testing}
BuildRequires: %{python_module zope.testrunner}
%endif
@@ -86,6 +88,7 @@ rm -rf zope.configuration.egg-info
%dir %{python_sitelib}/zope
%{python_sitelib}/zope/configuration
%{python_sitelib}/zope[_.]configuration-%{version}.dist-info
%{python_sitelib}/zope.configuration-6.0-*-nspkg.pth
%endif
%changelog

BIN
zope_configuration-6.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f64db12d834ae0afc47b1221b89cb1147f925b8081b1735ceed4ce9070812d6d
size 84347