Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,24 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.location
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -17,6 +17,7 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
%define psuffix -test
|
||||
@ -27,13 +28,13 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-zope.location%{psuffix}
|
||||
Version: 5.1
|
||||
Version: 5.0
|
||||
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}
|
||||
@ -56,7 +57,7 @@ BuildRequires: %{python_module zope.testrunner}
|
||||
In Zope3, location are special objects that has a structural location.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n zope_location-%{version}
|
||||
%setup -q -n zope.location-%{version}
|
||||
rm -rf src/zope.location.egg-info
|
||||
|
||||
%build
|
||||
|
BIN
zope.location-5.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
zope.location-5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4e01d4ef46253a8e07fd59dcbd7bb0b81819bffe5d0dc2d5843bc201afa4ad9
|
||||
size 30516
|
Loading…
x
Reference in New Issue
Block a user