forked from pool/python-zope.location
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
a72efdfc80 | ||
546abb1bcc | |||
|
a6b82f21f3 | ||
e0e2610fb7 | |||
|
4876584776 | ||
dea58ebf5f |
@ -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>
|
||||
|
||||
|
@ -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)
BIN
zope.location-5.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
zope_location-5.1.tar.gz
Normal file
3
zope_location-5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4e01d4ef46253a8e07fd59dcbd7bb0b81819bffe5d0dc2d5843bc201afa4ad9
|
||||
size 30516
|
Loading…
x
Reference in New Issue
Block a user