Sync from SUSE:SLFO:Main python-zope.location revision 1bc9bb7adae0ac2d9577fa42c36afc9f

This commit is contained in:
2025-05-17 16:17:19 +02:00
parent f6e5d7ad67
commit 7258c87fde
4 changed files with 29 additions and 9 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Feb 5 13:01:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.1
* Add support for Python 3.12, 3.13.
* Drop support for Python 3.7, 3.8.
* Add tests for minimal dependencies.
* Add ``copy`` extra to include the ``zope.copy`` dependency.
- Adjust upstream source name in spec file
- Drop minimal-dependencies.patch, merged upstream
-------------------------------------------------------------------
Thu Jan 30 12:35:12 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Add minimal-dependencies.patch fixing the issue with test.
-------------------------------------------------------------------
Fri Jan 3 10:47:30 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Skip failing test and open an issue upstream
-------------------------------------------------------------------
Mon Dec 18 13:28:34 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-zope.location
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -17,7 +17,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -28,13 +27,13 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.location%{psuffix}
Version: 5.0
Version: 5.1
Release: 0
Summary: Zope Location
License: ZPL-2.1
Group: Development/Languages/Python
URL: https://www.python.org/pypi/zope.location
Source: https://files.pythonhosted.org/packages/source/z/zope.location/zope.location-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/z/zope_location/zope_location-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zope.schema >= 4.2.2}
@@ -57,7 +56,7 @@ BuildRequires: %{python_module zope.testrunner}
In Zope3, location are special objects that has a structural location.
%prep
%setup -q -n zope.location-%{version}
%autosetup -p1 -n zope_location-%{version}
rm -rf src/zope.location.egg-info
%build

BIN
zope.location-5.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
zope_location-5.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.