Sync from SUSE:SLFO:Main python-zope.configuration revision 015873f789f7800ebcd71922c57def27

This commit is contained in:
Adrian Schröter 2024-12-13 12:40:34 +01:00
parent a0f9c38339
commit f35dbdcc58
4 changed files with 27 additions and 7 deletions

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Mar 16 13:11:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.0.1:
* Fix tests when running from a distribution.
-------------------------------------------------------------------
Fri Dec 29 12:04:03 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.
-------------------------------------------------------------------
Thu Jun 1 20:36:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- use python3 module python for sle15
-------------------------------------------------------------------
Fri Sep 16 22:38:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-zope.configuration
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@ -25,16 +25,18 @@
%define psuffix %{nil}
%bcond_with test
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-zope.configuration%{psuffix}
Version: 4.4.1
Version: 5.0.1
Release: 0
Summary: Zope Configuration Markup Language (ZCML)
License: ZPL-2.1
Group: Development/Languages/Python
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 pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-zope.i18nmessageid

BIN
zope.configuration-4.4.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
zope.configuration-5.0.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.